Released at 2026-02-05
-
SECURITY: upgrade Go builder from Go1.25.6 to Go1.25.7. See the list of issues addressed in Go1.25.7.
-
SECURITY: upgrade base docker image (Alpine) from 3.23.2 to 3.23.3. See Alpine 3.23.3 release notes.
-
FEATURE: dashboards/single-node, dashboards/cluster: add clickable source code links to the
VictoriaLogs internal loggingpanel inOverview. Users can use it to navigate directly to the source code location that generated those logs, making debugging and code exploration easier. See #1074. -
FEATURE: LogsQL: add
ipv6_rangefilter for filtering logs by IPv6 address fields and CIDR ranges. This is an IPv6 counterpart to the existingipv4_rangefilter and allows efficient matching over stored IPv6 addresses. See #84. Thanks to @caicancai for the implementation. -
FEATURE:
/select/logsql/stats_query_rangeendpoint: support optionaloffsetquery arg, which can contain timezone offset for the returned timestamps. This is needed for the consistency with the/select/logsql/hitsendpoint. -
FEATURE: dashboard/single-node and dashboard/cluster: improve and fix dashboard descriptions, make them more compatible with the Prometheus datasource, and add a
clustervariable for easier selection of components from the same cluster. See #933. -
FEATURE: web UI: add the
offsetparameter so bar chart data is aligned with the user-selected timezone. See #1039. -
FEATURE: web UI: add support for toggling line comments with
Ctrl/Cmd + /. See #1030. -
BUGFIX:
/select/logsql/hitsendpoint: properly applyoffsetarg. Previously it resulted in incorrect calculations for the returned timestamps. -
BUGFIX: Loki data ingestion: properly parse JSON-encoded log fields inside Loki log message if it ends with whitespace chars such as
\n. See #1044. -
BUGFIX: dashboard/single-node: include
internalinsert(/internal/insert) inLogs ingestion ratepanels, so they work for data ingested viavlagentconfigured with-remoteWrite.url=.../internal/insert. See #1053. -
BUGFIX: web UI: fix autocomplete insertion to prevent overwriting remaining input and preserve newline characters. See #917.
-
BUGFIX: web UI: fix unexpected query expression reset to the previous value when clicking on "Hide chart" button. See #1063.
-
BUGFIX: web UI: fix cumulative bar chart by carrying over previous value for nullish bars. This ensures that the cumulative bar chart doesn't decrease over time.
-
BUGFIX: web UI: fix missing first bar when it starts before the selected range but ends within it.
-
BUGFIX: web UI: fix redundant
/select/logsql/query_time_rangerequests. -
BUGFIX: web UI: fix responsive layout and styles.