Skip to content

v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@MrAlias MrAlias released this 27 Apr 22:45
· 1043 commits to main since this release
v0.2.0
ba69c6c

The primary change of this release is updating the dependency of go.opentelemetry.io/otel* packages from v0.19.0 to v0.20.0 and similarly go.opentelemetry.io/contrib* package from v0.19.0 to v0.20.0. This includes a fix in the Jaeger exporter. This fix removes the duplicate batching that the exporter implemented. Now the BatchSpanProcessor that the distro package configures by default will not experience an impedance mismatch with this duplicate batching.

Changed

  • Update go.opentelemetry.io/otel* dependencies from v0.19.0 to v0.20.0.
  • Update go.opentelemetry.io/contrib* dependencies from v0.19.0 to v0.20.0.