Releases: auth0/limitd-redis
Releases · auth0/limitd-redis
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.
v7.7.0
@joseluisdiaz removed the local cache because not find real advantage in using it.
v7.6.1
v7.6.0
v7.5.0
- @elbuo8 added a way to configure cache size in favor of sending the whole cache.
- @pubalokta added a zombie connection detector
v7.4.0
v7.3.1
v7.3.0
What's Changed
- add CODEOWNERS by @kampde in #35
- OpsLevel repo catalog - upload opslevel.yml by @sre-57-opslevel in #36
- PSERV-1561 - Reconnect when readonly error is received from redis in Limitr client by @okeefem3 in #37
New Contributors
- @kampde made their first contribution in #35
- @sre-57-opslevel made their first contribution in #36
- @okeefem3 made their first contribution in #37
Full Changelog: v7.2.0...v7.3.0
v7.2.0
Merge pull request #34 from auth0/fix_spinning_again_event_loop_lap fix: Added a second timeout(1) to force spinning again the event loop lap …