All Versions
26
Latest Version
Avg Release Cycle
32 days
Latest Release
1743 days ago

Changelog History
Page 1

  • v1.09-beta9

    July 19, 2019
  • v1.1.3 Changes

    September 18, 2020

    ๐Ÿ›  This is bugfix release addresses concurrency race conditions in InfluxDB, Prometheus and ClickHouse acceleration, and is recommended for all Trickster users.

    • ๐Ÿ›  fix WaitGroup scoping in accelerators
    • ๐Ÿ‘Œ improve ClickHouse deterministic cacheability
    • ensure backfill tolerance applies only to real-time requests
    • โšก๏ธ update docker tag on docker-compose demo from 1.1.0-beta to 1.1
    • โฌ†๏ธ bump Golang version to 1.15
    • โšก๏ธ update various vendor dependencies
  • v1.1.2 Changes

    June 06, 2020

    ๐Ÿš€ This release addresses a bug with InfluxDB acceleration where multiple result sets (e.g., from a query with multiple, distinct select statements concatenated with ;) were being truncated (#459). This update is recommended for all InfluxDB users.

    Special thanks to @mdaguete for identifying and providing a patch for this issue!

  • v1.1.1 Changes

    June 04, 2020

    ๐Ÿš€ This release addresses a few things to fix up our new v1.1. Thanks to the early adopters who helped track these down and make it even better!

    Here's what we've changed:

    • ๐Ÿ›  Fix a panic that occurs when an HTTP Request for Fast Forward data returns an error to Trickster. #452
    • ๐Ÿ›  Fix HTTP/2, which was returning an a Protocol Error due to a regression #455
    • ๐Ÿšš We have removed the test tls static certs files from the project repo, and have replaced them with a dynamic test solution. That way, our contributors don't have all those unusable certs lying around on their hard drive. Nice!
    • ๐Ÿ‘ There were a couple of areas where HTTP POST requests were not fully working in Prometheus and InfluxDB, but we've got you covered now. ClickHouse users, stay tuned for POST support very soon!
    • ๐ŸŽ A few performance improvements and additional unit tests
  • v1.1.0 Changes

    June 02, 2020

    โœ… Welcome to Trickster 1.1.0. This is the fastest, leanest and most feature-rich version ever! Read about all the cool new features in Trickster v1.1 here.

    โœจ We hope you enjoy, and stay tuned later this quarter for v1.2 with even more new stuff to enhance your cloud native stacks.

  • v1.1.0-beta7 Changes

    June 01, 2020

    Welcome to Trickster 1.1.0-beta7 - we're almost there!

    ๐Ÿ“„ Read about all the cool new features in Trickster v1.1 here.

    ๐Ÿš€ In this release:

    • ๐Ÿ› Bug fixes and performance improvements
  • v1.1.0-beta6 Changes

    May 25, 2020

    Welcome to Trickster 1.1.0-beta6 - we're almost there!

    ๐Ÿ“„ Read about all the cool new features in Trickster v1.1 here.

    ๐Ÿš€ In this release:

    • ๐Ÿ› Bug fixes and performance improvements
  • v1.1.0-beta5 Changes

    May 22, 2020

    Happy Friday and welcome to Trickster 1.1.0-beta5!

    ๐Ÿ“„ Read about all the cool new features in Trickster v1.1 here.

    ๐Ÿš€ In this release:

    • โšก๏ธ Updated to OpenTelemetry go v0.6.0
    • โž• Added backfill tolerance to the list of per-query feature flags, documented here (#437)
    • ๐Ÿ“š We fixed up some typos in the documentation (special thanks to @WesleyDavid #427)
    • ๐Ÿ› Bug fixes and performance improvements (#433, #439, #438)
  • v1.1.0-beta4 Changes

    May 19, 2020

    Welcome to Trickster 1.1.0-beta4

    ๐Ÿ“„ Read about all the cool new features in Trickster v1.1 here.

    ๐Ÿš€ In this release:

    • we made the origin health check handler URL path customizable, documented in example.conf. nice!
    • ๐ŸŽ performance improvements and bug fixes
  • v1.1.0-beta3 Changes

    May 15, 2020

    Welcome to the Trickster 1.1.0-beta3

    ๐Ÿ“„ Read about all the cool new features in Trickster v1.1 here.

    ๐Ÿš€ In this release:

    • โšก๏ธ We've updated to Open Telemetry v0.5.0
    • We added a nifty ability to disable prometheus Fast Forward on a per-query basis by adding the comment # trickster-fast-forward:off to the end of the query. This works in Grafana! We'll get this properly documented before exiting the beta cycle.
    • ๐Ÿง We changed the default cache and config directory for Windows to be relative to .. The linux defaults of /tmp and /etc/trickster/trickster/conf still apply.
    • ๐Ÿ‘€ We cleaned up the Forwarding headers for specification compliance and now give you the option between sending X-Forwarded-* headers (e.g., X-Forwarded-For), the new standard Forwarded header, both, or neither on a per-origin basis. See the example conf for info on how to configure.
    • ๐ŸŽ other performance and bug fixes