Releases: auth0/limitd-redis
Releases · auth0/limitd-redis
v8.3.0
What's Changed
- feat: add fixed_window bucket option by @pubalokta in #79
- bump to 8.3.0 by @pubalokta in #83
Full Changelog: v8.2.1...v8.3.0
v8.2.1
What's Changed
- feat: adding delta_reset_ms to TAKE and TAKEELEVATED responses by @pubalokta in #80
- bump-to-8.2.1 by @pubalokta in #81
Full Changelog: v8.2.0...v8.2.1
v8.2.0
What's Changed
- Update codeowner file with new GitHub team name by @stevenwong-okta in #77
- feat:support redis username by @pubalokta in #76
- bump to 8.2.0 by @pubalokta in #78
New Contributors
- @stevenwong-okta made their first contribution in #77
Full Changelog: v8.1.3...v8.2.0
v8.1.3
What's Changed
- feat:add Redis hashtag in elevated limit keys by @pubalokta in #74
- bumped to 8.1.3 by @pubalokta in #75
Full Changelog: v8.1.2...v8.1.3
v8.1.2
What's Changed
- fix:allow to only override elevated limits but merging with original config by @pubalokta in #71
Full Changelog: v8.1.1...v8.1.2
v8.1.1
What's Changed
- ci: add basic CI with github actions by @LeweyM in #68
- Fix:Elevated limits quota on params by @pubalokta in #66
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
Elevated Rate Limits
- feat: Elevated Rate Limits core mechanism (#1) by @ecita in #54
- feat:ERL quota counting by @pubalokta in #56
- Erl call take if no erl config by @pubalokta in #59
- Elevated rate limits incremental quota by @pubalokta in #63
- fix: quota usage by @ecita in #65
Full Changelog: v8.0.0...v8.1.0
v8.0.0
v7.8.1
v7.8.0
Feat:
- @joseluisdiaz added a new configuration parameter for buckets
skip_n_calls
(number): will go to redis everyn
calls instead of going in every take.