You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.11.0
🚀 Features
feat(context-async-hooks): implement attach() on AsyncLocalStorageContextManager#6845@pichlermarc
On Node.js 25.9+, delegates to AsyncLocalStorage.withScope() returning a native RunScope. On older Node.js, falls back to enterWith() with a manual disposable wrapper.
feat(sdk-trace): allow configuring the force flush timeout per call #6929@LarryHu0217
🐛 Bug Fixes
fix(sdk-metrics): ignore Infinity in exponential histograms #7015@mwear
🏠 Internal
perf(sdk-metrics): reuse a single DataView for exponential histogram bit reads #6998@mwear
chore(ci): run documentation tests on a weekly schedule #6920@LarryHu0217
feat(ci): support pre-releases and major version bumps in the release workflow #6768@pichlermarc
chore(resources): Ensure that multiple uses of serviceInstanceIdDetector.detect() return the same value for service.instance.id