The following tip changes can be tested by building VictoriaTraces components from the latest commits according to the following docs:

tip #

v0.8.1 #

Released at 2026-04-14

  • SECURITY: upgrade Go builder from Go1.26.0 to Go1.26.2. See the list of issues addressed in Go1.26.1 and Go1.26.2 .

  • FEATURE: Single-node VictoriaTraces and vtstorage in VictoriaTraces cluster : allow generating service graph relation by database client span. The client span contains db.system.name attribute will generate a service.name:db.system.name (example: account_service:mysql) relation. It can be disabled by setting -servicegraph.databaseTaskLimit=0. Thank @wsx864321 for the pull request #117 .

  • FEATURE: dashboards/single-node , dashboards/cluster : add clickable source code links to the Logging rate panel in Overview. Users can use it to navigate directly to the source code location that generated those logs, making debugging and code exploration easier. See #106 .

  • FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster : support positive regex matching in the Jaeger query API when filtering traces by tags. See the pull request #116 for examples. Thank @emamihe for the pull request.

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.source and org.opencontainers.image.documentation: point them to VictoriaTraces repo/docs instead of VictoriaMetrics.

  • BUGFIX: All VictoriaTraces components: Fix unsupported metric type display in exposed metric metadata for summaries and quantiles. This unsupported type exists when a summary is not updated within a certain time window. See #120 for details.

  • 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.indexFlushInterval from 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

v0.6.0 #

Released at 2026-01-07

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 .