mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
Update changelog for #118; bump to v4.3.0
This commit is contained in:
parent
7dd9a9dd8a
commit
1dd29f66b8
2 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Changlog
|
||||
|
||||
## master (unreleased)
|
||||
|
||||
- Redis proxy passes `raw: true` (thanks @stanhu)
|
||||
|
||||
## v4.2.0 - 26 Oct 2014
|
||||
- Throttle's `period` argument now takes a proc as well as a number (thanks @gsamokovarov)
|
||||
- Invoke the `#call` method on `blacklist_response` and `throttle_response` instead of `#[]`, as per the Rack spec. (thanks @gsamokovarov)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
module Rack
|
||||
class Attack
|
||||
VERSION = '4.2.0'
|
||||
VERSION = '4.3.0'
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue