2.11.0
🚀 Features
- feat(context-async-hooks): implement
attach()onAsyncLocalStorageContextManager#6845 @pichlermarc- On Node.js 25.9+, delegates to
AsyncLocalStorage.withScope()returning a nativeRunScope. On older Node.js, falls back toenterWith()with a manual disposable wrapper.
- On Node.js 25.9+, delegates to
- feat(sdk-trace): allow configuring the force flush timeout per call #6929 @LarryHu0217
🐛 Bug Fixes
🏠 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