Skip to content

Releases: mennanov/limiters

v1.4.2

14 Mar 21:34
f679d61
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.4.2

Fix a bug in ConcurrentBuffer Memcached

01 Mar 05:35
310e1c4
Compare
Choose a tag to compare

What's Changed

  • add TestConcurrentBufferDuplicateKeys by @leeym in #35

Full Changelog: v1.4.0...v1.4.1

Use redis universal client

29 Feb 00:02
9fa00a2
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

Add Memcached backend

27 Feb 07:32
50bb6c3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @leeym made their first contribution in #33

Full Changelog: v1.2.4...v1.3.0

Add redsync Mutex options for LockRedis and use context in LockRedis

19 Jan 21:59
bc191d0
Compare
Choose a tag to compare

Add redsync Mutex options for LockRedis and use context in LockRedis, PR #31

Fix the bug with the Redis backend and race check enabled

04 Dec 22:57
b9fb5f6
Compare
Choose a tag to compare
v1.2.3

Clear lastVersion in a case of returning an empty TokenBucketState (#30)

Fix dependencies

31 Oct 01:28
4dbb27f
Compare
Choose a tag to compare
Bump golang.org/x/net from 0.7.0 to 0.17.0 (#27)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Fix the bug with Redis TTL parameter.

21 Aug 04:38
0b557ff
Compare
Choose a tag to compare
v1.2.1

Fix a mistake of redis ttl (#22)

Add Redis backend for distributed lock

19 Apr 02:40
92da146
Compare
Choose a tag to compare

This release contains backwards incompatible changes (context.Context is added to some algorithms).

Add DynamoDB backend

22 Mar 03:57
cba7a72
Compare
Choose a tag to compare
v1.1.0

Add DynamoDB limiter backend (#13)