Released at 2025-10-08
-
SECURITY: upgrade Go builder from Go1.25.1 to Go1.25.2. See the list of issues addressed in Go1.25.2.
-
FEATURE: LogsQL: improve
collapse_nums
pipe by treating_
(underscore) as a separator for numeric tokens. This enables collapsing underscore‑delimited numbers (e.g.temp_23_175863242537_93_98_
→temp_<N>_<N>_<N>_<N>_
) for better normalization and grouping. See #703. -
BUGFIX: HTTP querying APIs: treat
end
query arg as exclusive bound for time ranges, i.e. use[start, end)
instead of[start, end]
, e.g. the first nanosecond at theend
isn't included in the selected time range. This affects endpoints acceptingstart
/end
(e.g./select/logsql/query
,/select/logsql/hits
,/select/logsql/stats_query_range
,/select/logsql/streams
, etc.). See VictoriaMetrics#9753 and #587 for more details. -
BUGFIX: all components: restore sorting order of summary and quantile metrics exposed by VictoriaLogs components on
/metrics
page. See metrics#105 for details.