Skip to content

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

v8.3.2

30 Mar 18:04

Choose a tag to compare

You can view the changelog here.

v8.3.1

09 Mar 14:52

Choose a tag to compare

You can view the changelog here.

v8.3.0

05 Mar 18:44
v8.3.0
9c90752

Choose a tag to compare

You can view the changelog here.

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.