New
v6.8.0
What's Changed
Changed
- Avoid RedisCacheStore#increment on Rails 6+ (which might improve performance) by @jdelStrother (#597)
Fixed
- Fix #588 don't fail if request.ip is missing, by @santib (#630)
- Fix reset! when using namespaced cache store by @santib (#673)
Deprecated
- Soft deprecate integration with rack 1.x, may or may not work with it.
- Soft deprecate integration with rails 5.2 or less, may or may not work with it.
Removed
- Remove support for unmaintained ActiveSupport::Cache::RedisStore, by @mitchellhenke (#625)
New Contributors
- @floehopper made their first contribution in https://github.com/rack/rack-attack/pull/618
- @mttkay made their first contribution in https://github.com/rack/rack-attack/pull/622
- @mitchellhenke made their first contribution in https://github.com/rack/rack-attack/pull/625
- @santib made their first contribution in https://github.com/rack/rack-attack/pull/629
- @tisba made their first contribution in https://github.com/rack/rack-attack/pull/654
- @fynsta made their first contribution in https://github.com/rack/rack-attack/pull/658
- @alexsmartens made their first contribution in https://github.com/rack/rack-attack/pull/664
Full Changelog: https://github.com/rack/rack-attack/compare/v6.7.0...v6.8.0