Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 11:32
· 81 commits to main since this release
ede4551
  • FEATURE: upgrade Go builder from Go1.24.2 to Go1.25. See Go1.25 release notes.

  • FEATURE: add current version and changelog link to the Helpful links section.

  • FEATURE: add support for multi-value operators (one of, not one of) in Ad hoc filters (available since Grafana 11.3.x). See #293.

  • BUGFIX: fix log level coloring when no custom rules are configured. See #347.

  • BUGFIX: respect adhoc filters variables. See #361

  • BUGFIX: fix issue with concurrent map writes when performing multiple requests to the datasource. See #363

  • BUGFIX: fix a parsing issue with quoted characters inside _stream fields. See #365.

  • BUGFIX: fix an issue with parsing stats response when it can be empty or have empty string or nil as a value. See #374.