Skip to content

Releases: auth0/limitd-redis

v8.1.3

28 Jun 16:36
882337e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.2...v8.1.3

v8.1.2

31 May 15:55
5f8eafb
Compare
Choose a tag to compare

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

31 May 09:18
e4d655e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.1.1

v8.1.0

31 May 09:16
75f0506
Compare
Choose a tag to compare

What's Changed

Elevated Rate Limits

Full Changelog: v8.0.0...v8.1.0

v8.0.0

17 Apr 13:27
c30b1b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.8.1...v8.0.0

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.