Skip to content

Releases: strapi-community/strapi-plugin-rest-cache

Release v4.2.9

24 Mar 14:15
Compare
Choose a tag to compare

Release v4.2.8

27 Jul 09:37
Compare
Choose a tag to compare

View CHANGELOG.md for details

Release v4.2.7

15 Mar 14:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.6...v4.2.7

Release v4.2.6

27 Dec 12:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.2.5...v4.2.6

Release v4.2.5

02 Dec 14:45
Compare
Choose a tag to compare

What's Changed

  • Install rest memory provider by default by @beebop1032 in #30
  • Fix del function in cacheStore.js, causes cache key not purged properly by @dinhkhanh in #27
  • Transform data before storing in cache by @nystrand1 in #35

New Contributors

Full Changelog: v4.2.4...v4.2.5

Release v4.2.4

19 Mar 01:00
Compare
Choose a tag to compare

4.2.4 (2022-03-19)

Bug Fixes

  • perfs: split keys computation into smaller functions (5aba888)

View CHANGELOG.md for details

Release v4.2.3

18 Mar 20:37
Compare
Choose a tag to compare

4.2.3 (2022-03-18)

Bug Fixes

  • etag: send a 304 (Not Modified) when valid If-None-Match header contains multiple values (ccf936a)
  • purge-rest-cache: cannot purge with redis (aa1da6d)

View CHANGELOG.md for details

Release v4.2.2

15 Mar 20:26
Compare
Choose a tag to compare

4.2.2 (2022-03-15)

Bug Fixes

  • ensure keyprefix is not undefined (9134f52)

View CHANGELOG.md for details

Release v4.2.1

11 Mar 13:29
Compare
Choose a tag to compare

4.2.1 (2022-03-11)

Bug Fixes

  • empty keys returned by providers (fb5c79c)

View CHANGELOG.md for details

Release v4.2.0

09 Mar 17:37
Compare
Choose a tag to compare

4.2.0 (2022-03-09)

Bug Fixes

  • configuration header sort (c0eec8f)
  • route checking should be absolute (fdf8666)

Features

  • expose new clearByUid and clearByRegexp functions in cacheStore service (c7d67fd)

View CHANGELOG.md for details