Releases: auth0/limitd-redis
Releases · auth0/limitd-redis
v7.1.0 Bump disyuntor dependency
v7.0.0
fix(put)!: keep full bucket when already full
BREAKING CHANGE: put over full bucket will keep the bucket full
Previously, the put will set the number of tokens to the provided value, even if the bucket was full.
v6.0.0
feat!: allow take and put with count=0 and improve count validations
BREAKING CHANGE: count cannot be a non-integer
Previously, these operations would recognize count=0 as "falsy" and use some default value.
v5.4.0
v5.3.0
- Support per call overrides