Skip to content

v0.17.0-alpha

Compare
Choose a tag to compare
@MrAlias MrAlias released this 06 Nov 15:41
· 144 commits to main since this release
v0.17.0-alpha
454a9ca

Overview

Changed

  • The SDK provided in go.opentelemtry.io/auto/sdk now defaults to No-Op behavior for unimplemented methods of the OpenTelemetry API. This is changed from causing a compilation error for unimplemented methods. (#1230)
  • The GetTracerProvider function in go.opentelemtry.io/auto/sdk is renamed to TracerProvider. (#1231)

Fixed

  • Sporadic shutdown deadlock. (#1220)
  • Only support status codes for versions of google.golang.org/grpc >= 1.40. (#1235)

Deprecated

  • The go.opentelemetry.io/auto/sdk/telemetry package is deprecated. This package will be removed in the next release. (#1238)
  • The go.opentelemetry.io/auto/sdk/telemetry/test module is deprecated. This module will be removed in the next release. (#1238)

What's Changed

Full Changelog: v0.16.0-alpha...v0.17.0-alpha