Skip to content

chore: prepare next release#6402

Merged
trentm merged 1 commit intomainfrom
otelbot/prepare-next-version
Feb 12, 2026
Merged

chore: prepare next release#6402
trentm merged 1 commit intomainfrom
otelbot/prepare-next-version

Conversation

@otelbot-js
Copy link
Copy Markdown
Contributor

@otelbot-js otelbot-js Bot commented Feb 12, 2026

Stable SDK (./CHANGELOG.md)

2.5.1

🐛 Bug Fixes

  • fix(opentelemetry-sdk-node): the custom value from env variable for service.instance.id should take priority over random uuid as backup #6345 @maryliag

🏠 Internal

  • perf(sdk-trace-base): use Uint8Array for browser RandomIdGenerator #6209 @overbalance
  • test(sdk-trace-base): remove obsolete TypeScript and platform workarounds #6327 @overbalance
  • fix(example-web): update Docker config and deps for collector #6342 @overbalance
  • perf(sdk-trace-base): optimize setAttribute performance #6283 @AbhiPrasad
  • refactor(core): remove unnecessary closure in _export() #6360 @cjihrig

Experimental (./experimental/CHANGELOG.md)

0.212.0

💥 Breaking Changes

  • feat(sdk-logs)!: move environment variable configuration to @opentelemetry/sdk-node #6325 @pichlermarc
    • (user-facing): environment variable configuration is no longer applied automatically when instantiating SDK components
      (LoggerProvider, BatchLogRecordProcessor) directly from @opentelemetry/sdk-logs. Please migrate to using
      NodeSDK from @opentelemetry/sdk-node to get automatic environment variable configuration.

🚀 Features

  • feat(configuration): add Prometheus exporter support #6400 @MikeGoldsmith

  • feat(sampler-composite): add ComposableAnnotatingSampler and ComposableRuleBasedSampler #6305 @trentm

  • feat(configuration): parse config for rc 3 #6304 @maryliag

  • feat(instrumentation): use the internals: true option with import-in-the-middle hook, allowing instrumentations to hook internal files in ES modules #6344 @trentm

🐛 Bug Fixes

  • fix(configuration): remove default propagator initialization #6399 @MikeGoldsmith
  • fix(instrumentation-fetch): preserve Response.url, type, and redirected properties #6243 @AnubhavPurohit691
    • The fetch instrumentation now preserves the read-only url, type, and redirected properties from the original Response object when wrapping it with a Proxy. This fixes issues where code relying on these properties (e.g., CORS type detection) would fail with instrumented fetch.
  • fix(exporter-prometheus): add missing @opentelemetry/semantic-conventions dependency #6330 @omizha
  • fix(otlp-transformer): correctly handle Uint8Array attribute values when serializing to JSON #6348 @pichlermarc
  • fix(otlp-exporter-base): fix unwanted instrumentation of the fetch exports when context is not propagated #6353 @david-luna

🏠 Internal

@otelbot-js otelbot-js Bot requested review from a team as code owners February 12, 2026 08:59
@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 12, 2026

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6402   +/-   ##
=======================================
  Coverage   95.50%   95.50%           
=======================================
  Files         365      365           
  Lines       11617    11617           
  Branches     2681     2681           
=======================================
  Hits        11095    11095           
  Misses        522      522           
🚀 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.

@trentm trentm added this pull request to the merge queue Feb 12, 2026
@trentm trentm removed this pull request from the merge queue due to a manual request Feb 12, 2026
@trentm
Copy link
Copy Markdown
Contributor

trentm commented Feb 12, 2026

Re-running the workflow because there have been commits to main: https://github.com/open-telemetry/opentelemetry-js/actions/runs/21958342502

@otelbot-js otelbot-js Bot force-pushed the otelbot/prepare-next-version branch from 8c25456 to a80b53a Compare February 12, 2026 18:03
@trentm trentm added this pull request to the merge queue Feb 12, 2026
Merged via the queue into main with commit ad92be4 Feb 12, 2026
27 checks passed
@trentm trentm deleted the otelbot/prepare-next-version branch February 12, 2026 18:16
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