Releases: sillygod/cdp-cache
Releases · sillygod/cdp-cache
Release v0.5.0
What's Changed
- Fix config parsing by @nikooo777 in #49
- Improved Introduction, and version information. by @PythonLinks in #55
- Feat/upgrade go version and all dependencies by @sillygod in #67
Full Changelog: v0.4.6...v0.5.0
Release v0.4.6
- allow to reponse with stale cache when encountering upstream server error
- support cache with specific HTTP method
Release v0.4.5
implement consul storage plugin
Upgrade caddy version to 2.4.1
v0.4.4 upgrade caddy version to 2.4.1 (#42)
Release v0.4.3
Some minor change
- fix incorrect cache HTTP status code
- integrate consul's watch function for auto set peer and delete distributed key
Release v0.4.2
- replace groupcache with a modified groupcache - fix some typos - make cache to support vary header to serve different cache
Release v0.4.1
increase test coverage and fix broken cache expire mechanism
Release v0.4.0
lift test coverage and introduce the influxdb - add unit tests for cache, entry, etc. - implement custom log module for influxdb - add example usage for influxdb
Release v0.3.8
- add consul acl's token configuration - write cache's tests
Release v0.3.7
Cdp-Cache 0.3.7 handle http HEAD method