A release with API and configuration contract changes, new capabilities, deprecations, and bug fixes. It includes transport, telemetry, generated configuration, and data-handling updates, with no disclosed security advisories or security-specific fixes.
Check if affected (2)
breakingRelative
replacepaths in generated Collector sourceApplies if you use the generated Collector source.
In generated Collector source, the
replacestatements in the Go module now use relative paths by default.breakingNamed
Config.fieldProtocols Applies if you use
Config..Protocols Config.is now a named field instead of an anonymous embedded field in theProtocols cfg.andGRPC cfg.APIs.HTTP
Plan ahead (1)
deprecated
DefaultMetricsBuilderConfigdeprecationApplies if you use
DefaultMetricsBuilderConfig.The
DefaultMetricsBuilderConfigfunction is deprecated.NewDefaultMetricsBuilderConfigis the replacement.