Skip to content

Releases: nickelser/caddy

v1.5.5

10 Sep 01:13
Compare
Choose a tag to compare
  • Add more detailed documentation/comments.

v1.5.4

10 Sep 00:47
Compare
Choose a tag to compare
  • Some minor wording updates.

v1.5.3

10 Sep 00:43
Compare
Choose a tag to compare
  • Remove now-pointless re-raise.
  • Pin concurrent-ruby to a reasonable version.

v1.5.2

09 Sep 23:38
Compare
Choose a tag to compare
  • Further clarity in error messaging.
  • Freeze the cache list after start.

v1.5.1

09 Sep 23:20
Compare
Choose a tag to compare
  • Add back in alerting if you attempt to load a cache before the refresher has run.
  • Improve documentation on error handling.

v1.5.0

09 Sep 22:55
Compare
Choose a tag to compare
  • Support for multiple cache stores, like: Caddy[:foo][:baz] instead of just Caddy[:baz]
  • Additional tests.
  • Additional documentation for the new feature.

v1.0.1

08 Sep 04:53
Compare
Choose a tag to compare
  • More tests.
  • Stop caching nil values returned after refreshers timeout or throw an exception (fall back on the last cached value).
  • Additional documentation.