Skip to content

Releases: ulule/limiter

Limiter v3.0.0

09 Jan 11:30
4499266
Compare
Choose a tag to compare
  • 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

07 Dec 10:47
38b2a44
Compare
Choose a tag to compare

Patch release for #45 and #46 to use a correct value with pttl command.

Thank @andrewhoff

Limiter v2.2.1

02 Nov 21:52
cfd0e75
Compare
Choose a tag to compare

Fix the default value used to create a new redis store by using DefaultMaxRetry.
Thank @andrewhoff

Links: #43

Limiter v2.2.0

05 Mar 10:30
f0ff826
Compare
Choose a tag to compare

This release allows to customize the rate limiter key in gin middleware.

Limiter v2.1.0

10 Nov 10:47
0d25c13
Compare
Choose a tag to compare

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

10 Oct 11:51
Compare
Choose a tag to compare

This release fixes race conditions, high concurrency situations and change code architecture using separated modules.

Limiter v1.0.0

18 Aug 13:56
Compare
Choose a tag to compare

The first release of limiter.