Rack::Attack v4.0.0 Release Notes

Release Date: 2014-04-28 // almost 10 years ago
    • Implement proxy for Dalli with better Memcachier support. (thanks @hakanensari)
    • 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)
    • Test more dalli versions.