mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Version 3.0.0; update changelog
This commit is contained in:
parent
1abe292240
commit
7c6cead69c
2 changed files with 3 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Master
|
||||
* Change default blacklisted response to 403 Forbidden (thanks @carpodaster).
|
||||
* Fail gracefully when Redis store is not available; rescue exeption and don't
|
||||
throttle request. (thanks @wkimeria)
|
||||
|
||||
## v2.3.0 - 11 October 2013 (master)
|
||||
* Allow throttle `limit` argument to be a proc. (thanks @lunks)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
module Attack
|
||||
VERSION = '2.3.0'
|
||||
VERSION = '3.0.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue