v2.0.0-beta.1
Pre-release
Pre-release
·
181 commits
to beta
since this release
2.0.0-beta.1 (2026-07-30)
Features
- drop Ruby 2.7 and Rails 5.2 support (e905ddb)
- the model you inspect is the model that saves (#465) (a905fff)
BREAKING CHANGES
- around_persistence hooks receive the assigned model instead of the attributes hash. Move attribute-hash modifications to before_attributes, or set values on the model. Custom create/update overrides that should receive a pre-assigned model must accept an assigned_model: keyword. See UPGRADING.md
- Ruby >= 3.0 / Rails >= 6 are now required.