Skip to content

Releases: express-rate-limit/express-rate-limit

v8.2.1

31 Oct 18:48

Choose a tag to compare

You can view the changelog here.

v8.2.0

29 Oct 15:12

Choose a tag to compare

You can view the changelog here.

v8.1.0

04 Sep 14:37

Choose a tag to compare

You can view the changelog here.

v8.0.1

16 Jul 21:12

Choose a tag to compare

You can view the changelog here.

v8.0.0

15 Jul 16:17

Choose a tag to compare

You can view the changelog here.

v7.5.1

21 Jun 03:08

Choose a tag to compare

Changed

  • Narrowed type of standardHeaders from string to just the supported values via a TypeScript const assertion (#506)

You can view the full changelog here.

v7.5.0

15 Dec 05:05
v7.5.0

Choose a tag to compare

Added

  • Implemented the combined RateLimit header according to the eighth draft of the IETF RateLimit header specificiation. Enable by setting standardHeaders: 'draft-8'.
  • Added a new identifier option, used as the name for the quota policy in the draft-8 headers.
  • Added a new headersDraftVersion validation check to identifies cases where an unsupported version string is passed to the standardHeaders option.

You can view the full changelog here.

v7.4.1

04 Oct 13:50

Choose a tag to compare

Fixed

  • Made the passOnStoreError return after calling next() rather than continuing execution.

You can view the full changelog here.

v7.4.0

23 Jul 15:45

Choose a tag to compare

Added

  • Added passOnStoreError option to allow a way to "fail open" in the event of a backend error.

You can view the full changelog here.

v7.3.1

07 Jun 16:30

Choose a tag to compare

Fixed

  • Changed error displayed for the creationStack validation check when a store
    with localKeys set to false is used.
  • Improved documentation for the creationStack check.

You can view the full changelog here.