Skip to content

Releases: fastify/fastify-rate-limit

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)

v6.0.0

27 Apr 14:07
b3ea553
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.8.0...v6.0.0

v5.8.0

15 Mar 07:21
Compare
Choose a tag to compare

πŸ“š PR:

  • fix (types): fix typescript tests and update typescript definitions (#220)
  • build(deps): bump actions/checkout from 2 to 3 (#221)
  • build(deps): bump actions/setup-node from 2 to 3 (#222)
  • build(deps-dev): bump tap from 15.2.3 to 16.0.0 (#223)
  • docs(readme): global rate limiter with some routes disabled (#226)
  • Docs/ Fix examples styles and naming conventions (#227)
  • feat: custom hook (#225)

v5.7.2

15 Feb 07:09
Compare
Choose a tag to compare

πŸ“š PR:

  • Tests/use fake timers (#218)
  • build(deps): bump tiny-lru from 7.0.6 to 8.0.1 (#219)
  • fix(local-store): local store should have time window for each user (#217)

v5.7.1

13 Feb 08:35
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump @types/node from 16.11.14 to 17.0.0 (#195)
  • chore: upgrade github-action-merge-dependabot to v3 (#196)
  • chore: upgrade github-action-merge-dependabot to v3 (#197)
  • docs(readme): fix typo (#200)
  • Bump knex from 0.95.15 to 1.0.1 (#202)
  • build: reduce dependabot update frequency (#203)
  • chore: remove specific version from initiating redis for local tests (#204)
  • chore: remove old invalid implementation comment (#210)
  • Clean tests (#211)
  • Clean the rest of the tests with the newer syntax (#213)
  • test: fix 'enabled-IETF-draft-spec' test (#212)
  • fix: add NaN options handling (#209)
  • fix: routes allowList (#216)

v5.7.0

12 Dec 14:15
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 (#180)
  • Bump actions/setup-node from 2.4.0 to 2.4.1 (#181)
  • Bump actions/checkout from 2.3.4 to 2.3.5 (#183)
  • Bump actions/checkout from 2.3.5 to 2.4.0 (#184)
  • build(dependabot): ignore minor and patch github-actions updates (#188)
  • Bump fastify/github-action-merge-dependabot from 2.5.0 to 2.7.1 (#192)
  • feat: Add another limiting strategy (#193)

v5.6.2

26 Aug 11:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.6.1...v5.6.2

v5.6.1

19 Aug 07:13
Compare
Choose a tag to compare

πŸ“š PR:

  • fix typo (#169)
  • Bump actions/setup-node from 2.3.0 to 2.3.1 (#170)
  • Bump actions/setup-node from 2.3.1 to 2.3.2 (#171)
  • Bump actions/setup-node from 2.3.2 to 2.4.0 (#172)
  • Bump fastify/github-action-merge-dependabot from 2.2.0 to 2.3.0 (#173)
  • fix: type for max function in RateLimitOptions to support async (#177)
  • Bump fastify/github-action-merge-dependabot from 2.3.0 to 2.4.0 (#174)

v5.6.0

21 Jul 13:09
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump fastify/github-action-merge-dependabot from v1.2.1 to v2.0.0 (#141)
  • chore: ci updates and style change (#145)
  • docs(readme): minor grammar changes (#146)
  • Add TTL to context (#147)
  • chore tap 15 (#149)
  • ci: add nodejs v16 to test matrix (#150)
  • Bump @types/node from 14.14.42 to 15.0.0 (#151)
  • Bump actions/checkout from 2 to 2.3.4 (#155)
  • Bump fastify/github-action-merge-dependabot from 2.0.0 to 2.1.0 (#156)
  • Bump fastify/github-action-merge-dependabot from 2.1.0 to 2.1.1 (#158)
  • docs: add example/example-knex-mysql.js (#161)
  • Bump actions/setup-node from 2.1.5 to 2.2.0 (#162)
  • Bump fastify/github-action-merge-dependabot from 2.1.1 to 2.2.0 (#163)
  • Bump @types/node from 15.14.1 to 16.0.0 (#164)
  • Bump actions/setup-node from 2.2.0 to 2.3.0 (#167)
  • Implemented addHeadersOnExceeding (#168)