-
Notifications
You must be signed in to change notification settings - Fork 979
chore: prepare next release #5903
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 next release #5903
Conversation
|
Per #5901 (comment)
|
@pichlermarc This instr-http changelog entry under the 2.1.0 header seems misplaced. Sorry, I haven't looked into why. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5903 +/- ##
=======================================
Coverage 95.06% 95.06%
=======================================
Files 307 307
Lines 8031 8031
Branches 1627 1627
=======================================
Hits 7635 7635
Misses 396 396 🚀 New features to boost your workflow:
|
|
@trentm Looks like it was just put into the wrong file by the author and no one caught it before merging |
I will postpone this until tomorrow since I did not get to it today. |
Yep, I'll move it to the correct place before merging this. |
d863a29 to
27e20a2
Compare
27e20a2 to
f564528
Compare
Co-authored-by: Marc Pichler <[email protected]>
2.1.0
🚀 Features
🐛 Bug Fixes
startTimeparam to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #5763 @trentm🏠 Internal
0.204.0
💥 Breaking Changes
OtlpHttpConfiguration.agentOptionshas been removed and functionality has been rolled intoOtlpHttpConfiguration.agentFactory{ agentOptions: myOptions }{ agentFactory: httpAgentFactoryFromOptions(myOptions) }🚀 Features
fetchoverXMLHttpRequestif present. Sending viaXMLHttpRequestwill be removed in a future release.metricReadersoption in NodeSDK configuration. Users can now register multiple metric readers (e.g., Console, Prometheus) directly through the NodeSDK constructor. The oldmetricReader(singular) option is now deprecated and will show a warning if used, but remains supported for backward compatibility. Comprehensive tests and documentation have been added. #5760Migration:
Before:
After:
Users should migrate to the new
metricReadersarray option for future compatibility. The old option will be removed in an upcoming experimental version.🐛 Bug Fixes
esnextexport condition as it is more specific #5458🏠 Internal