Releases: aidenwallis/go-ratelimiting
Releases · aidenwallis/go-ratelimiting
v0.0.5: Add redis ratelimit inspection
What's Changed
- Add ability to inspect redis ratelimiters by @aidenwallis in #7
Full Changelog: v0.0.4...v0.0.5
v0.0.4: Add redis sliding window ratelimiter
What's Changed
- Add Redis sliding window ratelimiter by @aidenwallis in #6
Full Changelog: v0.0.3...v0.0.4
v0.0.3: Add redis leaky bucket ratelimiting
What's Changed
- Add redis leaky bucket ratelimiter by @aidenwallis in #4
- Add redis documentation by @aidenwallis in #5
Full Changelog: v0.0.2...v0.0.3
v0.0.2
- Adds new local leaky bucket ratelimiter.
- Improves GH actions CI.
Initial release
Initial release of go-ratelimiting