Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Releases: escaletech/buran

v0.2.7

12 Mar 17:22
02855dd
Compare
Choose a tag to compare

Features

  • add redis-cluster cache provider (#8)

Bug Fixes

  • correct unit of time for logged latency (#8)

v0.2.7-beta

06 Mar 17:51
02855dd
Compare
Choose a tag to compare
v0.2.7-beta Pre-release
Pre-release

Features

  • add redis-cluster cache provider (#8)

Bug Fixes

  • correct unit of time for logged latency (#8)

v0.2.6

26 Dec 20:04
2266ad8
Compare
Choose a tag to compare
  • Enable test/build step in CI for any branch
  • Add TTL to keys

v0.2.3

08 May 21:05
07ca1d5
Compare
Choose a tag to compare

Features

  • Rewrite image URL protocol to avoid serving insecure images (#1)

v0.2.0

12 Feb 17:01
Compare
Choose a tag to compare

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