Skip to content

Releases: fastify/fastify-rate-limit

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)

v4.0.3

14 Oct 14:54
954cef7
Compare
Choose a tag to compare

πŸ“š PR:

  • Feature/fastify-rate-limit add semver range to the plugin (#101)

v4.0.2

10 Jul 21:02
Compare
Choose a tag to compare

πŸ“š PR:

  • move to onRequest hook (#97)

v4.0.1

07 Jul 16:29
Compare
Choose a tag to compare

πŸ“š PR:

  • Skip failing test, do not parallelize
  • Update to [email protected]
  • Updated [email protected]
  • Bump @types/node from 13.13.6 to 14.0.1 (#93)
  • Bump tsd from 0.11.0 to 0.12.0 (#94)
  • Bump sqlite3 from 4.2.0 to 5.0.0 (#95)
  • Bump tsd from 0.12.1 to 0.13.1 (#96)

v4.0.0

03 May 09:33
Compare
Choose a tag to compare

πŸ“š PR:

  • add ioredis notice (#85)
  • Added fix to format timewindow on per route config (#77)
  • Update fastify to v3 (#87)
  • Bump fast-json-stringify from 1.20.1 to 2.0.0 (#89)
  • Bump @types/ioredis from 4.0.21 to 4.16.0 (#88)
  • Bump @types/node from 12.11.7 to 13.13.4 (#92)
  • Bump knex from 0.20.15 to 0.21.1 (#90)
  • Bump tap from 12.7.0 to 14.10.7 (#91)

v3.0.1

07 Dec 21:11
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: LocalStore close callback (#72)
  • fix: Typescript types for http2/https (#70)

v3.0.0

02 Dec 21:55
Compare
Choose a tag to compare

πŸ“š PR:

  • add ratelimit-reset header (#57)
  • Fix time window undefined (#62)
  • chore(package): update @types/node to version 12.11.0 (#60)
  • feature: abuse rate limit. (#66)
  • feature: customize the store used for tracking rate limits (#68)
  • feature: switch 429 response headers (#61)

v2.4.0

02 Oct 06:11
Compare
Choose a tag to compare

πŸ“š PR:

  • fix(package): update tiny-lru to version 7.0.0
  • Merge pull request #54 from fastify/greenkeeper/tiny-lru-7.0.0
  • feature: dynamic whitelist (#53)
  • Fix small typo in README with latest dynamic whitelist feature (#55)
  • feature: variable max (#52)
  • fix: align version (#56)