mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-25 14:47:43 +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
|
## Master
|
||||||
* Change default blacklisted response to 403 Forbidden (thanks @carpodaster).
|
* 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)
|
## v2.3.0 - 11 October 2013 (master)
|
||||||
* Allow throttle `limit` argument to be a proc. (thanks @lunks)
|
* Allow throttle `limit` argument to be a proc. (thanks @lunks)
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
module Attack
|
module Attack
|
||||||
VERSION = '2.3.0'
|
VERSION = '3.0.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue