Releases: strapi-community/strapi-plugin-rest-cache
Releases · strapi-community/strapi-plugin-rest-cache
Release v4.2.9
View CHANGELOG.md for details
Release v4.2.8
View CHANGELOG.md for details
Release v4.2.7
What's Changed
- fix(recv): remove transformer plugin by @ComfortablyCoding in #46
New Contributors
- @ComfortablyCoding made their first contribution in #46
Full Changelog: v4.2.6...v4.2.7
Release v4.2.6
What's Changed
- Update strapi-plugin-redis to v1.0.1 by @derrickmehaffy in #39
- Add support for Strapi REST API Prefix by @derrickmehaffy in #38
New Contributors
- @derrickmehaffy made their first contribution in #39
Full Changelog: v4.2.5...v4.2.6
Release v4.2.5
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
- @beebop1032 made their first contribution in #30
- @dinhkhanh made their first contribution in #27
- @nystrand1 made their first contribution in #35
Full Changelog: v4.2.4...v4.2.5
Release v4.2.4
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
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
4.2.2 (2022-03-15)
Bug Fixes
- ensure keyprefix is not undefined (9134f52)
View CHANGELOG.md for details
Release v4.2.1
4.2.1 (2022-03-11)
Bug Fixes
- empty keys returned by providers (fb5c79c)
View CHANGELOG.md for details
Release v4.2.0
4.2.0 (2022-03-09)
Bug Fixes
Features
- expose new clearByUid and clearByRegexp functions in cacheStore service (c7d67fd)
View CHANGELOG.md for details