Skip to content

Release v1.1.1 / 2020-06-04

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 02:00

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