Skip to content

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

v6.7.2

27 Jul 12:59
Compare
Choose a tag to compare

(Backport of v6.8.1)

You can view the full changelog here.

v6.8.0

21 Jul 00:39
Compare
Choose a tag to compare

Added

You can view the changelog here.

v6.7.1

06 Jul 21:31
Compare
Choose a tag to compare

Fixed

  • Fixed compatibility with TypeScript's TypeScript new node16 module
    resolution strategy (See
    #355)

Changed

  • Bumped development dependencies.
  • Added node 20 to list of versions the CI jobs run on.

No functional changes.

You can view the changelog here.

v6.7.0

15 Nov 19:01
Compare
Choose a tag to compare

No functional changes.

Changed

  • Updated links to point to the new express-rate-limit organization on GitHub.
  • Added advertisement to readme.md for project sponsor Zuplo.
  • Updated to typescript version 5 and bumped other dependencies.
  • Dropped node 12, and added node 19 to the list of versions the CI jobs run on.

You can view the changelog here.

v6.6.0

04 Sep 19:37
Compare
Choose a tag to compare

Added

  • Added shutdown method to the Store interface and the MemoryStore. (#322)

You can view the full changelog here.

v6.5.2

24 Aug 19:37
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with missing types in ESM monorepos. (#321)

You can view the changelog here.

v6.5.1

23 Jul 16:51
Compare
Choose a tag to compare

Changed

  • The message option can now be a (sync/asynx) function that returns a value (#311)
  • Updated all dependencies

v6.4.0

24 Apr 15:55
e7820d2
Compare
Choose a tag to compare

Added

  • Adds Express 5 (5.0.0-beta.1) as a supported peer dependency (#304)

Changed

  • Tests are now run on Node 12, 14, 16 and 18 on CI (#305)
  • Updated all development dependencies (#306)

v6.3.0

19 Feb 12:25
v6.3.0
435e1e4
Compare
Choose a tag to compare

Changed

  • Changes the build target to es2019 so that ESBuild outputs code that can run with Node 12.
  • Changes the minimum required Node version to 12.9.0.

v6.2.1

10 Feb 15:17
v6.2.1
49294c8
Compare
Choose a tag to compare

Fixed

  • Use the default value for an option when undefined is passed to the rate
    limiter.