Releases: mentos1386/nest-raven
Releases · mentos1386/nest-raven
v7.1.0
7.1.0 (2021-02-05)
Features
- Upgrade @sentry/node version to 6.0.4 #187 (#187)
v7.0.0
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
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
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
Breaking
- interceptor: NestJS version required is 6.
Bug Fixes
- interceptor: fixes api changes of NestJS version 6 (9ea75fc), closes #11
v3.0.0 Release
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
Fix
- Apply some code changes to support rxjs v6 #6
v2.0.1 Release
Includes bugfix for raven provider. #5
v2.0.0 for Nest v5.x
chore(release): release 2.0.0