Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.16.1

02 Apr 08:31
2d28a95

Choose a tag to compare

  • BUGFIX: fix log context in dashboard view. See this pull request.
  • BUGFIX: fix parsing of _stream field with other than alpha-numeric characters in stream keys. See this issue and this issue.
  • BUGFIX: fix a bug where array indices were appended to log messages, resulting in incorrect log display on the dashboard. See this issue.
  • BUGFIX: fix Ad Hoc filter values autocomplete. See this issue.
  • BUGFIX: fix loading of field values for Grafana variables. See this issue.

v0.16.0

14 Mar 09:21
6b26bd6

Choose a tag to compare

  • FEATURE: implements the getLogRowContext method. See this issue.
    Thanks to @Libr4rian for this pull request.
  • FEATURE: add support for build the linux/s390x. Extend backend build process to add more architectures. See this issue.
  • FEATURE: add configuration screen for Custom query parameters. See this issue.
    Thanks to @tommysitehost for this pull request.
  • BUGFIX: fix build annotation from the label field. All labels transforms to the string representation. See this issue.
  • BUGFIX: fix the bug with incorrect bar display on the Logs Volume chart. See this issue.

v0.15.0

12 Feb 14:00
e274bcb

Choose a tag to compare

  • FEATURE: add configuration screen for derived fields. See this issue.
    Thanks to @090809 for the pull request.
  • BUGFIX: fix live mode shows the first query result instead of separately requested two different results. See this issue.

v0.14.3

30 Jan 13:51
a411ac0

Choose a tag to compare

  • BUGFIX: fix image links in public readme.

v0.14.2

29 Jan 12:47
b532af3

Choose a tag to compare

  • BUGFIX: fix issue with plugin signature.

v0.14.1

27 Jan 13:26
ee4e583

Choose a tag to compare

  • BUGFIX: fix the sign plugin procedure for the new release. See this PR and See this PR.

v0.14.0

27 Jan 10:16
93728ff

Choose a tag to compare

  • FEATURE: enable plugin sign procedure for new releases. See this PR.

v0.13.5

24 Jan 14:46
787afcb

Choose a tag to compare

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

v0.13.4

23 Jan 10:19
9a54578

Choose a tag to compare

  • BUGFIX: updated the backend plugin ID and revised the README.md file after the plugin verification procedure. See this PR.

v0.13.3

21 Jan 15:50
2cb04d4

Choose a tag to compare

  • BUGFIX: fix query display text in query history to show the actual expression instead of the full query object. See this issue.
  • BUGFIX: fix query type switching when creating alerts in Grafana. See this issue
  • BUGFIX: fix parsings of the datasource settings in the plugin. See this issue.