Skip to content

Releases: rails/activerecord-session_store

Version 2.0.0

10 Mar 12:45
v2.0.0
78e0047
Compare
Choose a tag to compare
  • 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:upgrade rake 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.

Version 1.1.3

23 Mar 05:21
v1.1.3
50e8131
Compare
Choose a tag to compare
  • Fix backward compatibility issue introduced in 1.1.2 regarding to Session class lazy-loading. (#143)

Version 1.1.2

01 Mar 08:52
v1.1.2
d7a918c
Compare
Choose a tag to compare
  • 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.

Version 1.1.1

12 Mar 17:07
a170dd4
Compare
Choose a tag to compare
  • Support Rails 5.2

Version 1.1.0

11 May 23:00
v1.1.0
e97fa9f
Compare
Choose a tag to compare
  • Support to Rails 5.1
  • Fix db:sessions:create task
  • Add NullSerializer to support PostgreSQL json and jsonb columns

Version 1.0.0

16 May 14:39
v1.0.0
39e9fb5
Compare
Choose a tag to compare
  • 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.

Version 1.0.0.pre

07 Apr 02:28
v1.0.0.pre
2a3a2e9
Compare
Choose a tag to compare
Version 1.0.0.pre Pre-release
Pre-release
  • Fix Rails 5.0.0.beta3 and Ruby 2.3.0 compatibility.
  • Fix Syslog::Logger compatibility.