Skip to content

Releases: otovo/redis-rate-limiters

v0.4.5

06 Mar 21:15
ff53629
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.4...v0.4.5

v0.4.4

08 Feb 13:51
Compare
Choose a tag to compare

What's Changed

  • Support AWS ElasticCache Servlerless Redis
  • Remove call to TIME in Lua scripts by @klette in #11

New Contributors

Full Changelog: v0.4.3...v0.4.4

v0.4.3

24 Jan 13:50
Compare
Choose a tag to compare

Add return value to enter in SyncTokenBucket

v0.4.0

07 Nov 11:52
Compare
Choose a tag to compare

Breaking changes

Token buckets now "start full" meaning we no longer schedule the first incoming request to the Lua script in the next time slot. See #9 for context.

Full Changelog: v0.3.1...v0.4.0

v0.3.1

23 Jun 13:52
Compare
Choose a tag to compare

What's changed

  • Include name of TokenBucket in log and error messages

v0.3.0

22 Jun 13:12
Compare
Choose a tag to compare

Breaking changes

  • Set default expiry of 30. The default is no longer None, and passing None will no longer work. See #7

Fixes

  • Fixed a potential source of deadlocks in #7

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Jun 22:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

23 May 14:45
fd4c4fd
Compare
Choose a tag to compare

Fixes

  • Loosen dependency version constraints by @sondrelg in #1

Full Changelog: https://github.com/otovo/redis-rate-limiters/commits/v0.1.1