Released at 2026-06-01
-
SECURITY: upgrade Go builder from Go1.26.2 to Go1.26.3. See the list of issues addressed in Go1.26.3.
-
FEATURE: logstorage: upgrade VictoriaLogs dependency from v1.47.0 to v1.50.0.
-
FEATURE: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: extend TraceQL support for fuzzy match and regex syntax. Thank @vshulakov-sh for the pull request #158.
-
BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: return span status in string (
unset,ok,error) instead of integers (0,1,2) in Tempo/api/v2/search/tag/status/valuesendpoint. Thank @vshulakov-sh for the pull request #155. -
BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: populate
spanSetsin the Tempo/api/searchresponse with a synthesized root span (spanID,startTimeUnixNano,durationNanos, andservice.name/nestedSetParentattributes) to allow Grafana Traces Drilldown plugin show traces. Thank @vshulakov-sh for the pull request #162. -
BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: safeguard duration calculation for the Tempo search API when start or end time is missing. Previously, the value could exceed the int32 range and cause display errors. See pull request #153 for details.