Releases: ulule/limiter
Limiter v3.0.0
- Add support for IP mask
- Add support of go modules
- Break compatibility with dep
NOTE: Please ask in issues if you require a
dep
backports.
Links: #39
Limiter v2.2.2
Patch release for #45 and #46 to use a correct value with pttl
command.
Thank @andrewhoff
Limiter v2.2.1
Fix the default value used to create a new redis store by using DefaultMaxRetry
.
Thank @andrewhoff
Links: #43
Limiter v2.2.0
This release allows to customize the rate limiter key in gin
middleware.
Limiter v2.1.0
This release changes the default behaviour on how to retrieve real client IP.
There was a security issue by trusting X-Forwarded-For
and X-Real-Ip
, so if your server wasn't running behind a well-configured reverse-proxy, someone could do an IP spoofing on the limiter.
With this release, you have to explicitly define that you want to use these headers.
Limiter v2.0.0
This release fixes race conditions, high concurrency situations and change code architecture using separated modules.
Limiter v1.0.0
The first release of limiter.