Skip to content

Releases: jesjos/active_record_upsert

v0.11.2

15 Nov 12:20
7e4c92f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.11.1...v0.11.2

v0.11.1

07 Jan 16:04
Compare
Choose a tag to compare
  • 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

21 Apr 09:33
Compare
Choose a tag to compare
  • Nick Campbell fixed #113 so that upserting a record clears the "dirty state"

v0.10.0

19 Dec 23:19
Compare
Choose a tag to compare
  • #93 Add upsert_keys and upsert_options as opts
  • #94 Improve quality of logs
  • #99 Document gotcha with database default values
  • #105 Fix query cache reset in Rails 6
  • #108 Add Rails 6.1 support

Thanks @jherdman for supporting this release!

v0.9.5

26 Apr 17:09
Compare
Choose a tag to compare
  • #92 Support Rails 6

All commits since last version.

v0.9.4

19 Sep 04:22
Compare
Choose a tag to compare

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 )

v0.9.3

05 Sep 10:37
Compare
Choose a tag to compare

NB: B/c of a broken build matrix, v0.9.2 and v0.9.3 are incompatible with rails < 5.2.1!

Bugfixes

  • #78 Avoid a conversion which could raise errors on very large transaction IDs

v0.9.2

12 Aug 19:33
Compare
Choose a tag to compare

NB: B/c of a broken build matrix, v0.9.2 and v0.9.3 are incompatible with rails < 5.2.1!

Bugfixes

  • #77 Fixes related to updated attributes (Issue #72)
  • #75 Add upsert_operation to know whether an operation was insert or update

v0.9.1

24 May 08:13
Compare
Choose a tag to compare

Actual release of v0.9.0.

  • #70 Feature: Allow upserting on a custom field
  • #71 Repair specs about upsert_keys and literals

v0.9.0

24 May 08:11
3328696
Compare
Choose a tag to compare
  • #70 Feature: Allow upserting on a custom field
  • #71 Repair specs about upsert_keys and literals