Skip to content

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

v7.4.1

04 Oct 13:50
Compare
Choose a tag to compare

You can view the changelog here.

v7.4.0

23 Jul 15:45
Compare
Choose a tag to compare

You can view the 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.

v7.1.4

06 Nov 14:38
Compare
Choose a tag to compare

Fixed

  • Ensure header values are strings rather than numbers, for compatibility with
    Bun.

You can view the full changelog here.

v7.1.3

26 Oct 15:57
Compare
Choose a tag to compare

Changed

  • Loosened peer dependencies to explicitly allow the Express 5 beta. (See
    #415)

You can view the full changelog here.

v7.1.2

23 Oct 12:19
Compare
Choose a tag to compare

Changed

  • Re-organized documentation from readme into docs/ folder and added
    documentation website.

You can view the full changelog here.

v7.1.1

09 Oct 10:53
v7.1.1
8e2a93e
Compare
Choose a tag to compare

Misc


You can view the full changelog here.