github VictoriaMetrics/VictoriaLogs v1.29.0

latest releases: v1.32.0, v1.31.0, v1.30.0...
14 days ago

Released at 2025-08-22

  • FEATURE: introduce Enterprise version of VictoriaLogs. See the list of Enterprise features. See also #120.
  • FEATURE: improve the scalability of data ingestion on systems with big number of CPU cores. Previously only up to 40 CPU cores were used during logs' ingestion into VictoriaLogs on AMD64 and ARM64 architectures, while the remaining CPU cores were idle. Remove the scalability bottleneck by switching from musl-based to glibc-based cross-compiler. This improved the data ingestion speed on a host with hundreds of CPU cores by more than 4x. See #517.
  • FEATURE: upgrade Go builder from Go1.24.6 to Go1.25.0. See Go1.25.0 release notes.
  • FEATURE: expose vl_total_disk_space_bytes metric at /metrics page, which shows the disk space size for the -storageDataPath directory. This metric can be used for calculating the percentage of the free disk space via the following MetricsQL query: vl_free_disk_space_bytes / vl_total_disk_space_bytes.
  • FEATURE: LogsQL: implement generate_sequence pipe, which allows generating logs with messages containing integer sequence numbers. This pipe is useful for debugging and testing LogsQL pipes. See these docs.

Don't miss a new VictoriaLogs release

NewReleases is sending notifications on new releases.