Skip to content

chore: prepare next release#5921

Merged
pichlermarc merged 1 commit intoopen-telemetry:mainfrom
opentelemetrybot:release/next-version
Sep 10, 2025
Merged

chore: prepare next release#5921
pichlermarc merged 1 commit intoopen-telemetry:mainfrom
opentelemetrybot:release/next-version

Conversation

@opentelemetrybot
Copy link
Copy Markdown
Contributor

@opentelemetrybot opentelemetrybot commented Sep 10, 2025

0.205.0

💥 Breaking Changes

  • fix(otlp-exporter-base)!: split node and browser config types in two #5917 @pichlermarc
    • Fixes a bug where Node.js modules would be incorrectly used in the instantiation of a web-targeted exporter
    • Breaking changes:
      • (user-facing) createOtlpHttpExportDelegate(OtlpHttpConfiguration) has been changed to take a different, but identical type OtlpNodeHttpConfiguration to differentiate it from the web-targeted exporters
      • (user-facing) convertLegacyHttpOptions(...) now returns OtlpNodeHttpConfiguration, the returned object's contents remain identical.
      • (user-facing) agentFactory has been dropped from OtlpHttpConfiguration as it is node-specific and is now part of OtlpNodeHttpConfiguration instead

@opentelemetrybot opentelemetrybot requested a review from a team as a code owner September 10, 2025 09:03
@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 10, 2025

Codecov Report

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

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5921   +/-   ##
=======================================
  Coverage   95.07%   95.07%           
=======================================
  Files         308      308           
  Lines        8039     8039           
  Branches     1627     1627           
=======================================
  Hits         7643     7643           
  Misses        396      396           
🚀 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.

@pichlermarc pichlermarc added this pull request to the merge queue Sep 10, 2025
Merged via the queue into open-telemetry:main with commit 2d37608 Sep 10, 2025
25 checks passed
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