Skip to content

Releases: nestjs/throttler

v6.5.0

02 Dec 22:45

Choose a tag to compare

Minor Changes

  • 58964d6: Add a setHeaders option to control whether to add headers to the response or not

Minor Changes

  • 5cb4254: Update to allow for support for Nest version 11

v6.4.0

22 Jan 20:38

Choose a tag to compare

Minor Changes

  • 5cb4254: Update to allow for support for Nest version 11

v6.3.0

10 Dec 17:42

Choose a tag to compare

Minor Changes

  • fc93f3a: pass context to getTraker as a second arg

v6.2.1

22 Aug 17:25

Choose a tag to compare

Patch Changes

  • fbf27c6: Add the guard interfaces for export for public use

v6.2.0

22 Aug 15:43

Choose a tag to compare

Minor Changes

  • 3d1a9a5: Swap MD5 hash for SHA256 to better support OpenSSL 3.0 and future iterations

v6.1.1

13 Aug 18:40

Choose a tag to compare

Patch Changes

  • ef69348: Update the readme for websockets

v6.1.0

08 Aug 02:52

Choose a tag to compare

Minor Changes

  • e058d50: Use ceil instead of floor while calculating expire and block expire at to properly account for rounding up instead of down and accidentally allowing for early continued requests. Related to #2074

v6.0.0

11 Jul 21:29

Choose a tag to compare

Major Changes

  • 93b62d2: A time will be provided to block the request separately from the ttl. There is a breaking change at the library level. Storage library owners will be affected by this breaking change
  • 9b3f9cd: - e17a5dc: The storage has been updated to utilize Map instead of a simple object for key-value storage. This enhancement offers improved performance, especially for scenarios involving frequent additions and deletions of keys. There is a breaking change at the library level. Storage library owners will be affected by this breaking change

v5.2.0

14 Jun 14:45

Choose a tag to compare

Minor Changes

  • 16467c1: Add dynamic error messages based on context and ThrottlerLimitDetail

v5.1.2

09 Feb 18:03

Choose a tag to compare

Patch Changes

  • 7a431e5: Improve performance by replacing md5 npm package with Node.js crypto module.