Skip to content

Releases: VictoriaMetrics/victorialogs-datasource

v0.6.1

17 Oct 15:29
e37f2b9
Compare
Choose a tag to compare
  • BUGFIX: fixed healthcheck

v0.6.0

16 Oct 10:18
79b8f68
Compare
Choose a tag to compare
  • FEATURE: add limit param for the /field_values request. See this issue.

  • BUGFIX: fix variable substitution in queries. See this issue.

  • BUGFIX: fixed health path for case, when url ends with trailing slash.

  • BUGFIX: fix the application of filtering in queries. See this issue.

v0.5.0

12 Sep 14:21
fa90658
Compare
Choose a tag to compare
  • FEATURE: add support of the $__interval variable in queries. See this issue.
    Thanks to @yincongcyincong for the pull request.

  • BUGFIX: correctly pass time range filter when querying variable values. Before, time filter wasn't applied for /field_values and /field_names API calls. See this and this issues.

  • BUGFIX: fix the issue with displaying incorrect subfields when requesting logs with different set of fields. See this issue.

v0.4.0

02 Sep 15:01
73cdd1b
Compare
Choose a tag to compare
  • FEATURE: make retry attempt for datasource requests if returned error is a temporary network error. See this issue

  • BUGFIX: fix dynamic variable issue causing this is undefined error. See this issue.

  • BUGFIX: fix multi-value variable handling to properly format queries. See this issue.

  • BUGFIX: fix issue with special characters in variable values. See this issue.

v0.3.0

21 Aug 16:56
0cfa4ed
Compare
Choose a tag to compare
  • FEATURE: add beta version of the query builder. The builder allows selecting field names and field value. See this issue.
  • FEATURE: add support for loading data for variables, including log field names and values. This feature allows querying /select/logsql/field_names for field names and /select/logsql/field_values for field values. See this issue.

v0.2.6

06 Aug 10:20
68bf247
Compare
Choose a tag to compare
  • BUGFIX: fix issue with forwarding headers from datasource to the backend or proxy.
    It might be helpful if a user wants to use some kind of authentication. See this issue

v0.2.5

22 Jul 08:50
144a77d
Compare
Choose a tag to compare
  • BUGFIX: fix bug with a parsing response when the time field is empty but the message and labels are present.
    It happens when the user tries to show only the stats number. See this issue.

v0.2.4

08 Jul 09:24
1dfb3a4
Compare
Choose a tag to compare
  • BUGFIX: fix bug with parsing response when one of the field contains ANSI escape sequences. See this issue.

v0.2.3

28 Jun 09:38
579ae30
Compare
Choose a tag to compare
  • BUGFIX: fix bug with displaying response when one of the stream field is defined and lines are not collected. See this issue.

v0.2.2

25 Jun 10:37
da688de
Compare
Choose a tag to compare
  • BUGFIX: fix bug with displaying responses with a custom set of fields. See this issue.
  • BUGFIX: change time range limitation from _time in the expression to start and end query args. See this issue.