Skip to content

Releases: open-telemetry/opentelemetry-js-contrib

instrumentation-runtime-node: v0.14.0

17 Apr 07:40
0552b03
Compare
Choose a tag to compare

0.14.0 (2025-04-16)

Features

  • auto-instrumentations-node: enable runtime-node (#2786) (f637c87)

instrumentation-kafkajs: v0.9.1

17 Apr 07:40
0552b03
Compare
Choose a tag to compare

0.9.1 (2025-04-16)

Bug Fixes

instrumentation-express: v0.48.1

17 Apr 07:40
0552b03
Compare
Choose a tag to compare

0.48.1 (2025-04-16)

Bug Fixes

  • express: span name if middleware on nested router is used (#2682) (d579630)

auto-instrumentations-node: v0.58.0

17 Apr 07:39
0552b03
Compare
Choose a tag to compare

0.58.0 (2025-04-16)

Features

  • auto-instrumentations-node: enable runtime-node (#2786) (f637c87)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/instrumentation-express bumped from ^0.48.0 to ^0.48.1
      • @opentelemetry/instrumentation-kafkajs bumped from ^0.9.0 to ^0.9.1
      • @opentelemetry/instrumentation-runtime-node bumped from ^0.13.0 to ^0.14.0

instrumentation-nestjs-core: v0.46.0

08 Apr 12:15
8838636
Compare
Choose a tag to compare

0.46.0 (2025-04-08)

Features

  • instrumentation-nestjs-core: add support for NestJS 11 (#2685) (67e37b7)

instrumentation-kafkajs: v0.9.0

08 Apr 12:15
8838636
Compare
Choose a tag to compare

0.9.0 (2025-04-08)

⚠ BREAKING CHANGES

  • instrumentation-kafkajs: add .tav.yml and narrow support range to (>=0.3.0 <3) (#2758)

Features

  • instrumentation-kafkajs: add .tav.yml and narrow support range to (>=0.3.0 <3) (#2758) (5837997)
  • instrumentation-kafkajs: update semantic conventions (#2752) (407f615)

instrumentation-aws-sdk: v0.51.0

08 Apr 12:15
8838636
Compare
Choose a tag to compare

0.51.0 (2025-04-08)

⚠ BREAKING CHANGES

  • aws-sdk: drop support for AWS SDK for JavaScript v2 (#2623)

Features

  • aws-sdk: drop support for AWS SDK for JavaScript v2 (#2623) (37d8ce1)
  • instrumentation-aws-sdk: add bedrock-runtime extension to apply gen ai conventions (#2700) (2b7feac)

baggage-log-record-processor: v0.1.0

08 Apr 12:15
8838636
Compare
Choose a tag to compare

0.1.0 (2025-04-08)

Features

  • baggage-log-record-processor: add package baggage log record processor (#2754) (03350ef)

auto-instrumentations-node: v0.57.1

08 Apr 12:15
8838636
Compare
Choose a tag to compare

0.57.1 (2025-04-08)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @opentelemetry/instrumentation-aws-sdk bumped from ^0.50.0 to ^0.51.0
      • @opentelemetry/instrumentation-kafkajs bumped from ^0.8.0 to ^0.9.0
      • @opentelemetry/instrumentation-nestjs-core bumped from ^0.45.0 to ^0.46.0

winston-transport: v0.11.0

18 Mar 14:07
32abc4c
Compare
Choose a tag to compare

0.11.0 (2025-03-18)

⚠ BREAKING CHANGES

  • chore!: Update to 2.x and 0.200.x @opentelemetry/* packages from opentelemetry-js.git per 2.x upgrade guide
    • The minimum supported Node.js has been raised to ^18.19.0 || >=20.6.0. This means that support for Node.js 14 and 16 has been dropped.
    • The minimum supported TypeScript version has been raised to 5.0.4.
    • The compilation target for transpiled TypeScript has been raised to ES2022 (from ES2017).

Bug Fixes

  • deps: update otel core experimental to ^0.57.2 (#2716) (d2a9a20)

Miscellaneous Chores