Skip to content

Releases: malomalo/sunstone

v7.1.0.1

20 Dec 15:32
Compare
Choose a tag to compare
  • Fix issue where ActiveRecord Adapters using returning were broken

v7.1.0 (yanked)

15 Dec 22:36
c9257bb
Compare
Choose a tag to compare
  • Compatibility for Rails 7.1

v6.1.0.2

23 Mar 20:01
Compare
Choose a tag to compare
  • Support Arel::Nodes::HomogeneousIn
  • Fix issues with missing constant on Rails v6.1.x

v6.1.0.1

22 Jan 20:47
Compare
Choose a tag to compare

🚨 Unbreaking Changes 🚨

Revert changing url: to endpoint: because rails/rails#41144 was accepted. Rails 6.1 is monkey patched to allow url: to still be passed.

v6.1.0

14 Jan 21:15
Compare
Choose a tag to compare
  • Compatibility for Rails 6.1

🚨 Breaking Changes 🚨

  • url: in the adapter configuration has been changed to endpoint: because url: is now a reserved key in the ActiveRecord configuration.

v6.1.0.rc1

29 Dec 17:10
Compare
Choose a tag to compare
v6.1.0.rc1 Pre-release
Pre-release

RC Release for Rails 6.1

Breaking Changes

  • url: in the adapter configuration has been changed to endpoint: because url: is now a reserved key in the ActiveRecord configuration.