mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +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
|
# Changlog
|
||||||
|
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
- Fix a race condition in throttles that could allow more requests than intended.
|
||||||
|
|
||||||
## v4.1.0 - 22 May 2014
|
## v4.1.0 - 22 May 2014
|
||||||
- Tracks take an optional limit and period to only notify once a threshold
|
- Tracks take an optional limit and period to only notify once a threshold
|
||||||
is reached (similar to throttles). Thanks @chiliburger!
|
is reached (similar to throttles). Thanks @chiliburger!
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
class Attack
|
class Attack
|
||||||
VERSION = '4.1.0'
|
VERSION = '4.1.1'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue