Releases: jesjos/active_record_upsert
Releases · jesjos/active_record_upsert
v0.11.2
What's Changed
- test: use DatabaseCleaner for Rails < 6 by @olleolleolle in #133
- Document differences between this gem and ActiveRecord::Persistence#upsert by @its-fern in #131
- fix: update rails default branch name by @olleolleolle in #134
- Test with Ruby 3.1 on Rails => 7.0.1 by @jesjos in #136
- README: add section on Alternatives [ci skip] by @olleolleolle in #137
- Add support for Ruby 3.2 and Rails 7.1 by @jgraichen in #139
- Update build badge in README.md by @olleolleolle in #141
- Add v0.11.2, fix readme formatting by @olleolleolle in #142
New Contributors
- @its-fern made their first contribution in #131
- @jgraichen made their first contribution in #139
Full Changelog: v0.11.1...v0.11.2
v0.11.1
- Add Rails 7 compatibility
- Drop support for Rails 5.0 and Rails 5.1
- Add official support for Ruby 3.0
(v0.11.0 was a misrelease, it lacked the version bump.)
v0.10.1
v0.10.0
v0.9.5
- #92 Support Rails 6
v0.9.4
This release fixes regressions that were present at least in 0.9.2 and 0.9.3, which caused this gem to be incompatible with Rails < 5.2.
Due to an error in our build matrix, we weren't properly testing against other versions of Rails.
Bugfixes
Broken backwards compatibility. (#79)
Broken build matrix. (#81 )
Other
Build against proper Rails 5.2 release. (#80 )