Skip to content

chore: prepare next release#6756

Merged
pichlermarc merged 1 commit into
mainfrom
otelbot/prepare-next-version
Jun 11, 2026
Merged

chore: prepare next release#6756
pichlermarc merged 1 commit into
mainfrom
otelbot/prepare-next-version

Conversation

@otelbot-js

@otelbot-js otelbot-js Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

Stable SDK (./CHANGELOG.md)

2.8.0

🚀 Features

  • feat(sdk-trace-base): pretty-print SpanImpl, Tracer, and BasicTracerProvider via util.inspect so they render through diag and console.log #6690 @mcollina
  • feat(sdk-metrics): implement metric reader self-observability metrics #6449 @anuraaga
  • feat(core): add hrTimeToSeconds #6449 @anuraaga

🐛 Bug Fixes

  • fix(core): limit processing of incoming "baggage" header to 8192 bytes @pichlermarc

Experimental (./experimental/CHANGELOG.md)

0.219.0

💥 Breaking Changes

  • fix(configuration)!: stop removing null values from parsed config object #6679 @trentm
    • It is now the responsibility of the user of a parsed declarative config object, typically just the sdk-node package, to handle null values.
  • fix(api-logs)!: Removed NOOP_LOGGER and NoopLogger exports from @opentelemetry/api-logs. Use createNoopLogger(): Logger instead. #6713 @dyladan
  • feat(api-logs)!: rename scopeAttributes to attributes in LoggerOptions #6573 @pichlermarc
  • fix(sdk-node)!: remove buildSamplerFromConfig export #6784 @trentm

🚀 Features

🐛 Bug Fixes

  • fix(sdk-node): pass all config properties to log record exporters in declarative config #6708 @MikeGoldsmith
  • fix(sdk-node): warn and ignore zero exporter timeout in declarative config #6711 @MikeGoldsmith
  • fix(sdk-node): pass gRPC credentials and headers to span exporter in declarative config #6705 @MikeGoldsmith
  • fix(otlp-transformer): do not attempt to skip groups #6704 @pichlermarc
  • fix(otlp-grpc-exporter-base): recreate client after 5 consecutive DEADLINE_EXCEEDED to recover from connection dropped deadlock #6296 @afharo
  • fix(browser-detector): use the right semantic convention for user agent resource attribute #6729 @david-luna
  • fix(browser-detector): user agent resource attribute always #6754 @david-luna
  • fix(opentelemetry-exporter-prometheus): handle additional edge cases in metric name conversion #6727 @cjihrig
  • fix(sdk-logs): avoid null dereference in BatchLogRecordProcessor._flushAll when an in-flight export completes between awaits #6763 @Janealter
  • fix(configuration): improve environment variable substitution to handle all the cases shown in the spec #6757 @trentm

📚 Documentation

  • docs(otlp-exporter-base): index the package's public API in generated docs so types like OTLPExporterNodeConfigBase resolve and link from consumer exporter pages #6725 @devareddy05

🏠 Internal

  • refactor(configuration): remove redundant env var parsing in EnvironmentConfigFactory #6710 @MikeGoldsmith

@otelbot-js
otelbot-js Bot requested review from a team as code owners May 22, 2026 21:56
@codecov

codecov Bot commented May 22, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.96%. Comparing base (4b13587) to head (10d7648).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6756   +/-   ##
=======================================
  Coverage   94.96%   94.96%           
=======================================
  Files         380      380           
  Lines       12897    12897           
  Branches     2937     2937           
=======================================
  Hits        12247    12247           
  Misses        650      650           
🚀 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 commented May 25, 2026

Copy link
Copy Markdown
Contributor

@pichlermarc Had you intended to drive a release? I created this PR on Friday to verify the fix for #6736

@pichlermarc

Copy link
Copy Markdown
Member

@pichlermarc Had you intended to drive a release? I created this PR on Friday to verify the fix for #6736

Thanks! 🙂
I wanted to schedule one for Wednesday - we can still go ahead with it then, let's leave it open until we're ready.

@otelbot-js
otelbot-js Bot force-pushed the otelbot/prepare-next-version branch from fedb2f2 to 10d7648 Compare June 11, 2026 11:47
@pichlermarc
pichlermarc added this pull request to the merge queue Jun 11, 2026
Merged via the queue into main with commit 13a035b Jun 11, 2026
31 checks passed
@pichlermarc
pichlermarc deleted the otelbot/prepare-next-version branch June 11, 2026 12:23
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.

4 participants