This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
v0.3.2
This release includes a fix for rate limiting to rate limit by the correct IP.
Changelog since v0.3.1
Rate limiting
- Rate limit by
x-forwarded-for
headers to get the real client IP - The adminapi now uses
RATE_LIMIT_TOKENS
instead ofRATE_LIMIT
to define the limits - IP addresses are hashed before stored in redis for limiting
- Each service has its own key namespace in the rate limiter to avoid clobbering (#221, @sethvargo)
Dependencies
Added
Nothing has changed.
Changed
- github.com/sethvargo/go-limiter: v0.3.0 → v0.3.1
Removed
Nothing has changed.