
▲ 3 r/golang
Announced GoRL v2.1.0
my Go rate limiter implementation that supports Fixed Window, Sliding Window, Token Bucket, Leaky Bucket, and middleware for net/http, Gin, Fiber, and Echo.
This release concentrated on correctness and distributed execution.
I refined the public API, unified rate-limit metadata and HTTP headers, addressed sliding window edge cases, and included Redis Lua scripts to atomically execute the built-in algorithms.
I also added Redis tests and benchmark examples with pre-Lua and post-Lua performance metrics.
GitHub Repository:
https://github.com/AliRizaAynaci/gorl
u/aynacialiriza — 8 hours ago