Releases: caddyserver/cache-handler
Releases · caddyserver/cache-handler
v0.15.0
v0.14.0
What's Changed
- Update Redis config options in readme by @AlyoshaVasilieva in #92
- Clarify the relationship with Souin in README.md by @sharifm-informatica in #96
- feat(dependencies): bump to Souin v1.7.0 by @darkweak in #99
New Contributors
- @AlyoshaVasilieva made their first contribution in #92
- @sharifm-informatica made their first contribution in #96
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
New directives:
max_cacheable_body_bytes
: Limit the response size of a cacheable resource.- key
disable_scheme
: Prevent the scheme to be part of the cache key.hash
: Generate a hash from the key to have smaller keys (useful in redis).template
: The cache-handler is now able to generate the cache key from a template that contains some placeholders see the documentation here.
otter
: New fast in-memory storage (will replace badger in a near future).storers
: Chain multiple storages.
Use the RegisterDirectiveOrder
to set the cache
directive as before rewrite
by default.
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.0
v0.10.0
v0.9.0
v0.8.0
What's Changed
- fix docs by @princemaple in #53
- feat(dependencies): bump to Souin v1.6.39 by @darkweak in #56
New Contributors
- @princemaple made their first contribution in #53
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- feat(repository): add apache license 2.0 by @darkweak in #52
- update README and default configuration file, bump Souin to latest by @frederichoule in #49
New Contributors
- @frederichoule made their first contribution in #49
Full Changelog: v0.6.0...v0.7.0