Releases: malomalo/sunstone
Releases · malomalo/sunstone
v7.1.0.1
v7.1.0 (yanked)
- Compatibility for Rails 7.1
v6.1.0.2
v6.1.0.1
🚨 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
- Compatibility for Rails 6.1
🚨 Breaking Changes 🚨
url:
in the adapter configuration has been changed toendpoint:
becauseurl:
is now a reserved key in the ActiveRecord configuration.
v6.1.0.rc1
RC Release for Rails 6.1
Breaking Changes
url:
in the adapter configuration has been changed toendpoint:
becauseurl:
is now a reserved key in the ActiveRecord configuration.