Skip to content

Releases: trickstercache/trickster

v1.0.2 / 2020-03-25

25 Mar 20:13
b058af5
Compare
Choose a tag to compare

[BUGFIX] Fix filesystem hang #403

v1.0.1 / 2020-02-16

17 Feb 03:43
f47ac2c
Compare
Choose a tag to compare

[BUGFIX] Panic on Health Check #373 (credit: @konstantin-axenov)
[BUGFIX] Issue w/ custom key hashers that read a request body #368
[BUGFIX] Makefile release-artifacts target not inserting build info into binaries #374

Increment go compiler version to 1.13.8 #374
Helm Charts release 1.4.1 #370

v1.0.0 / 2020-02-10

10 Feb 19:34
6de6f6b
Compare
Choose a tag to compare

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

02 May 22:59
5dcd12f
Compare
Choose a tag to compare

[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

10 Apr 22:52
383d136
Compare
Choose a tag to compare

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

31 Jan 17:48
3a1fd65
Compare
Choose a tag to compare

[REFACTOR/BUGFIX] Optimize Redis Cache Reap #4
[BUGFIX] Fix max_value_age_secs config not working #119

v0.1.6 / 2019-01-09

10 Jan 01:14
039a9f9
Compare
Choose a tag to compare

[BUGFIX] Resolves all known display artifacts #116 #105 #98 #96 #92

Immense thanks to @jacksontj @sylr @SuperQ @juliusv @yosifkit for finding, reporting and resolving these issues.

v0.1.5 / 2018-12-07

07 Dec 17:07
6474d08
Compare
Choose a tag to compare

[BUGFIX] Fix additional panic cases introduced in v0.1.2 #108

v0.1.4 / 2018-12-05

05 Dec 18:17
178815d
Compare
Choose a tag to compare

[BUGFIX] Mitigate panic when Prom returns empty range set #107
[BUGFIX] Close handler goroutines if their channel is empty #103

v0.1.3 / 2018-12-04

05 Dec 04:53
e2a3fcb
Compare
Choose a tag to compare

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"