Skip to content

Releases: auth0/limitd-redis

v7.6.0

31 Jul 21:15
Compare
Choose a tag to compare
  • @elbuo8 change disable_cache for enabled_cache as a bucket configuration.

v7.5.0

18 Jul 18:14
8159af8
Compare
Choose a tag to compare
  • @elbuo8 added a way to configure cache size in favor of sending the whole cache.
  • @pubalokta added a zombie connection detector

v7.4.0

06 Jul 16:39
Compare
Choose a tag to compare

What's changed?

  • @elbuo8 added support for caching in-memory till next drip

v7.3.1

14 Mar 15:00
dc10787
Compare
Choose a tag to compare

v7.3.1

v7.3.0

10 Mar 14:09
4924906
Compare
Choose a tag to compare

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

03 Jun 09:46
6f06372
Compare
Choose a tag to compare
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 …

v7.1.0 Bump disyuntor dependency

23 Feb 13:01
Compare
Choose a tag to compare

v7.0.0

21 Dec 01:53
Compare
Choose a tag to compare

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

17 Nov 17:21
Compare
Choose a tag to compare

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

22 Oct 13:59
Compare
Choose a tag to compare

feat: optimize overrides performance #26