Ash Framework v1.48.0-rc.7 Release Notes

Release Date: 2021-09-30 // over 2 years ago
  • ๐Ÿ› Bug Fixes:

    • ensure changeset is up to date in after_action hooks

    • fix a case where unwrap_or_raise! returned the wrong value on destroy

    • ๐Ÿ›  fix typo on lateral join checker

    • 0๏ธโƒฃ set default attribute type (in case it is explicitly set to nil) on belongs_to attributes

    • if an error with no message is produced, don't attempt to concat nil with a string

    ๐Ÿ‘Œ Improvements:

    • simpler patterns around soft destroy actions

    • โž• add set_option/4 to transformer helpers

    • โž• add where option to validate that accepts a list of validations

    • prevent more unnecessary lateral joins

    • only issue a lateral join when required (#269)