Releases: nestjs/throttler
Releases · nestjs/throttler
v2.0.0
2.0.0 (2021-07-09)
Features
- adding in a comment about version (b13bf53)
BREAKING CHANGES
- v2 and above is now being developed specificially for
nest v8 and could have some unforseen side effects with Nest v7. use with
v7 at your own risk.
v1.2.1
1.2.1 (2021-07-09)
Performance Improvements
v1.2.0
1.2.0 (2021-06-23)
Features
- Add throwThrottlingException method (f502b74), closes #531
v1.1.4
1.1.4 (2021-05-17)
Bug Fixes
- package name of throttler (9321e0f)
v1.1.3
1.1.3 (2021-03-30)
Bug Fixes
- expose injection tokens and allow for tracker override (3444608)
v1.1.2
1.1.2 (2021-03-24)
Bug Fixes
- guard: fix access to options and service in guard (6d2cc31)
v1.1.1
1.1.1 (2021-02-26)
Bug Fixes
- change in readme to trigger release (d5a89d5)
0.3.0
0.3.0 (2020-11-10)
Bug Fixes
- module: async register is now
forRootAsync
(a1c6ace)
0.2.3 (2020-08-06)
Features
- ws: allows for optional use of @nestjs/websocket (f437614)
0.2.2
0.2.2 (2020-06-12)
Bug Fixes
- moves userAgent check to http handler (87183af)
Features
- decorator: add setThrottlerMetadata() function back (ea31a9c)
- graphql: implements graphql limiter (40eaff1)
- Add support for ws (websockets) (a745295)
- Add support for ws (websockets) (8103a5a)
- Make storage methods async (92cd4eb)
- exception: Use const instead of duplicated string (f95da2c)
- guard: Add default case for context.getType() switch (ff46d57)
- Implement basic support for websocket (3a0cf2e)
0.2.1
0.2.1 (2020-06-09)
Features
- add support for ignoreUserAgents option (1ab5e17)