Skip to content

chore: prepare next release#6647

Merged
pichlermarc merged 1 commit intomainfrom
otelbot/prepare-next-version
Apr 29, 2026
Merged

chore: prepare next release#6647
pichlermarc merged 1 commit intomainfrom
otelbot/prepare-next-version

Conversation

@otelbot-js
Copy link
Copy Markdown
Contributor

@otelbot-js otelbot-js Bot commented Apr 29, 2026

Stable SDK (./CHANGELOG.md)

2.7.1

🐛 Bug Fixes

  • fix(core, api): defer trace state validation. Deprecate trace state implementation in api #6459 @david-luna
    • important: this bug fix may be breaking for certain uses of TraceState
      • set now returns the same TraceState instance if key/value are invalid or makes the while trace state invalid.
      • unset now returns the same TraceState instance if key is not present.
      • best-effort parsing of invalid TraceStates has changed: when multiple keys with the same name are present, the most recent one will win.

🏠 Internal

  • perf(sdk-trace-base): optimize TraceIdRatioBasedSampler performance #6284 @AbhiPrasad

Experimental (./experimental/CHANGELOG.md)

0.216.0

🚀 Features

  • feat(sdk-node): wire attribute_keys from declarative configuration to ViewOptions.attributesProcessors #6427 @ravitheja4531-cell
  • feat(sdk-node): set TracerProvider in startNodeSDK() #6607 @maryliag

🐛 Bug Fixes

  • fix(instrumentation-xml-http-request): avoid unwrapping XMLHttpRequest API when disabling #6611 @david-luna
  • fix(instrumentation-fetch): tolerate non-writable globalThis.fetch and fix premature _isEnabled / _isFetchPatched flips in enable() @brunorodmoreira
  • fix(instrumentation-xhr): resolve relative URLs before matching ignoreUrls #6551 @Maximiliano-Zeballos
  • fix(sdk-node): fix setting of ViewOption#name from ConfigurationModel #6620 @trentm
  • fix(web-common): add limit for timeout #6601 @maryliag
  • fix(otlp-transformer): pin protobufjs@8.0.1 as protobufjs@8.0.3 is broken for browser use #6646

🏠 Internal

  • test(otlp-transformer): add metrics transform benchmark #6628 @pichlermarc
  • refactor(opentelemetry-exporter-prometheus): do not call enforcePrometheusNamingConvention() multiple times per metric #6636 @cjihrig

@otelbot-js otelbot-js Bot requested review from a team as code owners April 29, 2026 17:51
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.70%. Comparing base (f7a9b7c) to head (d879601).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6647   +/-   ##
=======================================
  Coverage   95.70%   95.70%           
=======================================
  Files         375      375           
  Lines       12954    12954           
  Branches     3099     3099           
=======================================
  Hits        12398    12398           
  Misses        556      556           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@otelbot-js otelbot-js Bot force-pushed the otelbot/prepare-next-version branch from 9dbf4c2 to e01fa86 Compare April 29, 2026 17:55
@otelbot-js otelbot-js Bot force-pushed the otelbot/prepare-next-version branch from a346887 to d879601 Compare April 29, 2026 18:01
@pichlermarc pichlermarc enabled auto-merge April 29, 2026 18:02
@pichlermarc pichlermarc added this pull request to the merge queue Apr 29, 2026
Merged via the queue into main with commit 2400d83 Apr 29, 2026
27 checks passed
@pichlermarc pichlermarc deleted the otelbot/prepare-next-version branch April 29, 2026 18:15
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.

2 participants