github VictoriaMetrics/VictoriaLogs v1.36.0

latest release: v1.36.1
14 hours ago

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 the end isn't included in the selected time range. This affects endpoints accepting start/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.

Don't miss a new VictoriaLogs release

NewReleases is sending notifications on new releases.