Skip to content

Releases: attr-encrypted/attr_encrypted

v4.1.0

30 May 15:26
efe06f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.0...v4.1.0

v4.0.0

06 Apr 14:08
7e857a5
Compare
Choose a tag to compare

Rails 7.0 Support

The primary change for this release is support for Rails 7.0, with one breaking change.

  • Using #encrypted_attributes is no longer supported. Instead, use #attr_encrypted_encrypted_attributes to avoid collision with Active Record 7 native encryption.

What's Changed

New Contributors

Full Changelog: 3.1.0...v4.0.0