Releases: ulule/limiter
Releases · ulule/limiter
Limiter v3.11.2
Limiter v3.11.1
Changelog
- Upgrade indirect dependencies due to a security risk
- golang.org/x/crypto to
v0.7.0
- golang.org/x/crypto to
Limiter v3.11.0
Limiter v3.10.0
Changelog
- Add warnings about using HTTP headers to obtain users IP
- Add
WithClientIPHeader
new option - Upgrade dependencies
- Including fasthttp to
v1.34.0
- Including fasthttp to
Warning
If you use limiter
behind a reverse proxy, please be extremely careful of your network topology / configuration.
If you enable WithTrustForwardHeader
option, wrongfully used this could enable spoofable IP.
Please read the README and understand the implication of relying on X-Real-IP
and/or X-Forwarded-For
headers.
Links:
Limiter v3.9.0
Changelog
- Add new
Increment
method in store drivers to allow rate limiting based on a variable - Upgrade dependencies
- Change minimal supported version of Go to 1.17
Links:
Limiter v3.8.0
Changelog
- Improve the performance of the Memory store
- Protect the internal cache counter of the Memory store with a mutex
Links: