Releases: VictoriaMetrics/victorialogs-datasource
Releases · VictoriaMetrics/victorialogs-datasource
v0.23.3
v0.23.2
- BUGFIX: fix the loading of tenant IDs when creating a new datasource from scratch.
v0.23.1
- 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 firstsort was active. See #266.
v0.23.0
- 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 Rulesand 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
- BUGFIX: fix an issue where the
Internal linkfrom derived fields config was disabled. See #479. - BUGFIX: fix an issue where the
show contextfailed if disable labels with transformations. See #480. - BUGFIX: add tenant information as a query parameter to
urlinRun in vmuibutton. See #480. - BUGFIX: fix vulnerability CVE-2025-58187 by updating
Goversion from1.25.0to1.25.4. Thanks for contributing @ami-descope. See #477.
v0.22.3
v0.22.2
- BUGFIX: fix an issue where an empty textbox variable was incorrectly interpolated. See #454.
- BUGFIX: fix a
globpackage 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
- 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 selectedAllvalue. Now the priority is as follows: first, theallValuevalue is used, which is defined in the variable settings, if there is no such value and there is aqueryin 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
-
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.