Releases: ljahier/gin-ratelimit
Releases · ljahier/gin-ratelimit
v1.0.0
Changelog
[1.0.0] - 2024-02-15
Added
- Initial release of the Token Bucket Rate Limiter for Gin-Gonic.
- RateLimitByIP, RateLimitByUserId and PreventBruteForce middleware functions for easy integration with Gin-Gonic routes.
- Comprehensive unit tests for all middleware to ensure functionality and reliability.
- README with installation instructions, usage examples, and configuration options + License file.