Skip to content

Releases: TupiC/strapi-cache

v1.4.3

24 Apr 10:35
Compare
Choose a tag to compare

Added Purge Cache button at entity/document level #4

Full Changelog: v1.4.2...v1.4.3

v1.4.2

24 Apr 10:04
Compare
Choose a tag to compare

v1.4.2 contains the following changes:

  • Store raw data instead of buffer when compression is enabled
  • Fixes an issue where GraphQL cache items are not retrieved correctly when strapi::compression middleware is enabled.
  • Only display Purge Cache button in list view for defined routes in config or always if cacheableRoutes is empty

Full Changelog: v1.4.1...v1.4.2

v1.4.2-rc.2

23 Apr 11:23
Compare
Choose a tag to compare
v1.4.2-rc.2 Pre-release
Pre-release

Store raw data instead of buffer when compression is enabled

Full Changelog: v1.4.1...v1.4.2-rc.2

v1.4.2-rc.1

23 Apr 06:44
Compare
Choose a tag to compare
v1.4.2-rc.1 Pre-release
Pre-release

Fixes an issue where GraphQL cache items are not retrieved correctly when strapi::compression middleware is enabled.

Full Changelog: v1.4.1...v1.4.2-rc.1

v1.4.1

22 Apr 16:41
Compare
Choose a tag to compare

Full Changelog: v1.4.0...v1.4.1

v1.4.0

22 Apr 15:50
Compare
Choose a tag to compare

v1.4.0: Added Purge Cache button and routes

  • Content-Types can now be purged based on their plural name
  • Expose two routes (strapi-cache/purge-cache & strapi-cache/purge-cache/:key) to admin and RBAC users
  • Do not cache GraphQL's introspection query

Full Changelog: v1.3.0...v1.4.0

v1.3.0

21 Apr 08:03
Compare
Choose a tag to compare

v1.3.0: Added Redis support, implemented provider pattern (memory/Redis), updated config and docs.

  • New Redis caching option
  • Provider architecture for multiple cache backends
  • Configuration updates for cache provider selection
  • README documentation updates

Full Changelog: v1.2.1...v1.3.0

v1.2.1

20 Apr 09:02
Compare
Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

19 Apr 07:27
Compare
Choose a tag to compare

Full Changelog: v1.1.2...v1.2.0

v1.1.2

17 Apr 06:26
Compare
Choose a tag to compare

Full Changelog: v1.1.1...v1.1.2