Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.26.3

10 Mar 13:39
e875707

Choose a tag to compare

  • BUGFIX: fix time range provided in field_names and field_values requests. Instead of being rounded to a 24-hour time range, the selected time range is now provided. See pr #581.
  • BUGFIX: fix template variables not being interpolated in the Step field of the query editor. See pr #594.
  • BUGFIX: fix the display of the histogram and bar chart for histogram stats functions. See comment of issue #62.
  • BUGFIX: fix search of filter values in the query builder.

v0.26.2

24 Feb 15:37
0caedc2

Choose a tag to compare

v0.26.1

24 Feb 15:03
7f0d915

Choose a tag to compare

  • BUGFIX: fix an issue where requests failed with compression formats other than gzip, resulting in no field names and no field values errors. See pr #588.

v0.26.0

23 Feb 13:48
0f9fc9e

Choose a tag to compare

  • FEATURE: pass the selected timezone offset to the offset query arg at /select/logsql/hits and /select/logsql/stats_query_range endpoints. See #561.

  • FEATURE: add support for a heatmap panel. For using Heatmap panel switch to Range query type and use histogram stats function. See #62.

  • BUGFIX: fix an interpolation query by handling additional patterns like :in("*") and word in(".*"). See #573.

v0.25.0

16 Feb 12:03
647d6d1

Choose a tag to compare

  • FEATURE: limit the number of field values. This limit can be configured in the datasource settings. See #543.
  • FEATURE: add "Ad-hoc filters to root query" checkbox to Query Editor options. When enabled, ad-hoc filters are applied directly to the root query expression instead of using the extra_filters parameter, preventing filter propagation into subqueries (join, union, etc.). See #511.

v0.24.1

05 Feb 10:17
d426372

Choose a tag to compare

  • BUGFIX: fix an issue where the histogram function throws a warning. See #524.
  • BUGFIX: quote label names containing colons(:) with double quotes. See #549.

v0.24.0

28 Jan 10:38
ca00cab

Choose a tag to compare

  • FEATURE: add query suggestions to help users get started with log searches. See #108.

  • BUGFIX: fix an issue where variables were incorrectly interpolated in the query, as a result of which the repeat by variable feature did not work correctly. See #502.

v0.23.5

22 Jan 09:48
d2716fe

Choose a tag to compare

  • BUGFIX: fix closing connections in the datasource backend to prevent resource leak. See pr #537.

v0.23.4

21 Jan 14:25
d4ee1bc

Choose a tag to compare

bump version to 0.23.4 (#535)

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.