-
Notifications
You must be signed in to change notification settings - Fork 813
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
chore: prepare release API 1.5.0, SDK 1.16.0/0.42.0 #4122
chore: prepare release API 1.5.0, SDK 1.16.0/0.42.0 #4122
Conversation
Codecov Report
@@ Coverage Diff @@
## main #4122 +/- ##
==========================================
+ Coverage 92.38% 92.57% +0.18%
==========================================
Files 321 292 -29
Lines 9290 8184 -1106
Branches 1974 1695 -279
==========================================
- Hits 8583 7576 -1007
+ Misses 707 608 -99 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but there's conflicts now from the dependency update
API 1.5.0
🚀 (Enhancement)
SDK 1.16.0
🚀 (Enhancement)
🐛 (Bug Fix)
📚 (Refine Doc)
Experimental 0.42.0
💥 Breaking Change
0.43.0
NodeSDK.configureTracerProvider()
, please use constructor options insteadNodeSDK.configureMeterProvider()
, please use constructor options insteadNodeSDK.configureLoggerProvider()
, please use constructor options insteadNodeSDK.addResource()
, please use constructor options insteadNodeSDK.detectResources()
, this is not necessary anymore, resources are now auto-detected on startup.@opentelemetry/exporter-jaeger
is deprecated, consider switching to one of the alternatives described here🚀 (Enhancement)
🐛 (Bug Fix)