Skip to content

Releases: fastify/fastify-rate-limit

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)

v7.4.0

30 Aug 10:33
2ce7024
Compare
Choose a tag to compare

What's Changed

  • chore: replace use of deprecated variadic listen() by @Fdawgs in #252
  • docs(readme): update supported semver range by @Fdawgs in #254
  • fix links of trustproxy and setErrorHandler by @wtchangdm in #255
  • build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #259
  • add the "key" in the "onExceeding" and "onBanReach" by @SergioGlorias in #258

New Contributors

Full Changelog: v7.3.0...v7.4.0

v7.3.0

21 Jul 16:53
Compare
Choose a tag to compare

📚 PR:

  • fix: version bump
  • feat: onBanReach hook (#251)

v7.2.0

18 Jul 09:01
2f9d0fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.1.0...v7.2.0

v7.1.0

13 Jul 11:21
dbaba17
Compare
Choose a tag to compare

What's Changed

  • ci: bring into line with reusable workflow by @Fdawgs in #241
  • chore(.gitignore): use updated skeleton template by @Fdawgs in #242
  • build(deps-dev): bump tsd from 0.20.0 to 0.21.0 by @dependabot in #243
  • build(deps-dev): bump @types/node from 17.0.45 to 18.0.0 by @dependabot in #244
  • build(deps): bump actions/dependency-review-action from 1 to 2 by @dependabot in #245
  • build(deps): bump fastify-plugin from 3.0.1 to 4.0.0 by @dependabot in #248
  • build(deps-dev): bump tsd from 0.21.0 to 0.22.0 by @dependabot in #246
  • fix: added onExceeding and onExceeded to be available by @dancastillo in #247

New Contributors

Full Changelog: v7.0.0...v7.1.0

v7.0.0

22 May 21:39
7eca2f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v7.0.0

v6.0.1

18 May 17:13
Compare
Choose a tag to compare

📚 PR:

  • docs: update references to old fastify-* modules (#238)