Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.23.3

16 Jan 12:08
f16509e

Choose a tag to compare

  • BUGFIX: fix the parsing of tenant IDs from provisioning configurations. See #522.
  • BUGFIX: fix an issue where queries would run even if they were hidden. See #521.
  • BUGFIX: fix the issue of adhoc filters being lost when navigating from the Dashboard page to the Explore page. See #361.

v0.23.2

18 Dec 13:34
8635108

Choose a tag to compare

  • BUGFIX: fix the loading of tenant IDs when creating a new datasource from scratch.

v0.23.1

17 Dec 13:30
a6b6b47

Choose a tag to compare

  • BUGFIX: fix a problem where the variables in the stream could be interpolated incorrectly.
  • BUGFIX: fix a problem where loading tenants throws errors continuously when you create a new datasource from scratch.
  • BUGFIX: fix sorting in the Logs panel, where incorrect logs were shown while the oldest first sort was active. See #266.

v0.23.0

15 Dec 08:45
150431f

Choose a tag to compare

  • FEATURE: fetch tenants from the VictoriaLogs backend and allow selecting a tenant in the datasource settings. See #475.
  • FEATURE: enable client side caching and make reliable behavior in QueryBuilder filters. See #357.
  • FEATURE: add compatibility with Grafana 10.x and 11.x by using dynamic component loading for Combobox.
  • FEATURE: add quick level filter, which allows filtering logs by level according to Log Level Rules and the base level field. It is the first part of the issue #108. See pr #495.
  • FEATURE: add a default query expression * in Explore mode when none is provided. See #483.

v0.22.4

05 Dec 10:05
c07ac79

Choose a tag to compare

  • BUGFIX: fix an issue where the Internal link from derived fields config was disabled. See #479.
  • BUGFIX: fix an issue where the show context failed if disable labels with transformations. See #480.
  • BUGFIX: add tenant information as a query parameter to url in Run in vmui button. See #480.
  • BUGFIX: fix vulnerability CVE-2025-58187 by updating Go version from 1.25.0 to 1.25.4. Thanks for contributing @ami-descope. See #477.

v0.22.3

01 Dec 10:47
2d411af

Choose a tag to compare

  • BUGFIX: fix an issue where _msg was incorrectly parsed to detected_level label according to Log Level rules. See #465.
  • BUGFIX: fix an issue where the Logs panel shows an empty view when infinite scrolling at the bottom. See #466.

v0.22.2

25 Nov 09:41
d545b5b

Choose a tag to compare

  • BUGFIX: fix an issue where an empty textbox variable was incorrectly interpolated. See #454.
  • BUGFIX: fix a glob package vulnerability CVE-2025-64756.
  • BUGFIX: fix an issue where live tailing logs in Grafana's explore page does not work. See #460.

v0.22.1

20 Nov 15:17
796bf56

Choose a tag to compare

  • BUGFIX: fix an interpolating query with multivariables when going to the "explore" page. See #380.
  • BUGFIX: fix an issue where * was used instead of a variable with the selected All value. Now the priority is as follows: first, the allValue value is used, which is defined in the variable settings, if there is no such value and there is a query in the variable setting to filter the values, then the list of return values is used, if there is no query, then * is used for normal filters and .* for regexp filters. See #452.
  • BUGFIX: fix an interpolating query in variable settings: use the same algorithm as for the query on dashboards. See #455.
  • BUGFIX: fix an issue where a query was incorrectly interpolated with a variable inside a regexp operator. See #449.

v0.22.0

14 Nov 14:55
c1c4d91

Choose a tag to compare

  • FEATURE: add bars as the default type of visualization for explore mode. Adjust the width of the bars to match the step size. See #420.

  • BUGFIX: fix an issue where a warning was displayed when using the regexp operator not with a variable. See #438.

  • BUGFIX: fix an issue where a single value wasn't interpolated by double quotes. See #444.

v0.21.4

05 Nov 14:39
1413eb4

Choose a tag to compare

  • BUGFIX: fix backward compatibility with queries containing regexp variables. Error in queries with regexp variables has been replaced with a warning with quick fix action. See #432.