Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@ciscoheat ciscoheat released this 17 Mar 17:26
· 3 commits to main since this release

Changed

  • Plugins returning null weren't fully indeterminate: They will now limit the request only if no other limited have passed. As soon as another plugin passes, any subsequent null result will pass (for the current request).

Added

  • Added "extra data" type parameter for the rate limiter, so plugins can be provided information outside the request event. See README for an example.