Skip to content

Releases: mennanov/limiters

v1.8.0

28 Aug 03:16
564e983
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/hashicorp/consul/api from 1.28.3 to 1.29.2 by @dependabot in #73
  • Bump github.com/aws/aws-sdk-go-v2/config from 1.27.16 to 1.27.27 by @dependabot in #72
  • Change id type from uint32 to int64 in LockPostgreSQL by @nilpoona in #74

New Contributors

Full Changelog: v1.7.0...v1.8.0

Fix Leaky Bucket overflow bug

17 Jul 20:17
a5665ab
Compare
Choose a tag to compare

v1.6.1 Make Registry thread safe

09 Jul 22:09
647439b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

26 May 15:45
Compare
Choose a tag to compare

What's Changed

  • go version in go.mod updated to 1.21
  • add redis cluster client tests by @leeym in #50
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #43
  • Bump google.golang.org/protobuf from 1.33.0 to 1.34.1 by @dependabot in #44
  • Bump github.com/hashicorp/consul/api from 1.18.0 to 1.28.3 by @dependabot in #47

Full Changelog: v1.5.2...v1.6.0

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