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 #618
- @mttkay made their first contribution in #622
- @mitchellhenke made their first contribution in #625
- @santib made their first contribution in #629
- @tisba made their first contribution in #654
- @fynsta made their first contribution in #658
- @alexsmartens made their first contribution in #664
Full Changelog: v6.7.0...v6.8.0