Skip to content

Releases: ulule/limiter

Limiter v3.11.2

24 May 09:38
Compare
Choose a tag to compare

Changelog

  • Upgrade dependencies
  • Fix a key eviction issue with memory store

Warning

You may have a performance hit with this version if you're using the memory store.
Further details in the link bellow.

Links:

Limiter v3.11.1

07 Mar 09:27
Compare
Choose a tag to compare

Changelog

  • Upgrade indirect dependencies due to a security risk
    • golang.org/x/crypto to v0.7.0

Limiter v3.11.0

31 Jan 18:12
Compare
Choose a tag to compare

Changelog

  • Upgrade dependencies
    • Including redis to v9.0.1
    • Including fasthttp to v1.34.0
    • Including gin to v1.8.2

Links:

Limiter v3.10.0

17 Mar 18:32
Compare
Choose a tag to compare

Changelog

  • Add warnings about using HTTP headers to obtain users IP
  • Add WithClientIPHeader new option
  • Upgrade dependencies
    • Including fasthttp to v1.34.0

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

17 Nov 10:06
1f2f00c
Compare
Choose a tag to compare

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

07 Dec 13:46
Compare
Choose a tag to compare

Changelog

  • Improve the performance of the Memory store
  • Protect the internal cache counter of the Memory store with a mutex

Links:

Limiter v3.7.1

12 Nov 08:50
b298ea8
Compare
Choose a tag to compare

Changelog

  • Fix bug with redis store while reloading Lua script

Links:

Limiter v3.7.0

06 Nov 08:45
aa44c77
Compare
Choose a tag to compare

Changelog

  • Improve redis store performance with Lua script

Links:

Limiter v3.6.0

03 Nov 14:03
5456079
Compare
Choose a tag to compare

Changelog

  • Upgrade redis dependency to v8

Links:

Limiter v3.5.0

07 Apr 11:56
Compare
Choose a tag to compare

Changelog

  • Fix issue with redis that returns PTTL error code in nanoseconds.
  • Add an option on middleware to exclude keys from limiter.

Links: