Releases: mennanov/limiters
Releases · mennanov/limiters
v1.4.2
What's Changed
- Improve tests by @leeym in #36
- Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 by @dependabot in #37
Full Changelog: v1.4.1...v1.4.2
Fix a bug in ConcurrentBuffer Memcached
What's Changed
Full Changelog: v1.4.0...v1.4.1
Use redis universal client
What's Changed
- Use redis universal client in token bucket by @BrianLeishman in #34
New Contributors
- @BrianLeishman made their first contribution in #34
Full Changelog: v1.3.0...v1.4.0
Add Memcached backend
Add redsync Mutex options for LockRedis and use context in LockRedis
Add redsync Mutex options for LockRedis and use context in LockRedis, PR #31
Fix the bug with the Redis backend and race check enabled
v1.2.3 Clear lastVersion in a case of returning an empty TokenBucketState (#30)
Fix dependencies
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.
v1.2.1 Fix a mistake of redis ttl (#22)
Add Redis backend for distributed lock
This release contains backwards incompatible changes (context.Context
is added to some algorithms).
Add DynamoDB backend
v1.1.0 Add DynamoDB limiter backend (#13)