We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9df709c commit 86c69d1Copy full SHA for 86c69d1
CHANGELOG.md
@@ -4,6 +4,13 @@
4
5
## [Unreleased]
6
7
+# [0.11.5] - 2022-11-27
8
+
9
+### Changed
10
11
+- Support redis 5
12
+- Actionpack more than or equal to 6
13
14
## [0.11.4] - 2022-01-29
15
### Fixed
16
- Use AbstractSecureStore for security fix
lib/redis-session-store.rb
@@ -3,7 +3,7 @@
3
# Redis session storage for Rails, and for Rails only. Derived from
# the MemCacheStore code, simply dropping in Redis instead.
class RedisSessionStore < ActionDispatch::Session::AbstractSecureStore
- VERSION = '0.11.4'.freeze
+ VERSION = '0.11.5'.freeze
# Rails 3.1 and beyond defines the constant elsewhere
unless defined?(ENV_SESSION_OPTIONS_KEY)
ENV_SESSION_OPTIONS_KEY = if Rack.release.split('.').first.to_i > 1
0 commit comments