Released at 2025-07-07
VictoriaLogs source code has been moved from VictoriaMetrics repository to its own github.com/VictoriaMetrics/VictoriaLogs repository. All the future development will be performed in the new repository. The -victorialogs suffix is removed from the release tag and from docker image tags starting from v1.25.0 release. Older releases are available at VictoriaMetrics repository
vlogscli and vlagent are packed into vlutils-*.tar.gz archives starting from v1.25.0 release
-
FEATURE:
formatpipe: add support for Unix timestamps in seconds, milliseconds and microseconds additionally to nanoseconds when using<time:field_name>formatting. See this issue. -
BUGFIX: data ingestion: properly parse fractional Unix timestamps with millisecond, microsecond and nanosecond precision in the ingested logs. Previously the precision loss in the parsed timestamps could occur. See this comment for details.
-
BUGFIX:
rate_sumstats function: fix inconsistent per-second rate calculation when time filters are specified via HTTP query parameters instead of LogsQL expression. This affects recording rule results. See #9303. -
BUGFIX: web UI: disabled opening of autocomplete popup on initial page load.