Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 13:27
f3bc654

5.0.0 (2025-02-20)

⚠ BREAKING CHANGES

  • Authie no longer supports Rails <= 7.0. Official support for Rails 7.0 ended over a year ago, we don't need to continue supporting it in Authie 5.0 and higher. Rails 7.0 can continue to use the 4.x releases.
  • If a coder was set using config.active_record.default_column_serializer then it will no longer be respected. You will need to set Authie.config.serialize_coder to override the coder for Authie sessions.

Features

  • allow data serialization encoder to be defined using Authie.config.serialize_coder. (588b5e7)

Miscellaneous Chores

  • remove support for Rails 7.0 (1b09a80)

Tests

  • use the >= 7.0 migration context (7daabf1)