Skip to content

Latest commit

 

History

History
128 lines (68 loc) · 4.81 KB

CHANGELOG.md

File metadata and controls

128 lines (68 loc) · 4.81 KB

6.0.0 (2021-11-12)

Other Changes

5.0.0 (2021-10-01)

4.0.0 (2021-08-31)

Other Changes
  • Hapi v17, Node.js v14, update deps, nyc coverage, modernize (#36) (150240af)

3.0.2 (2021-07-28)

3.0.1 (2019-07-15)

Bug Fixes
  • timer: measures time taken more accurately (#33) (0f6131bf)

3.0.0 (2019-06-17)

New Features
  • timer: adds timer option and simplifies key option names (#32) (275786a5)
    • rateLimitKey is now named key
    • rateLimitKeyPrefix is now named keyPrefix
    • timer is a callback that is called with the elapsed milliseconds of the rate limit operation

2.2.0 (2018-12-13)

Bug Fixes
  • redis: handle redis error and continue the request (0b06f486)

2.1.1 (2018-07-12)

Bug Fixes
  • dependencies: Update Hapi peer dependency to reflect reality. (#29) (a8793798)

2.1.0 (2017-7-5)

New Features
  • key: add a rateLimitKeyPrefix option so that rate limits can be common across routes (178b0762)

2.0.0 (2017-2-21)

Chores
  • readme: updates README to match new interface (eb72133b)

1.0.0 (2016-11-9)

Bug Fixes
  • ttl: fixes key expiration race condition (e4e9adad)

0.7.0 (2016-10-24)

Chores
  • redis: remove dependence on then-redis (30cf3e7d)

0.6.1 (2016-9-26)

Chores
  • dep: updates peer dependency versioning (cb2e0740)

0.6.0 (2016-9-19)

New Features
  • rateLimitKey: Allows endpoint specification of the rateLimitKey function (162e1a8f)
Bug Fixes
  • documentation: update README to latest plugin name (fd98fe0e)

0.5.0 (2016-8-10)

New Features
  • key: generalized account key func (3f4b8ef3)

0.4.0 (2016-8-5)

New Features
  • headers: added header + rename (8616ebfd)
Refactors
  • peerDeps: downgraded peer-dependencies (5aef52fa)

0.3.0 (2016-8-1)

New Features

0.2.0 (2016-7-25)

New Features

0.1.1 (2016-7-22)

Refactors

0.1.0 (2016-7-22)

New Features
  • api_key: abstracted getter for api_key (4189a2f5)
  • readme: updated README (9a7941fe)
  • headers: sets headers on response object (04fa8a2f)
  • ratelimiter: added ratelimiter (ddd6d788)
  • setup: initial setup for plugin (c3b6d4f5)