Bug Fixes:
-
properly merge contexts from scope and opts by @zachdaniel
-
ensure that
modify_queryis honored on aggregates by @zachdaniel -
read action: Tenant from before_action will survive in metadata (#2189) by @serpent213
-
set action on aggregate queries by @zachdaniel
-
cascade change action selection (#2193) by @barnabasJ
-
try atomic_upgrade_with before falling back to primary action in cascade changes (#2191) by @barnabasJ
-
ensure
cast_inputusesnewcallback on typed structs by @zachdaniel -
use correct options in code interfaces in usage-rules.md by @zachdaniel
-
support single atoms in
sort_inputby @zachdaniel
Improvements:
-
support where clauses on preparations by @zachdaniel
-
support
Ash.Queryfor most builtin validations by @zachdaniel -
support validations on read actions by @zachdaniel
-
introduce
Ash.TypedStructas a simpler struct type by @zachdaniel