Skip to content

Latest commit

 

History

History
178 lines (80 loc) · 7.53 KB

CHANGELOG.md

File metadata and controls

178 lines (80 loc) · 7.53 KB

Changelog

4.0.0 (2025-01-20)

⚠ BREAKING CHANGES

  • drop support for Node.js 18

Documentation Changes

  • add migration guides for new major versions (610c171)

Miscellaneous

  • drop support for Node.js 18 (3efb889)

3.3.1 (2024-11-26)

Bug Fixes

  • remove npm engines pinning (9f51dab)

3.3.0 (2024-07-02)

Features

  • allow setting the deployment environment (3933189), closes #1111

3.2.0 (2024-06-19)

Features

  • add a service ID property (3571259)
  • add semantic convention aliases (ae585fc)
  • pull the release version from package.json (f32cc27)

Bug Fixes

  • always use a UUID for instance ID (88db1fb)
  • default semantic attributes to undefined (b43aab0)
  • export the SemanticConventions type (6cfaca0)

3.1.0 (2024-04-29)

Features

  • add support for Node.js 22 (e083794)

3.0.2 (2024-02-19)

Bug Fixes

  • add manual types for app-info (e36bb9e)
  • correct the types for the app-info package (86cd542)

3.0.1 (2024-01-09)

Bug Fixes

  • add official support for npm 10 (f7c4f2f)

3.0.0 (2024-01-08)

⚠ BREAKING CHANGES

  • drop support for Node.js 16 and npm 7

Documentation Changes

  • add migration guides for all packages (f6233b8)

Miscellaneous

  • drop support for Node.js 16 and npm 7 (016096e)

2.3.0 (2023-12-05)

Features

  • add herokuAppId and herokuDynoID properties (ca28b38)

2.2.0 (2023-11-07)

Features

  • add cloudProvider as exported property for appInfo (ae28f2b)

2.1.0 (2023-05-02)

Features

2.0.1 (2023-04-24)

Bug Fixes

  • start running builds on Node.js 20 (62491a6)

2.0.0 (2023-04-18)

⚠ BREAKING CHANGES

  • drop support for Node.js 14

Miscellaneous

  • drop support for Node.js 14 (e5d3920)

1.2.1 (2023-04-05)

Bug Fixes

  • correct manually published versions (5a014f1)

1.2.0 (2023-04-04)

Features

  • add processType property to app-info (ca65f00)

1.1.0 (2022-12-22)

Features

  • use AWS environment variables in app-info (d5cd535)

Bug Fixes

1.0.3 (2022-10-12)

Bug Fixes

  • include TypeScript types in the build (65d8fb2)

1.0.2 (2022-10-12)

Bug Fixes

1.0.1 (2022-09-28)

Bug Fixes

  • make sure that ESM + TypeScript works (cc71ede)

1.0.0 (2022-08-22)

Bug Fixes

  • refactor to centralise environment variables (d8837f5)