Skip to content

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

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.

v7.1.0

04 Oct 14:20
Compare
Choose a tag to compare

Changed

  • The getKey method is now always defined. If the store does not have the
    required get method, getKey will throw an error explaining this.

You can view the full changelog here.

v7.0.2

26 Sep 19:50
Compare
Choose a tag to compare

Added

  • Added cluster-memory-store to the readme and made a couple of other minor
    clarifications.

You can view the full changelog here.