Rack::Attack v6.6.0 Release Notes
Release Date: 2022-01-29 // almost 3 years ago-
➕ Added
- Ability to have access to the
request
object instead of onlyenv
(still can access env withrequest.env
) when customizing throttle and blocklist responses with new methodsRack::Attack.blocklisted_responder=
andRack::Attack.throttled_responder=
which yield the request to your lambda. ([@NikolayRys])
🗄 Deprecated
Rack::Attack.blocklisted_response=
Rack::Attack.throttled_response=
- Ability to have access to the