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 6b4e319 commit eda8e91Copy full SHA for eda8e91
CHANGELOG.md
@@ -4,6 +4,10 @@
4
5
## [Unreleased]
6
7
+# [0.11.6] - 2024-11-12
8
+- Fix secure session using private_id
9
+- Support Rails 8
10
+
11
# [0.11.5] - 2022-11-27
12
13
### Changed
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.5'.freeze
+ VERSION = '0.11.6'.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