Skip to content

Releases: nestjs/throttler

v2.0.0

09 Jul 16:03
Compare
Choose a tag to compare

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

09 Jul 15:54
Compare
Choose a tag to compare

1.2.1 (2021-07-09)

Performance Improvements

v1.2.0

23 Jun 19:24
Compare
Choose a tag to compare

1.2.0 (2021-06-23)

Features

  • Add throwThrottlingException method (f502b74), closes #531

v1.1.4

17 May 15:02
Compare
Choose a tag to compare

1.1.4 (2021-05-17)

Bug Fixes

  • package name of throttler (9321e0f)

v1.1.3

30 Mar 14:58
Compare
Choose a tag to compare

1.1.3 (2021-03-30)

Bug Fixes

  • expose injection tokens and allow for tracker override (3444608)

v1.1.2

24 Mar 04:29
Compare
Choose a tag to compare

1.1.2 (2021-03-24)

Bug Fixes

  • guard: fix access to options and service in guard (6d2cc31)

v1.1.1

26 Feb 08:16
d5a89d5
Compare
Choose a tag to compare

1.1.1 (2021-02-26)

Bug Fixes

  • change in readme to trigger release (d5a89d5)

0.3.0

10 Nov 19:19
Compare
Choose a tag to compare

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

12 Jun 15:58
Compare
Choose a tag to compare

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

09 Jun 14:54
Compare
Choose a tag to compare

0.2.1 (2020-06-09)

Features

  • add support for ignoreUserAgents option (1ab5e17)