Skip to content

Conversation

@depfu
Copy link
Contributor

@depfu depfu bot commented Nov 7, 2025

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​opentelemetry/sdk-node (0.203.0 → 0.208.0) · Repo · Changelog

✳️ @​opentelemetry/resources (2.1.0 → 2.2.0) · Repo · Changelog

Release Notes

2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • 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
  • test: test Node.js 25 in CI #6019 @cjihrig

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

✳️ @​opentelemetry/sdk-metrics (2.1.0 → 2.2.0) · Repo · Changelog

Release Notes

2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • 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
  • test: test Node.js 25 in CI #6019 @cjihrig

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​grpc/grpc-js (indirect, 1.13.4 → 1.14.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​grpc/proto-loader (indirect, 0.7.15 → 0.8.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ @​opentelemetry/core (indirect, 2.1.0 → 2.2.0) · Repo · Changelog

Release Notes

2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • 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
  • test: test Node.js 25 in CI #6019 @cjihrig

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​opentelemetry/exporter-metrics-otlp-grpc (indirect, 0.203.0 → 0.208.0) · Repo · Changelog

↗️ @​opentelemetry/exporter-prometheus (indirect, 0.203.0 → 0.208.0) · Repo · Changelog

↗️ @​opentelemetry/exporter-trace-otlp-grpc (indirect, 0.203.0 → 0.208.0) · Repo · Changelog

↗️ @​opentelemetry/exporter-trace-otlp-http (indirect, 0.203.0 → 0.208.0) · Repo · Changelog

↗️ @​opentelemetry/instrumentation (indirect, 0.203.0 → 0.208.0) · Repo · Changelog

↗️ @​opentelemetry/propagator-b3 (indirect, 2.0.1 → 2.2.0) · Repo · Changelog

Release Notes

2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • 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
  • test: test Node.js 25 in CI #6019 @cjihrig

2.1.0

2.1.0

🚀 Features

🐛 Bug Fixes

  • fix(sdk-metrics): Remove invalid default value for startTime param to ExponentialHistogramAccumulation. This only impacted the closurescript compiler. #5763 @trentm

🏠 Internal

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ @​opentelemetry/sdk-trace-base (indirect, 2.1.0 → 2.2.0) · Repo · Changelog

Release Notes

2.2.0

2.2.0

🐛 Bug Fixes

  • fix(core): avoid leaking Node.js types via unrefTimer() util #5986 @pichlermarc
  • fix(core): avoid leaking Node.js types via otperformance #5987 @pichlermarc
    • important: this bug fix may be breaking for certain uses of otperformance
      • 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
  • test: test Node.js 25 in CI #6019 @cjihrig

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ import-in-the-middle (indirect, 1.14.2 → 2.0.0) · Repo · Changelog

Release Notes

2.0.0 (from changelog)

⚠ BREAKING CHANGES

Converting all modules running in the loader thread to ESM should not be a breaking change for most users since it primarily affects internal implementation details. However, if you were referencing internal CJS files like hook.js this will no longer work.

Features

  • convert all modules running in loader thread to ESM (#210) (da7c7a6)

1.15.0 (from changelog)

Features

  • Compatibility with specifier imports (#211) (83d662a)

1.14.4 (from changelog)

Bug Fixes

1.14.3 (from changelog)

Bug Fixes

Does any of this look wrong? Please let us know.

↗️ require-in-the-middle (indirect, 7.5.2 → 8.0.1) · Repo · Changelog

Release Notes

8.0.1 (from changelog)

Bug Fixes

  • Bundler issue caused by require('./package.json') (#118) (b97d3fe)

8.0.0 (from changelog)

⚠ BREAKING CHANGES

  • Minimum Node version is now 8.10.0 or 9.3.0

Features

Does any of this look wrong? Please let us know.

🆕 @​opentelemetry/api-logs (added, 0.208.0)

🆕 @​opentelemetry/context-async-hooks (added, 2.2.0)

🆕 @​opentelemetry/exporter-metrics-otlp-http (added, 0.208.0)

🆕 @​opentelemetry/exporter-metrics-otlp-proto (added, 0.208.0)

🆕 @​opentelemetry/exporter-trace-otlp-proto (added, 0.208.0)

🆕 @​opentelemetry/otlp-exporter-base (added, 0.208.0)

🆕 @​opentelemetry/otlp-transformer (added, 0.208.0)

🆕 @​opentelemetry/sdk-logs (added, 0.208.0)

🆕 @​opentelemetry/sdk-trace-node (added, 2.2.0)

🗑️ @​opentelemetry/context-async-hooks (removed)

🗑️ @​opentelemetry/context-async-hooks (removed)

🗑️ @​opentelemetry/sdk-trace-node (removed)

🗑️ @​opentelemetry/sdk-trace-node (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant