All Versions
35
Latest Version
Avg Release Cycle
100 days
Latest Release
77 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v3.0.0 Changes
March 15, 2014- Change default blocklisted response to 403 Forbidden (thanks @carpodaster).
- Fail gracefully when Redis store is not available; rescue exeption and don't throttle request. (thanks @wkimeria)
- TravisCI runs integration tests.
-
v2.3.0 Changes
October 11, 2013- Allow throttle
limit
argument to be a proc. (thanks @lunks) - Add Allow2Ban, complement of Fail2Ban. (thanks @jormon)
- Improved TravisCI testing
- Allow throttle
-
v2.2.1 Changes
August 13, 2013- Add license to gemspec
- Support ruby version 1.9.2
- Change default blocklisted response code from 503 to 401; throttled response from 503 to 429.
-
v2.2.0 Changes
June 20, 2013- Fail2Ban filtering. See README for details. Thx @madlep!
- Introduce StoreProxy to more cleanly abstract cache stores. Thx @madlep.
-
v2.1.1 Changes
May 16, 2013- Start keeping changelog
- Fix
Redis::CommandError
when using ActiveSupport numeric extensions (e.g.1.second
) - Remove unused variable
- Extract mandatory options to constants