Rack::Attack v5.2.0 Release Notes

Release Date: 2018-03-29 // about 6 years ago
  • ➕ Added

    • Shorthand for blocking an IP address Rack::Attack.blocklist_ip("1.2.3.4") (#320)
    • Shorthand for blocking an IP subnet Rack::Attack.blocklist_ip("1.2.0.0/16") (#320)
    • Shorthand for safelisting an IP address Rack::Attack.safelist_ip("5.6.7.8") (#320)
    • Shorthand for safelisting an IP subnet Rack::Attack.safelist_ip("5.6.0.0/16") (#320)
    • Throw helpful error message when using allow2ban but cache store is misconfigured (#315)
    • Throw helpful error message when using fail2ban but cache store is misconfigured (#315)