Released at 2025-11-08
-
SECURITY: upgrade Go builder from Go1.25.2 to Go1.25.3. See the list of issues addressed in Go1.25.3.
-
FEATURE: Single-node VictoriaTraces and VictoriaTraces cluster: support OTLP/gRPC data ingestion. It requires
-otlpGRPCListenAddrflag to be set on Single-node VictoriaTraces or vtinsert. See this doc for details. Thanks to @JayiceZ for the pull request. -
BUGFIX: Single-node VictoriaTraces and vtselect in VictoriaTraces cluster: return the correct error message and the total number when searching by trace ID yields no hits in the result. Thank @huan89983 for the bug report.