Skip to content

Releases: sief/play-guard

v3.0.0 for Play 3.0.x

30 Nov 15:15
Compare
Choose a tag to compare

v2.6.0 for Play 2.9.x

29 Nov 07:37
Compare
Choose a tag to compare
  • 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

24 Mar 19:05
Compare
Choose a tag to compare
update README.md for 2.5 release

v2.4.0

23 Sep 10:15
Compare
Choose a tag to compare
  • optimized bucket refill
  • optional bypass parameter in ActionFilter API
  • refactored ActionFilter API

v2.3.0 for Play 2.7.x

17 Jul 17:05
Compare
Choose a tag to compare
remove SNAPHOT

v2.2.0

27 Feb 09:02
18706d1
Compare
Choose a tag to compare
  • 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

17 Jul 08:06
Compare
Choose a tag to compare
Update README for v2.1.0

v2.0.0 for Play 2.5.x

19 Jan 12:35
Compare
Choose a tag to compare

Version for Play 2.5.x with support for compile time and runtime DI.

v1.6.0

09 Feb 18:07
Compare
Choose a tag to compare

changed config format, allows to configure the http header for getting the client IP address

v1.5.0

16 Jul 06:46
Compare
Choose a tag to compare

Play 2.4.x