Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.20.0

10 Sep 11:32
ede4551

Choose a tag to compare

  • 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.

v0.19.3

14 Aug 10:08
d113fa4

Choose a tag to compare

  • BUGFIX: fix an issue with missing _msg, _time fields in the response and when _stream field is empty. See #560
  • BUGFIX: fix an issue with the propagating AccountID and ProjectID headers in the datasource for the field_values and field_names API calls. See #354.

v0.19.2

31 Jul 09:25
a4c0b0c

Choose a tag to compare

  • BUGFIX: fix regression of the plugin that cause the plugin to not work with field_values and field_names queries. Fix comments after the plugin verification procedure.

v0.19.1

29 Jul 11:05
3eaa951

Choose a tag to compare

  • BUGFIX: upgrade jest library version to fix vulnerability warning.

v0.19.0

29 Jul 08:30
a1ac479

Choose a tag to compare

  • BREAKING: increase minimum required Grafana version to >=10.4.0 to ensure compatibility with @grafana/plugin-ui. This drops support for older Grafana versions.

  • BUGFIX: fix an issue with missing _msg field in the response. If _msg field is missed in the response now always returned as an empty string. See #330.

  • BUGFIX: fix an issue with parsing of the _stream field that contains commas in its value. Previously, commas in the _stream field values were incorrectly processed, leading to parsing errors. This has been fixed to properly handle complex string values with commas. See #334.

  • BUGFIX: fix an issue with parsing timestamp from the _time field if it contains nanosecond precision. Now, the plugin correctly handles timestamps with nanosecond precision in the _time field and do not round it, ensuring accurate time representation in logs. See #340

v0.18.1

25 Jun 08:08
5b3c6da

Choose a tag to compare

  • BUGFIX: fix an issue when the additional level label was added if the logs level rules aren't configured. See this issue.
  • BUGFIX: fix an issue with loading field names when creating a variable using a variable or a regexp operator in the query. See this issue.
  • BUGFIX: fix an issue where ad-hoc filtering is applied incorrectly with extract pipe. See this issue.

v0.18.0

19 Jun 12:09
c9aed95

Choose a tag to compare

  • FEATURE: improve query builder – when using AND operator, field and value selection is now narrowed. See this issue.
  • FEATURE: add a section to the datasource settings for tenant configuration. See this issue.
  • BUGFIX: fix an issue where line charts were incorrectly connecting data points across missing (null) values despite the "Connect null values" panel setting being set to "Never". See this issue.

v0.17.0

29 May 07:54
b8f853b

Choose a tag to compare

  • FEATURE: add support for configuring log level using custom rules. See this issue.
  • FEATURE: add support for build the freebsd/amd64. See this pull request. Thanks to @AlexanderThaller.
  • BUGFIX: fix an issue when Grafana decides that the response is not a wide series and shows the error "input data must be a wide series but got type not (input refid)". See this issue.

v0.16.3

11 Apr 09:32
baba6dc

Choose a tag to compare

  • FEATURE: enabled PDC support. See VictoriaMetrics#8800 for details.
  • BUGFIX: fix shows the original error message returned from the VictoriaLogs backend on status code 400. It should help to troubleshoot problems with query or syntax. See this pull request.
  • BUGFIX: fix extend the Custom query parameters label width to fix the title. See this pull request
    Thanks to @tommysitehost.
  • BUGFIX: fix handle empty _stream field when it returns like _stream:"{}" from the datasource. See this issue.

v0.16.2

06 Apr 12:33
9a49a1e

Choose a tag to compare