Releases: VictoriaMetrics/victorialogs-datasource
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.
v0.21.4
v0.21.3
v0.21.2
- BUGFIX: fix setting
extra_stream_filtersparam toCustom query parameters. See this comment. - BUGFIX: add
sort by (_time) asc/descpipe if logs are sorted in asc/desc order. In versions of grafana below12.x.x, you need to manually run the query if the sorting has been changed. See #379. - BUGFIX: fix the issue of overwriting the
levellabel. Set the calculated level into adetected_levellabel, which is supported only in Grafana version 11.0.8 and above. See #425. - BUGFIX: fix interpolation of multi-value query variables by mapping
filterName:$filterVarandfilterName:=$filterVarto thefilerName:in("v1", ..., "vN"). Support negative operators and stream tags({tag = $var}to{tag in($var)}). Disallow interpolation in regexp with variables (e.g.,field:~$var). See #238. - BUGFIX: fix rendering the graph with stats range queries by filling missing timestamps with null values. See #421.
v0.21.1
- BUGFIX: fix an issue with parsings of the logs lines when in the logs line empty
_streamand missed_msgfields. See #330. - BUGFIX: fix applying
Custom query parameterswhen querying from Grafana variables. See #405. - BUGFIX: fix duplication of
levellabel. Keep the originallevellabel as__orig_levelfor clarity and transparency if new calculated label after applying the datasourceLog Level Rulesis different from the original. See #400.
v0.21.0
-
FEATURE: add run in vmui button. The VMUI URL can be configured in the datasource settings. If not specified, the datasource URL with the path
/select/vmuiwill be used. See #369. -
BUGFIX: fix unpredictable behavior when determining a
Max Data Pointsoption for a range query. See #393. -
BUGFIX: respect user-specified
Min Intervalfor a range queries. Before, the interval could have been rounded to smaller values and result in unexpected distance between datapoints on graph. See #390. -
BUGFIX: fix an issue with the incorrect handling
optionfield in the query for the/statsAPI. By the documentation it should be passed at the beginning of LogsQL query. See #389.