Skip to content

Releases: caddyserver/cache-handler

v0.15.0

06 Nov 16:33
507cbf6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.0...v0.15.0

v0.14.0

11 Sep 16:00
283ea9b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

30 May 22:42
1dd8d3b
Compare
Choose a tag to compare

What's Changed

  • feat(dependencies): bump Souin v1.6.49 by @darkweak in #83

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

05 Mar 14:13
3d544e3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0

12 Feb 22:06
a3fd430
Compare
Choose a tag to compare

What's Changed

  • feat(dependencies): bump to souin v1.6.46 by @darkweak in #70

Full Changelog: v0.10.0...v0.11.0

v0.10.0

01 Dec 10:51
80280e8
Compare
Choose a tag to compare

What's Changed

  • feat(dependencies): bump to Souin v1.6.44 by @darkweak in #68

Full Changelog: v0.9.0...v0.10.0

v0.9.0

18 Aug 16:42
7e61efa
Compare
Choose a tag to compare

What's Changed

  • feat(dependencies): bump to souin v1.6.40 by @darkweak in #60

Full Changelog: v0.8.0...v0.9.0

v0.8.0

19 Jul 16:26
8a819c2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Mar 07:03
787c94b
Compare
Choose a tag to compare

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

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Mar 02:35
dda0e3c
Compare
Choose a tag to compare
Update go.mod