Skip to content

Releases: trickstercache/trickster

0.1.2 / 2018-12-04

05 Dec 02:03
2bca082
Compare
Choose a tag to compare

[ENHANCEMENT] Update to Alpine 3.8 and Golang 1.11.2
[ENHANCEMENT] Cleanup BoltDB Config #90
[BUGFIX] Panic when attempting to configure invalid cache #93
[BUGFIX] Fixing a problem in helm configmap #95
[BUGFIX] Trim data even if none of it is within your time window #97
[BUGFIX] alignStepBoundaries edge case cleanup+definition #99

0.1.1 / 2018-08-15

15 Aug 15:08
7cbc3cf
Compare
Choose a tag to compare

[ENHANCEMENT] Support Redis Authentication #89 (thanks @stewrutledgebonnier!)

0.1.0 / 2018-08-06

07 Aug 00:15
64e1537
Compare
Choose a tag to compare
  • [ENHANCEMENT] Adds BoltDB Support #55 / #70

0.0.17 / 2018-08-03

03 Aug 11:28
78f06ce
Compare
Choose a tag to compare

[BUGFIX] Fix Fast Forward Determiner

0.0.16 / 2018-07-17

17 Jul 17:11
0ce5696
Compare
Choose a tag to compare

[BUGFIX] Release context properly to stop memory leaks
[BUGFIX] Properly handle Scalar responses (temp workaround)
[BUGFIX] Properly handle unmarshaling issues as cache misses
[BUGFIX] Properly handle non-int step values

[ENHANCEMENT] Clean up Makefile targets
[ENHANCEMENT] Support HTTP POST
[ENHANCEMENT] Add /debug/pprof to metrics endpoint
[ENHANCEMENT] Add /ping endpoint for liveness checks

0.0.15 / 2018-06-30

30 Jun 20:21
b7131e0
Compare
Choose a tag to compare

[BUGFIX] Requests to /api/v1/series are not cached correctly

0.0.14 / 2018-06-28

28 Jun 14:01
7043642
Compare
Choose a tag to compare

[BUGFIX] Properly parse and pass float time parameters to upstream Prometheus

0.0.13 / 2018-06-18

20 Jun 02:44
d5d0927
Compare
Choose a tag to compare

This stability release has dozens of bug fixes and eliminates a number of panics. Thank you to the many contributors for making Trickster better!

0.0.12 / 2018-04-10

10 Apr 18:04
c206757
Compare
Choose a tag to compare
  • [BUGFIX] Failsafe against integer divide by zero error on Step Boundary Normalization #30
  • [ENHANCEMENT] Support all prometheus /api/v1 paths #27
  • [ENHANCEMENT] Allow Trickster to listen on a specific address instead of just all interfaces/addresses. #25
  • [ENHANCEMENT] Add License Banner to all Code Files #32

0.0.11 / 2018-04-06

06 Apr 13:54
7bc9386
Compare
Choose a tag to compare
  • [BUGFIX] Properly passthrough empty array results instead of nil