Skip to content

Releases: mentos1386/nest-raven

v7.1.0

05 Feb 00:23
da8d84c
Compare
Choose a tag to compare

7.1.0 (2021-02-05)

Features

  • Upgrade @sentry/node version to 6.0.4 #187 (#187)

v7.0.0

24 Aug 00:01
219d1f8
Compare
Choose a tag to compare

7.0.0 (2020-08-24)

Bug Fixes

Features

  • Add support for scope transformers #99
  • @nestjs/graphql optionalDependencies (#84) (1bb1125)
  • .github: Added renovate config (#46) (508e2eb

v6.0.0-alpha.1 Release

18 Apr 15:32
0b5cd1c
Compare
Choose a tag to compare
Pre-release

pre-release available as nest-raven@6.0.0-alpha.1

Breaking

  • interceptor: skip withGraphql options (#38)
  • Interceptor: Improved GraphQL support (#31)
  • deps: upgrade @nestjs v7 (#35)

Documentation

  • docs: typo at README's GraphQL section (#32)

Chores

  • deps: update dependency prettier to v2 (#37)
  • deps: move some dependencies to devDependencies (#19)

v5.0.0 Release

12 Aug 18:59
eec9438
Compare
Choose a tag to compare

Breaking

  • interceptor: Upgrades @sentry/minimal to v5.x from v4.x

Features

  • Interceptor: Improve request parsing #15
  • interceptor: Improve WebSocket support #10

v4.0.0 Release

21 Mar 19:26
Compare
Choose a tag to compare

Breaking

  • interceptor: NestJS version required is 6.

Bug Fixes

  • interceptor: fixes api changes of NestJS version 6 (9ea75fc), closes #11

v3.0.0 Release

03 Jan 17:07
Compare
Choose a tag to compare

Breaking

  • Client needs to be initialised by the user (outside of this module).
  • Instead of @UseInterceptors(RavenInterceptor()) you now have to do @UseInterceptors(new RavenInterceptor())
  • When importing, you just specify module, there is no need for calling forRoot() anymore.

Features

  • feat: switched from raven to @sentry/minimal ec218ff

Testing

  • test: implement all the tests to work with @sentry/minimal fa23a76

Documentation

  • docs: update docs for version 3.x 6755f2e

v2.1.0 Release

09 Aug 18:36
Compare
Choose a tag to compare

Fix

  • Apply some code changes to support rxjs v6 #6

v2.0.1 Release

14 Jul 21:20
Compare
Choose a tag to compare

Includes bugfix for raven provider. #5

v2.0.0 for Nest v5.x

05 Jun 19:33
Compare
Choose a tag to compare
chore(release): release 2.0.0