Releases: express-rate-limit/express-rate-limit
Releases · express-rate-limit/express-rate-limit
v6.7.2
v6.8.0
Added
- Added a set of validation checks that will log an error if failed. See
https://github.com/express-rate-limit/express-rate-limit/wiki/Error-Codes for
a list of potential errors. Can be disabled by settingvalidate: false
in
the configuration. Automatically disables after the first request. (See
#358)
You can view the changelog here.
v6.7.1
v6.7.0
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 addednode
19 to the list of versions the CI jobs run on.
You can view the changelog here.
v6.6.0
v6.5.2
v6.5.1
v6.4.0
v6.3.0
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
Fixed
- Use the default value for an option when
undefined
is passed to the rate
limiter.