Express Rate Limit Versions Save

Basic rate-limiting middleware for the Express web server

v6.11.2

8 months ago

Fixed

  • Restored IncrementResponse TypeScript type (See #397)

v6.11.1

8 months ago

Fixed

  • Check for prefixed keys when validating that the stores have single counted keys (See #395).

v6.11.0

8 months ago

Added

  • Support for retrieving the current hit count and reset time for a given key from a store (See #390).

v6.10.0

9 months ago

Added

  • Support for combined RateLimit header from the RateLimit header fields for HTTP standardization draft adopted by the IETF. Enable by setting standardHeaders: 'draft-7'
  • New standardHeaders: 'draft-6' option, treated equivalent to standardHeaders: true from previous releases. (true and false are still supported.)
  • New RateLimit-Policy header added when standardHeaders is set to 'draft-6', 'draft-7', or true
  • Warning when using deprecated draft_polli_ratelimit_headers option
  • Warning when using deprecated onLimitReached option
  • Warning when totalHits value returned from Store is invalid

v6.9.0

9 months ago

Added

  • New validaion check for double-counted requests
  • Added help link to each ValidationError, directing users to the appropriate wiki page for more info

Changed

  • Miscaleanous documenation improvements

You can view the full changelog here.

v6.8.1

10 months ago

Changed

  • Revert 6.7.1 change that bumped typescript from 5.x to 4.x and dts-bundle-generator from 8.x to 7.x (See #360)

You can view the full changelog here.

v6.7.2

10 months ago

(Backport of v6.8.1)

You can view the full changelog here.

v6.8.0

10 months ago

Added

You can view the changelog here.

v6.7.1

10 months ago

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

1 year ago

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.