Recent Releases of https://github.com/rails/activerecord-session_store
https://github.com/rails/activerecord-session_store - Version 2.0.0
- Drop support to Rails < 5.2 and Ruby < 2.2 (5db9171)
- Fix compatibility issue with ruby-head (#159)
- Fix CVE-2019-25025 vulnerability (#151)
- Add
db:sessions:upgraderake task to upgrade all existing sessions to the secure version (c23358c)
Please see CVE-2019-25025 mitigation section in the README file for more information about security vulnerability and mitigation.
- Ruby
Published by sikachu about 5 years ago
https://github.com/rails/activerecord-session_store - Version 1.1.3
- Fix backward compatibility issue introduced in 1.1.2 regarding to
Sessionclass lazy-loading. (#143)
- Ruby
Published by sikachu about 7 years ago
https://github.com/rails/activerecord-session_store - Version 1.1.2
- Use lazy-load hook to hook into Active Record (#126)
- Improved performance of delete_session in case there is no sessions record (#131)
- Remove the
supports_migrations?check (#119) - Migration generator now compatible with Rails 5.1+ (#115)
- Now testing against Ruby 2.6.
- Ruby
Published by sikachu about 7 years ago
https://github.com/rails/activerecord-session_store - Version 1.1.1
- Support Rails 5.2
- Ruby
Published by rafaelfranca about 8 years ago
https://github.com/rails/activerecord-session_store - Version 1.1.0
- Support to Rails 5.1
- Fix
db:sessions:createtask - Add
NullSerializerto support PostgreSQL json and jsonb columns
- Ruby
Published by rafaelfranca about 9 years ago
https://github.com/rails/activerecord-session_store - Version 1.0.0
- Add rake task to trim old sessions.
- Fix compatibility with Syslog::Logger.
- Add configurable serializer.
- Fix compatibility issue with Rails 5.0.
- Fix Thread.exclusive deprecation warning in Ruby 2.3.
- Ruby
Published by sikachu about 10 years ago
https://github.com/rails/activerecord-session_store - Version 1.0.0.pre
- Fix Rails 5.0.0.beta3 and Ruby 2.3.0 compatibility.
- Fix Syslog::Logger compatibility.
- Ruby
Published by sikachu about 10 years ago