Skip to content

Releases: auth0/limitd-redis

v7.8.1

12 Dec 15:49
03ba193
Compare
Choose a tag to compare

What's Changed

  • fix: [PSERV-2110] skip_n_calls take amount accounts for current call by @LeweyM in #50
  • chore: bump version to 7.8.1 by @LeweyM in #51

New Contributors

Full Changelog: v7.8.0...v7.8.1

v7.8.0

24 Oct 11:11
Compare
Choose a tag to compare

Feat:

  • @joseluisdiaz added a new configuration parameter for buckets skip_n_calls (number): will go to redis every n calls instead of going in every take.

v7.7.0

12 Sep 14:49
Compare
Choose a tag to compare

@joseluisdiaz removed the local cache because not find real advantage in using it.

v7.6.1

15 Aug 21:32
Compare
Choose a tag to compare

Bugfixes:

  • @elbuo8 Fixed timeouts for cluster boot

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 …