Features:
-
allow update actions for undo in reactor create steps (#2387) by @barnabasJ (#2387)
-
calculation verifier (#2439) by @barnabasJ (#2439)
-
add verifier to warn if load is used with expr calc by @barnabasJ (#2439)
Bug Fixes:
-
only return
:okfrom reactors when actions have no return type by @zachdaniel -
respect read-action in rel check (#2448) by @barnabasJ (#2448)
-
handle soft destroy return type in managed relationships by @zachdaniel
-
Update typespec for deprecated
can/3on domain (#2443) by @Munksgaard (#2443) -
error on non existend action (#2435) by @barnabasJ (#2435)
-
provide context-aware error messages for manage_relationship on_no_match errors (#2415) by @barnabasJ (#2415)
Improvements:
-
don't squish code interface double newlines by @zachdaniel
-
significantly optimize code interface generation by @zachdaniel
-
Allow overriding Ash.Type.NewType cast_input_array/2 (#2438) by Christopher Bonhage (#2438)
-
use regexes again now that otp 28.1 is out by @zachdaniel