The following tip changes can be tested by building VictoriaTraces components from the latest commits according to the following docs:
tip #
SECURITY: upgrade Go builder from Go1.26.0 to Go1.26.1. See the list of issues addressed in Go1.26.1 .
FEATURE: dashboards/single-node , dashboards/cluster : add clickable source code links to the
Logging ratepanel inOverview. Users can use it to navigate directly to the source code location that generated those logs, making debugging and code exploration easier. See #106 .
v0.8.0 #
Released at 2026-03-02
SECURITY: upgrade Go builder from Go1.25.5 to Go1.26.0. See the list of issues addressed in Go1.26.0 .
SECURITY: upgrade base docker image (Alpine) from 3.22.2 to 3.23.3. See Alpine 3.23.3 release notes .
BUGFIX: fix VictoriaTraces Docker OCI labels
org.opencontainers.image.sourceandorg.opencontainers.image.documentation: point them to VictoriaTraces repo/docs instead of VictoriaMetrics.FEATURE: Single-node VictoriaTraces and vtselect, vtstorage in VictoriaTraces cluster : (experimental) add support for Tempo datasource APIs . This starts with support for the basic auto-completion
/tags, search/search, and/v2/traces/*APIs. TraceQL metrics and pipelines are not yet available in this release.FEATURE: logstorage : upgrade VictoriaLogs dependency from v1.43.1 to v1.47.0 .
v0.7.1 #
Released at 2026-01-24
FEATURE: Single-node VictoriaTraces and vtstorage in VictoriaTraces cluster : adjust
-insert.indexFlushIntervalfrom 30s to 20s to ensure a proper time gap with-search.latencyOffset. This is useful when ingest data is not real-time, as it helps reduce the probability that data can be searched by condition but is not present in the traceID index, resulting in failure to query by traceID.BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster : fix backward compatibility for the old index format. Previously, the old index format was not parsed correctly into the start and end timestamps.
v0.7.0 #
Released at 2026-01-21
- FEATURE: Single-node VictoriaTraces and VictoriaTraces cluster : add duration and error metrics for service graph background tasks. Thank @chenlujjj for the pull request #100 .
- FEATURE:
Single-node VictoriaTraces
and
VictoriaTraces cluster
: add accurate start time and end time to the trace ID index. This should help with the trace lookup by ID, and will free user from configuring
-search.traceMaxDurationWindowto avoid missing the spans. See the pull request #81 .
v0.6.0 #
Released at 2026-01-07
SECURITY: upgrade Go builder from Go1.25.4 to Go1.25.5. See the list of issues addressed in Go1.25.5 .
FEATURE: logstorage : upgrade VictoriaLogs dependency from v1.38.0 to v1.43.1 .
FEATURE: Single-node VictoriaTraces and vtinsert in VictoriaTraces cluster : reduce CPU usage of the OpenTelemetry protobuf data ingestion in both OTLP/HTTP and OTLP/gRPC APIs. Thanks to @vadimalekseev for the initial idea .
v0.5.1 #
See changes here
v0.5.0 #
See changes here
v0.4.1 #
See changes here
v0.4.0 #
See changes here
v0.3.0 #
See changes here
v0.2.0 #
See changes here
v0.1.0 #
Released at 2025-07-28
Initial release
Previous releases #
See releases page .