Releases: platformatic/undici-cache-redis
Releases · platformatic/undici-cache-redis
v1.0.1
What's Changed
- chore(deps): update safe automerge by @renovate[bot] in #29
- chore(deps): update safe automerge by @renovate[bot] in #36
- chore(deps): lock file maintenance by @renovate[bot] in #37
- chore(deps): update safe automerge by @renovate[bot] in #38
- chore(deps): update actions/checkout digest to ff7abcd by @renovate[bot] in #39
- chore(deps): update safe automerge by @renovate[bot] in #41
- chore(deps): lock file maintenance by @renovate[bot] in #42
- fix: TypeScript implementation by @daan944 in #44
- chore(deps): update safe automerge by @renovate[bot] in #45
- chore(deps): lock file maintenance by @renovate[bot] in #46
- chore(deps): update dependency @types/node to v22.18.1 by @renovate[bot] in #47
- chore(deps): update dependency fastify to v5.6.0 by @renovate[bot] in #49
- chore(deps): update dependency eslint to v9.35.0 by @renovate[bot] in #50
- TypeScript: Fix RedisCacheManager type by @daan944 in #54
- chore(deps): update actions/setup-node action to v5 by @renovate[bot] in #48
- chore(deps): update valkey/valkey docker tag to v9 by @renovate[bot] in #40
- feat: enhance CI with Redis/Valkey matrix testing and integration tests by @mcollina in #35
- Not using the header indicated in the Vary header will never use cached response. by @daan944 in #53
New Contributors
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Impl RedisCacheStore by @flakey5 in #1
- feat: update cache store api by @ivan-tymoshenko in #4
- feat: update cache tags invalidation by @ivan-tymoshenko in #5
- our caching solution is commercial by @mcollina in #6
- feat: remove origin prefix from valueKey by @ivan-tymoshenko in #7
- fix: values base prefix by @ivan-tymoshenko in #8
- support stale-while-revalidate by @mcollina in #10
- Do not set undefined etag by @mcollina in #11
- feat: add entry id key by @ivan-tymoshenko in #12
- feat: add subscription to cache entries by @ivan-tymoshenko in #13
- fix: ci flaky test by @ivan-tymoshenko in #15
- fix: multi tag invalidation by @ivan-tymoshenko in #16
- feat: add getDependentEntries method to the CacheManager by @ivan-tymoshenko in #17
- feat: update RedisCacheStore write event by @ivan-tymoshenko in #18
- feat: update tracking cache by @ivan-tymoshenko in #19
- fix: use hashed metadata key as entry id by @ivan-tymoshenko in #20
- feat: remove cache entries duplicates by @ivan-tymoshenko in #21
- feat: save buffer in a base64 encoding by @ivan-tymoshenko in #22
- fix: return entry body in a utf-8 encoding by @ivan-tymoshenko in #24
- feat: optionally configure event notifications by @MzUgM in #26
- Add test to check for max-age case by @mcollina in #27
- add renovate.json by @mcollina in #28
- fix: CacheManager cache invalidation by @ivan-tymoshenko in #31
- docs: Add comprehensive documentation and Apache-2.0 license by @mcollina in #32
- feat: add launch blog post and comprehensive examples by @mcollina in #33
New Contributors
- @flakey5 made their first contribution in #1
- @mcollina made their first contribution in #6
- @MzUgM made their first contribution in #26
Full Changelog: https://github.com/platformatic/undici-cache-redis/commits/v1.0.0