Skip to content
This repository has been archived by the owner on May 23, 2024. It is now read-only.

Release 2.25.0

Compare
Choose a tag to compare
@yurishkuro yurishkuro released this 13 Jul 20:14
· 55 commits to master since this release

Breaking changes

  • [feat] Periodically re-resolve UDP server address, with opt-out (#520) -- Trevor Foster

    The re-resolving of UDP address is now enabled by default, to make the client more robust in Kubernetes deployments.
    The old resolve-once behavior can be restored by setting DisableAttemptReconnecting=true in the Configuration struct,
    or via JAEGER_REPORTER_ATTEMPT_RECONNECTING_DISABLED=true environment variable.

Bug fixes

  • Do not add invalid context to references (#521) -- Yuri Shkuro