Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-04-05 | 553 Bytes | |
v7.0.0 source code.tar.gz | 2025-04-05 | 672.2 kB | |
v7.0.0 source code.zip | 2025-04-05 | 712.9 kB | |
Totals: 3 Items | 1.4 MB | 0 |
What's Changed
- feat: add
RateLimiterValkeyGlide
to support Valkey Glide @avifenesh in https://github.com/animir/node-rate-limiter-flexible/pull/302 Thank you! X-RateLimit-Reset
header example was fixed. It should beMath.ceil((Date.now() + rateLimiterRes.msBeforeNext) / 1000)
. Thanks to @Fdavidtr.- [BREAKING CHANGE] Node.js 18 support removed.
New Contributors
- @avifenesh made their first contribution. Congrats!
Full Changelog: https://github.com/animir/node-rate-limiter-flexible/compare/v6.2.1...v7.0.0
:leopard: