Releases: express-rate-limit/express-rate-limit
Releases · express-rate-limit/express-rate-limit
v7.4.1
You can view the changelog here.
v7.4.0
You can view the changelog here.
v7.3.1
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
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
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
Fixed
- Enable
async
requestWasSuccessful
methods to work as documented.
You can view the full changelog here.
v7.1.4
Fixed
- Ensure header values are strings rather than numbers, for compatibility with
Bun.
You can view the full changelog here.
v7.1.3
Changed
- Loosened peer dependencies to explicitly allow the Express 5 beta. (See
#415)
You can view the full changelog here.
v7.1.2
Changed
- Re-organized documentation from readme into docs/ folder and added
documentation website.
You can view the full changelog here.
v7.1.1
Misc
You can view the full changelog here.