Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Apr 10:30
· 35 commits to main since this release

2.0.0 (2025-04-25)

Bug Fixes

  • deps: bump the production-dependencies group across 1 directory with 12 updates (ebc489b)

Features

  • upgrade to OTel SDK 2.0.0, extend support down to Node.js 16 (804c2c2)

BREAKING CHANGES

  • Due to the automatic fallback to SDK 1.x for older
    Node.js versions, there is no actual breaking change in this release.
    This comment just serves the purpose of forcing semantic-release to
    publish this as version 2.0.0 instead of 1.2.0, which seems warranted
    for the upgrade to OTel JS SDK 2.x. Strictly speaking, the fact that
    Node.js 16.x processes will now be automatically instrumented as well
    might be seen as a breaking change.