Skip to content

Releases: mennanov/limiters

Add support for go 1.23, drop support for go 1.21

06 Oct 04:51
048d5e1
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/aws/aws-sdk-go-v2 from 1.30.3 to 1.30.4 by @dependabot in #77
  • Bump github.com/redis/go-redis/v9 from 9.0.3 to 9.6.1 by @dependabot in #76
  • Bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #64
  • Bump github.com/hashicorp/consul/api from 1.29.2 to 1.29.4 by @dependabot in #78
  • Move Redis Cluster ports from 7000 range to 11000. by @mennanov in #83
  • Upgrade to go 1.23, drop support for go 1.21 by @mennanov in #84
  • Bump github.com/aws/aws-sdk-go-v2 from 1.30.4 to 1.32.0 by @dependabot in #85
  • Bump google.golang.org/grpc from 1.59.0 to 1.67.1 by @dependabot in #79
  • Run GH Actions on separate events (push, pull_request). by @mennanov in #88
  • Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.13.19 to 1.15.10 by @dependabot in #87

Full Changelog: v1.8.0...v1.9.0

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