Releases: mennanov/limiters
Releases · mennanov/limiters
v1.11.0
What's Changed
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.36.0 to 1.36.3 by @dependabot in #96
- Bump google.golang.org/protobuf from 1.34.2 to 1.35.1 by @dependabot in #94
- Bump go.etcd.io/etcd/client/v3 from 3.5.14 to 3.5.16 by @dependabot in #93
- Bump github.com/aws/aws-sdk-go-v2/credentials from 1.17.27 to 1.17.44 by @dependabot in #97
- Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.15.10 to 1.15.15 by @dependabot in #98
- Bump github.com/redis/go-redis/v9 from 9.6.1 to 9.7.0 by @dependabot in #103
- Bump github.com/hashicorp/consul/api from 1.29.4 to 1.30.0 by @dependabot in #101
- Bump google.golang.org/protobuf from 1.35.1 to 1.35.2 by @dependabot in #102
- Bump go.etcd.io/etcd/client/v3 from 3.5.16 to 3.5.17 by @dependabot in #100
- Bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.15.15 to 1.15.17 by @dependabot in #99
- Use partitionKey from context in FixedWindowDynamoDB by @mennanov in #104
Full Changelog: v1.10.0...v1.11.0
v1.10.0 Add Reset for TokenBucket and LeakyBucket
Add support for go 1.23, drop support for go 1.21
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
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 fromuint32
toint64
in LockPostgreSQL by @nilpoona in #74
New Contributors
Full Changelog: v1.7.0...v1.8.0
Fix Leaky Bucket overflow bug
Full Changelog: v1.6.1...v1.7.0
v1.6.1 Make Registry thread safe
What's Changed
- add benchmarks by @leeym in #58
- Bump go.etcd.io/etcd/client/v3 from 3.5.7 to 3.5.14 by @dependabot in #61
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- go version in
go.mod
updated to1.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
v1.5.1
What's Changed
- Always expect version to be in initial state in case key was removed by @radandrei in #42
New Contributors
- @radandrei made their first contribution in #42
Full Changelog: v1.5.0...v1.5.1
v1.5.0 Add PostgreSQL as a distributed lock
What's Changed
Full Changelog: v1.4.2...v1.5.0