Skip to content

Releases: ljahier/gin-ratelimit

v1.0.0

15 Feb 05:33
Compare
Choose a tag to compare

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.