Skip to content

Conversation

otelbot-js[bot]
Copy link
Contributor

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

2.2.0

🚀 Features

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986
  • fix(core): avoid leaking Node.js types via otperformance #5987 @pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformnace
      • otperformance.now() and otperformance.timeOrigin are not affected.
      • the previously used type was incorrect and overly broad, leading to unexpected run-time behavior runtimes that are not Node.js.
      • these problems are now caught on compile-time: if you have been using this API and this change is breaking to you, please consider using your target platform's performance implementation instead.

🏠 Internal

  • test(shim-opentracing): add comparison thresholds in flaky assertions #5974 @cjihrig
  • test(exporter-jaeger): clean up OTEL_EXPORTER_JAEGER_AGENT_PORT between tests #6003 @cjihrig
  • test(sdk-trace-base): ensure environment variables are cleaned up between tests #6011 @cjihrig
  • perf(opentelemetry-core): optimize attribute serialization #5866 @43081j

0.207.0

💥 Breaking Changes

🚀 Features

  • feat(sdk-node): always set up propagtion and context manager #5930
    • using (new NodeSDK).start() will now automatically set up a context management and propagation, even if no Trace SDK
      is initialized.
  • feat(otlp-exporter-base, otlp-grpc-exporter-base): add an option to let an SDK distribution prepend their own user-agent string in HTTP & GRPC exporters #5928 @david-luna

🐛 Bug Fixes

  • fix(sdk-logs): Fix the batchLogProcessor exporting only upon _scheduledDelayMillis and ignoring maxExportBatchSize #5961 @JacksonWeber
  • fix(otlp-grpc-exporter-base): fix GRPC exporter not sending the user-agent header #5687 @david-luna

🏠 Internal

  • test(opentelemetry-configuration): simplify management of environment variables #6004 @cjihrig
  • test(opentelemetry-configuration): preserve special process.env behavior #6010 @cjihrig
  • test(sdk-logs): ensure process.env is cleaned up between tests #6017 @cjihrig

@otelbot-js otelbot-js bot requested a review from a team as a code owner October 13, 2025 14:02
Copy link

codecov bot commented Oct 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.01%. Comparing base (8c62fb1) to head (85199b4).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6008   +/-   ##
=======================================
  Coverage   95.01%   95.01%           
=======================================
  Files         313      313           
  Lines        8799     8799           
  Branches     1888     1888           
=======================================
  Hits         8360     8360           
  Misses        439      439           
🚀 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 8ec66c3 to 85199b4 Compare October 17, 2025 10:52
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.

0 participants