mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
version 4.1.1
This commit is contained in:
parent
8d3e824068
commit
1db5a00431
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# Changlog
|
||||
|
||||
## master (unreleased)
|
||||
- Fix a race condition in throttles that could allow more requests than intended.
|
||||
|
||||
## 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!
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.1.0'
|
||||
VERSION = '4.1.1'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue