Skip to content

Releases: fastify/fastify-rate-limit

v9.1.0

01 Jan 08:15
a08bf38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v9.0.1...v9.1.0

v9.0.1

29 Nov 23:43
Compare
Choose a tag to compare

What's Changed

fix: Bug in LRU cache can cause persistent server failure (#344)

v9.0.0

15 Nov 16:09
4894554
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.3...v9.0.0

v8.1.1

15 Nov 16:12
f5a3425
Compare
Choose a tag to compare

re-release v8.0.3, avoid 8.1.0 as it was semver-major

v8.0.3

12 Jul 06:12
0a7e727
Compare
Choose a tag to compare

What's Changed

  • types: add missing context config by @FabianFrank in #306
  • fix: retry-after should be in seconds when specified timeWindow by @Uzlopak in #307

New Contributors

Full Changelog: v8.0.2...v8.0.3

v8.0.2

11 Jul 06:17
7b11ae7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.1...v8.0.2

v8.0.1

13 Jun 09:41
6bf150a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.0.0...v8.0.1

v8.0.0

03 Mar 14:05
d39eb6b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.6.0...v8.0.0

v7.6.0

30 Nov 18:05
df8cfdd
Compare
Choose a tag to compare

📚 PR:

  • build(deps): Bump tiny-lru from 9.0.3 to 10.0.0 (#271)
  • build(deps-dev): Bump @sinonjs/fake-timers from 9.1.2 to 10.0.0 (#272)
  • chore: compatibility map (#274)
  • nodenext compatibility (#276)

v7.5.0

09 Oct 20:36
3a12029
Compare
Choose a tag to compare

📚 PR:

  • disable package-lock generation (#262)
  • build(deps-dev): remove @types/ioredis (#263)
  • chore: add lint stage to ci and use pre-commit (#265)
  • test: fix flaky redis unit tests (#261)
  • 96% test coverage (#266)
  • build(deps-dev): bump tsd from 0.23.0 to 0.24.1 (#268)
  • build(deps): bump tiny-lru from 8.0.2 to 9.0.2 (#269)
  • tests: head routes get applied rate limiting hook only once (#267)
  • feat: allow function allowList and keyGenerator to be async/await (#256)