Skip to content

Conversation

@otelbot-js
Copy link
Contributor

@otelbot-js otelbot-js bot commented Oct 24, 2025

0.208.0

  • feat(opentelemetry-configuration): set attributes from attribute list from env variables #6043 @maryliag

💥 Breaking Changes

  • feat(otlp-exporter-base)!: allow passing an async function to headers option #5994 @pichlermarc
    • In addition to static headers, OTLP exporters now allow passing an async function that returns headers which will be called before each export. See TSDoc for headers in OTLPExporterConfigBase for details.
    • Breaking changes:
      • (user-facing): headers option in all OTLP exporters now accepts a function that returns a Promise<Record<string, string>> in addition to the existing Record<string, string> type.
      • (user-facing): headers in HttpNodeRequestParameters, FetchTransportParameters, and XhrRequestParameters now only accept async functions.
      • (user-facing): headers in OtlpHttpConfiguration now only accepts async functions.
  • feat(sdk-logs): remove NoopLogRecordProcessor from exports #6079 @cjihrig
  • feat(api-logs): remove ProxyLogger from exports #6082 @cjihrig
  • feat(api-logs): remove NOOP_LOGGER_PROVIDER and NoopLoggerProvider from exports #6086 @cjihrig

🚀 Features

  • feat(instrumentation): allow error of safeExecuteInTheMiddleAsync to be async #6032 @JPeer264
  • feat(opentelemetry-configuration): parse logger provider from config file #5995 @maryliag
  • feat(opentelemetry-configuration): parse meter provider from config file #6000 @maryliag
  • feat(opentelemetry-configuration): add backup options for certificates and endpoints #6038 @maryliag
  • feat(opentelemetry-configuration): add backups for compression, timeout, headers #6058 @JamieDanielson

🐛 Bug Fixes

  • fix(instrumentation-fetch): Handling null-body-status responses #6037 @m0sa

📚 Documentation

  • doc(sdk-logs): document that SimpleLogRecordProcessor is not for production use #6080 @cjihrig

🏠 Internal

  • test(otlp-grpc-exporter-base): increase timeout in flaky test #6042 @cjihrig
  • test(sdk-node): use process.env consistently in tests #6052 @cjihrig
  • test(sdk-node): ensure process.env is cleaned up between tests #6066 @cjihrig

@otelbot-js otelbot-js bot requested a review from a team as a code owner October 24, 2025 08:56
@codecov
Copy link

codecov bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.16%. Comparing base (52d82f0) to head (6e4db17).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6046   +/-   ##
=======================================
  Coverage   95.16%   95.16%           
=======================================
  Files         316      316           
  Lines        9207     9207           
  Branches     2075     2075           
=======================================
  Hits         8762     8762           
  Misses        445      445           
🚀 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
Copy link
Member

Scheduled for 2025-11-05

@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch from eee48e5 to e030e1f Compare October 24, 2025 11:31
@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch 4 times, most recently from ff01239 to d082a73 Compare November 5, 2025 16:06
@pichlermarc
Copy link
Member

Let's postpone this until tomorrow as it's already late in the day.

@otelbot-js otelbot-js bot force-pushed the otelbot/prepare-next-version branch from d082a73 to 6e4db17 Compare November 6, 2025 10:49
@pichlermarc pichlermarc enabled auto-merge November 6, 2025 15:12
@pichlermarc pichlermarc added this pull request to the merge queue Nov 6, 2025
Merged via the queue into main with commit 5eaa869 Nov 6, 2025
27 checks passed
@pichlermarc pichlermarc deleted the otelbot/prepare-next-version branch November 6, 2025 15:27
@trentm
Copy link
Contributor

trentm commented Nov 6, 2025

FWIW, from the publish workflow:

 Successfully published:
 - @opentelemetry/[email protected]
lerna success published 26 packages
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]
 - @opentelemetry/[email protected]

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