Skip to content

Releases: VictoriaMetrics/victoriametrics-datasource

v0.15.0-alpha2

04 Apr 16:58
328753e
Compare
Choose a tag to compare
  • BUGFIX: removed version constraint for secure proxy configuration

v0.15.0-alpha1

02 Apr 14:23
3ab87ed
Compare
Choose a tag to compare

Update Note 1: This is an alpha release. We do not recommend using it in production.

v0.14.0

14 Mar 09:08
e1be701
Compare
Choose a tag to compare
  • FEATURE: automatically escape metric and label names in the query builder. See this issue.

  • BUGFIX: fix an issue where the vmui link had an incorrect address of the type about:blank. See this issue.

  • BUGFIX: fix change of the selected time range when aligning query intervals. See #275.

v0.13.4

27 Feb 14:59
5ec6310
Compare
Choose a tag to compare

v0.13.3

13 Feb 14:48
113d8a2
Compare
Choose a tag to compare
  • BUGFIX: correctly calculate step for the instant query, use 5m step for the alerting queries if interval wasn't explicitly set by user. This change reduces alerts flapping for Grafana managed alerts. See this issue.

v0.13.2

12 Feb 15:43
2eb2f81
Compare
Choose a tag to compare
  • BUGFIX: use 5m step for the alerting queries if interval wasn't explicitly set by user. This change reduces alerts flapping for Grafana managed alerts. See this issue.

v0.13.1

30 Jan 10:48
3673f08
Compare
Choose a tag to compare
Automatic CHANGELOG update (#270)

v0.13.0

29 Jan 09:56
0d6e500
Compare
Choose a tag to compare
  • FEATURE: enable plugin sign procedure for new releases. See this PR and this PR.

v0.12.2

24 Jan 15:07
a80aee7
Compare
Choose a tag to compare
  • FEATURE: change localStorage key names to avoid collisions with other systems. See this PR.

  • BUGFIX: clean up the plugin codebase after the plugin verification procedure. See this PR and this PR.

v0.12.1

23 Jan 16:11
decb9b7
Compare
Choose a tag to compare
  • BUGFIX: fix issue with including the lezer-metricsql package to the build and fix public folder. See this PR.
  • BUGFIX: fix plugin loading for query formatting in the editor. See this issue.
  • BUGFIX: fix issue with "Prettify query" functionality corrupting dashboard JSON model. See this issue.