Skip to content

Releases: mennanov/limiters

v1.5.2

22 May 23:53
9d9ccea
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

17 May 23:59
6fc2031
Compare
Choose a tag to compare

What's Changed

  • Always expect version to be in initial state in case key was removed by @radandrei in #42

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0 Add PostgreSQL as a distributed lock

19 Mar 05:04
fdeb965
Compare
Choose a tag to compare

What's Changed

  • add LockPostgreSQL and BenchmarkDistLockers by @leeym in #39

Full Changelog: v1.4.2...v1.5.0

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>