Releases: sief/play-guard
Releases · sief/play-guard
v3.0.0 for Play 3.0.x
v2.6.0 for Play 2.9.x
- changed API to support Scala 2 and 3
- added generic FailureRateLimiter
- expose size and rate of RateLimiter and TokenBucketGroup
v2.5.0 for Play 2.8.x
update README.md for 2.5 release
v2.4.0
v2.3.0 for Play 2.7.x
remove SNAPHOT
v2.2.0
- RequestHeader.remoteAddress is always used to get the client IP address
- optional XForwardedTrustImmediateConnectionRequestHandler for replacing the immediate connection with the last IP address in the X-Forwarded-For header
- better throughput and increased limits for bucket rate
v2.1.0 for Play 2.6.x
Update README for v2.1.0
v2.0.0 for Play 2.5.x
Version for Play 2.5.x with support for compile time and runtime DI.