mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-04-27 15:07:41 +00:00
Update changelog for v4.0.0
This commit is contained in:
parent
e1d736f0f0
commit
430672d8f4
2 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
# Changlog
|
# Changlog
|
||||||
|
|
||||||
## master (unreleased)
|
## master (unreleased)
|
||||||
|
|
||||||
|
## v4.0.0 - 28 April 2014
|
||||||
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
|
* Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
|
||||||
* Rack::Attack.new returns an instance to ease testing (thanks @stevehodgkiss)
|
* Rack::Attack.new returns an instance to ease testing. (thanks @stevehodgkiss)
|
||||||
|
[Changing a module to a class is not backwards compatible, hence v4.0.0.]
|
||||||
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
|
* Use Rack::Attack::Request subclass of Rack::Request for easier extending (thanks @tristandunn)
|
||||||
* Test more dalli versions.
|
* Test more dalli versions.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
module Rack
|
module Rack
|
||||||
class Attack
|
class Attack
|
||||||
VERSION = '3.1.0'
|
VERSION = '4.0.0'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue