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
Merged

Release v1.20.0/v0.43.0 #4705

merged 12 commits into from Nov 10, 2023

Conversation

pellared
Copy link
Member

@pellared pellared commented Nov 10, 2023

This release brings a breaking change for custom trace API implementations. Some interfaces (TracerProvider, Tracer, Span) now embed the go.opentelemetry.io/otel/trace/embedded types. Implementors need to update their implementations based on what they want the default behavior to be. See the "API Implementations" section of the trace API package documentation for more about how to accomplish this.

Added

Deprecated

Changed

Fixed

@pellared pellared changed the title Release 1.20.0/0.43.0 Release v1.20.0/v0.43.0 Nov 10, 2023
Copy link

codecov bot commented Nov 10, 2023

Codecov Report

Merging #4705 (87ec88d) into main (94a41d7) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #4705   +/-   ##
=====================================
  Coverage   81.8%   81.8%           
=====================================
  Files        225     225           
  Lines      18087   18087           
=====================================
  Hits       14796   14796           
  Misses      2994    2994           
  Partials     297     297           
Files Coverage Δ
bridge/opencensus/version.go 100.0% <100.0%> (ø)
...xporters/otlp/otlpmetric/otlpmetricgrpc/version.go 100.0% <100.0%> (ø)
...xporters/otlp/otlpmetric/otlpmetrichttp/version.go 100.0% <100.0%> (ø)
exporters/otlp/otlpmetric/version.go 100.0% <100.0%> (ø)
exporters/otlp/otlptrace/version.go 100.0% <100.0%> (ø)
sdk/metric/version.go 100.0% <100.0%> (ø)
sdk/version.go 100.0% <100.0%> (ø)
version.go 100.0% <100.0%> (ø)

@MrAlias

This comment was marked as resolved.

@MrAlias

This comment was marked as resolved.

@pellared
Copy link
Member Author

@MrAlias Thanks. Can you take another look?

@pellared
Copy link
Member Author

pellared commented Nov 10, 2023

@dianashevchenko @katiehockman @darccio:
https://pkg.go.dev/gopkg.in/DataDog/dd-trace-go.v1/ddtrace/opentelemetry would require changes after this release (because of #4620).

Copy link
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@pellared pellared merged commit 85e4c46 into open-telemetry:main Nov 10, 2023
24 of 25 checks passed
@pellared pellared deleted the release-1.20.0 branch November 10, 2023 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants