Releases: trickstercache/trickster
v1.0.2 / 2020-03-25
[BUGFIX] Fix filesystem hang #403
v1.0.1 / 2020-02-16
v1.0.0 / 2020-02-10
This is the Trickster 1.0 GA release. 🍾 🎉 🎆
See What's New in Trickster 1.0 at https://github.com/Comcast/trickster/blob/master/docs/new-changed-1.0.md, and get all the deets about the project in our refreshed readme document at https://github.com/Comcast/trickster/blob/master/README.md
Thanks to all of our contributors and supporters for making this milestone release possible!
v0.1.10 / 2019-05-02
[BUG] Pass through content-type from upstream #209 #221 (credit: @jacksontj @Wing924)
[ENHANCEMENT] Disable automatic following of redirects #221
v0.1.8 / 2019-04-10
This bugfix release of Trickster 0.1.x fixes a couple of ms vs secs comparison issues in the Trickster proxy (#132, #133 - credit: @qwertwwwe), cleans up the helm chart (#189 - credit: @dominikhahn) and sends CORS headers on all http responses, instead of just on query and query_range paths (#196 - credit: @Dudesons).
v0.1.7 / 2019-01-31
v0.1.6 / 2019-01-09
v0.1.5 / 2018-12-07
[BUGFIX] Fix additional panic cases introduced in v0.1.2 #108
v0.1.4 / 2018-12-05
v0.1.3 / 2018-12-04
Upgrade dependencies:
"github.com/BurntSushi/toml"
version = "0.3.1"
"github.com/go-kit/kit"
version = "0.8.0"
"github.com/go-redis/redis"
version = "6.14.2"
"github.com/go-stack/stack"
version = "1.8.0"
"github.com/gorilla/handlers"
version = "1.4.0"
"github.com/gorilla/mux"
version = "1.6.2"
"gopkg.in/natefinch/lumberjack.v2"
version = "2.0.0"