Skip to content

Releases: fastify/fastify-rate-limit

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)

v5.5.0

12 Mar 11:15
Compare
Choose a tag to compare

📚 PR:

  • Bump knex from 0.21.19 to 0.95.0
  • Merge pull request #134 from fastify/dependabot/npm_and_yarn/knex-0.95.0
  • docs: typo README.md (#135)
  • chore(gitignore): use latest github ignore template (#136)
  • ci(dependabot): update github actions (#137)
  • Bump actions/setup-node from v1 to v2.1.5 (#139)
  • Bump fastify/github-action-merge-dependabot from v1 to v1.2.1 (#138)
  • Add ability to rate limit 404 handler (#140)

v5.4.1

26 Feb 19:23
Compare
Choose a tag to compare
  • Do not run the hook twice for HEAD (#133)

v5.4.0

26 Feb 15:51
Compare
Choose a tag to compare
  • Rewrite to async to avoid mixing async and callbacks (#132)

v5.3.0

24 Feb 11:10
Compare
Choose a tag to compare

📚 PR:

  • fix: registration of multiple rate limiter (#130)

v5.2.0

19 Feb 18:23
Compare
Choose a tag to compare
  • Async max compatability #126

v5.1.0

19 Feb 18:17
Compare
Choose a tag to compare

📚 PR:

  • Modified rate limit headers to follow a new IETF standard. (#124)

v5.0.1

07 Jan 10:31
Compare
Choose a tag to compare

📚 PR:

  • Merge pull request #123 from Saniol/do-not-set-onrequest-twice

v5.0.0

02 Jan 09:20
Compare
Choose a tag to compare
  • Return an error object instead of a POJO - #121 #122

v4.1.0

05 Dec 20:09
Compare
Choose a tag to compare

📚 PR:

  • Bump fastify-plugin from 2.3.4 to 3.0.0
  • Bump standard from 14.3.4 to 16.0.2
  • fix lint
  • Bump tsd from 0.13.1 to 0.14.0
  • Merge pull request #115 from fastify/dependabot/npm_and_yarn/tsd-0.14.0
  • feat: add stale (#103)
  • fix: timeWindow type can be number or string (#99)
  • chore: add dependabot automerge (#110)
  • Update README.md (#111)
  • Issue 114: renamed whitelist option to allowList. this change still supports whitelist option (#117)