Skip to content

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

v8.0.1

16 Jul 21:12
Compare
Choose a tag to compare

You can view the changelog here.

v8.0.0

15 Jul 16:17
Compare
Choose a tag to compare

You can view the changelog here.

v7.5.1

21 Jun 03:08
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

v7.3.0

01 Jun 00:40
Compare
Choose a tag to compare

Added

  • Added a new unsharedStore validation check that identifies cases where a
    single store instance is shared across multiple limiters.

You can view the full changelog here.

v7.2.0

02 Mar 21:41
Compare
Choose a tag to compare

Added

  • Added a new creationStack validation check that looks for instances created
    in a request handler.

You can view the full changelog here.

v7.1.5

27 Nov 18:48
Compare
Choose a tag to compare

Fixed

  • Enable async requestWasSuccessful methods to work as documented.

You can view the full changelog here.