Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.20.0/v0.43.0 #4705

Merged
merged 12 commits into from
Nov 10, 2023
Prev Previous commit
Next Next commit
Refine changelog
  • Loading branch information
pellared committed Nov 10, 2023
commit d7617bff51065e8ee4c4b2105718268333a85563
5 changes: 1 addition & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [1.20.0/0.43.0] 2023-11-10

This release brings a breaking change for custom trace API implementations.
A `TraceProvider` implementation is advised to embed `embedded.TracerProvider`
or `noop.TracerProvider`. You can find more information in
[trace API docs](https://pkg.go.dev/go.opentelemetry.io/otel/trace#hdr-API_Implementations).
This release brings a breaking change for custom trace API implementations. A `TraceProvider` implementation is advised to embed `embedded.TracerProvider` or `noop.TracerProvider`. You can find more information in [metric API] package documentation.

### Added

Expand Down
Loading