Releases: escaletech/buran
Releases · escaletech/buran
v0.2.7
Features
- add redis-cluster cache provider (#8)
Bug Fixes
- correct unit of time for logged latency (#8)
v0.2.7-beta
Features
- add redis-cluster cache provider (#8)
Bug Fixes
- correct unit of time for logged latency (#8)
v0.2.6
- Enable test/build step in CI for any branch
- Add TTL to keys
v0.2.3
Features
- Rewrite image URL protocol to avoid serving insecure images (#1)
v0.2.0
Breaking changes
- A new environment variable,
CACHE_PROVIDER
, was introduced. If not defined, Buran will use memory
as default, instead of the original Redis implementation.
Features
- Allow changing the cache provider with
CACHE_PROVIDER
environment valiable