mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-01 10:35:52 +00:00
Prep for v4.1.0
This commit is contained in:
parent
105c3ba575
commit
1a3cddb468
2 changed files with 5 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
# Changlog
|
||||
|
||||
## master (unreleased)
|
||||
- Default throttled/blacklist responses have Content-Type: text/plain
|
||||
## v4.1.0 - 22 May 2014
|
||||
- Tracks take an optional limit and period to only notify once a threshold
|
||||
is reached (similar to throttles). Thanks @chiliburger!
|
||||
- Default throttled & blacklist responses have Content-Type: text/plain
|
||||
- Rack::Attack.clear! resets tracks
|
||||
|
||||
## v4.0.1 - 14 May 2014
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.0.1'
|
||||
VERSION = '4.1.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue