Skip to content

Latest commit

 

History

History
226 lines (99 loc) · 8.22 KB

CHANGELOG.md

File metadata and controls

226 lines (99 loc) · 8.22 KB

8.0.1 (2024-03-06)

8.0.0 (2023-12-20)

Bug Fixes

BREAKING CHANGES

  • Node versions older than 18 are not ufficially supported

7.1.1 (2023-09-15)

Bug Fixes

  • remove fastify deprecation warning (2b84c12)

7.1.0 (2023-08-31)

Features

  • config: support skipping sentry init (725c081)

7.0.1 (2023-08-28)

Bug Fixes

  • types: fix missing dsn option (937e44b)

7.0.0 (2023-08-25)

Bug Fixes

  • types: fix node16 resolution (87d4038)

6.0.10 (2023-07-26)

6.0.9 (2023-07-19)

6.0.8 (2023-07-14)

6.0.7 (2023-06-30)

6.0.6 (2023-06-20)

6.0.5 (2023-06-15)

6.0.4 (2023-06-14)

6.0.3 (2023-06-09)

6.0.2 (2023-05-30)

6.0.1 (2023-04-21)

Reverts

  • Revert "ci(npm): adds npm provenance" (11c6272)

6.0.0 (2023-04-21)

Bug Fixes

  • package: pin exact sentry packages version (a7d72fe)
  • sentry: remove domain (12ad7d0)
  • test: disable autoSessionTracking (180c559)

Build System

BREAKING CHANGES

  • Node 14 is not supported anymore

5.0.2 (2023-01-17)

Bug Fixes

5.0.1 (2022-12-15)

Bug Fixes

  • make sure user and http method is available in metadata (1ecbda4)
  • update distributed tracing logic (ca19506)

5.0.0 (2022-11-08)

Bug Fixes

  • upgrade fastify-plugin from 4.2.1 to 4.3.0 (0b35f18)

Features

  • improve integration with sentry sdk (c20e45b)

BREAKING CHANGES

  • the plugin configuration interface is completely different.

5.0.0-next.1 (2022-10-13)

Features

  • improve integration with sentry sdk (c20e45b)

BREAKING CHANGES

  • the plugin configuration interface is completely different.

4.1.2 (2022-10-28)

Bug Fixes

  • deps: sentry broken version chain (31a372d), closes #274

4.1.1 (2022-08-24)

Bug Fixes

  • don't override validation errors (73317b1)

4.1.0 (2022-07-18)

Features

4.0.1 (2022-06-22)

Bug Fixes

  • fastify: pin to version 4.x (78d3937)

4.0.0 (2022-06-21)

Features

BREAKING CHANGES

  • fastify: Updated fastify framework to new major version v4

3.1.0 (2022-05-24)

Bug Fixes

  • index.js: support all options for for sentry initialization (eef8b8a)

Features

  • add support for @fastify/sensible errors (27f368b)

3.0.0 (2022-05-10)

Features

BREAKING CHANGES

  • Node.js 12 is deprecated

2.0.1 (2022-05-05)

Bug Fixes

  • change log message when no dsn is passed (38ead32), closes #96

2.0.0 (2022-04-29)

Bug Fixes

BREAKING CHANGES

  • defaultIntegrations and autoSessionTracking are not set to false anymore by default.

1.0.1 (2022-02-04)

Bug Fixes

  • do not force undefined on defaultIntagrations (7d60f26)

1.0.0 (2022-01-25)

Bug Fixes