A maintenance and API-evolution release with client configuration deprecations, a higher Go toolchain requirement, performance improvements, and a breaking resource-creation API signature change. The release also includes compatibility, error-handling, platform support, and component behavior updates.
Check if affected (3)
breakingDeprecated fields with
keepalivesectionApplicability is not stated in the release notes.
breakingGo 1.25.0 support removal
Applies if you depend on
go.breaking
telemetry.andFactory. CreateResource telemetry.return signatureCreateResourceFunc Applies if you use
telemetry.orFactory. CreateResource telemetry..CreateResourceFunc
Plan ahead (1)
deprecatedClient configuration fields deprecated in favor of
keepaliveApplies if you configure any of
idle_conn_timeout,max_idle_conns,max_idle_conns_per_host,disable_keep_alives,idle_timeout, orkeep_alives_enabled.