Trickster Versions Save

Open Source HTTP Reverse Proxy Cache and Time Series Dashboard Accelerator

v1.0.2

4 years ago

[BUGFIX] Fix filesystem hang #403

v1.0.1

4 years ago

[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

4 years ago

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

5 years ago

[BUG] Pass through content-type from upstream #209 #221 (credit: @jacksontj @Wing924) [ENHANCEMENT] Disable automatic following of redirects #221

v0.1.8

5 years ago

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

5 years ago

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

v0.1.6

5 years ago

[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

5 years ago

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

v0.1.4

5 years ago

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

v0.1.3

5 years ago

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"