mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
969 B
969 B
Changlog
Master
- Change default blacklisted response to 403 Forbidden (thanks @carpodaster).
- Fail gracefully when Redis store is not available; rescue exeption and don't throttle request. (thanks @wkimeria)
v2.3.0 - 11 October 2013 (master)
- Allow throttle
limitargument to be a proc. (thanks @lunks) - Add Allow2Ban, complement of Fail2Ban. (thanks @jormon)
- Improved TravisCI testing
v2.2.1 - 13 August 2013
- Add license to gemspec
- Support ruby version 1.9.2
- Change default blacklisted response code from 503 to 401; throttled response from 503 to 429.
v2.2.0 - 20 June 2013
- Fail2Ban filtering. See README for details. Thx @madlep!
- Introduce StoreProxy to more cleanly abstract cache stores. Thx @madlep.
v2.1.1 - 16 May 2013
- Start keeping changelog
- Fix
Redis::CommandErrorwhen using ActiveSupport numeric extensions (e.g.1.second) - Remove unused variable
- Extract mandatory options to constants