Features:
-
add is_distinct_from and is_not_distinct_from functions (#2497) by @jechol (#2497)
-
add is_distinct_from and is_not_distinct_from operators by @jechol (#2497)
Bug Fixes:
-
revert inadvertant changes to accept dsl option by @zachdaniel
-
merge errors with
Reactor.Errorby @zachdaniel -
handle new operator_overloads format in operator evaluation by @zachdaniel
-
set
allow_nil?: falsefor get_by_read_actions arguments by @zachdaniel -
move optimization logic from simplify to new for is_distinct_from operators by @jechol (#2497)
-
raise an informative error when actor fields used in filters are not loaded by @zachdaniel
-
properly handle exists across data layers by @zachdaniel
Improvements:
-
optimize is_distinct_from operators when NULL is impossible by @jechol (#2497)
-
create: Add multitenancy bypass options to create actions (#2495) by @shahryarjb (#2495)
-
Support :allow_global in bulk multitenancy actions by @shahryarjb (#2495)
-
update: Add multitenancy bypass options to update actions (#2494) by @shahryarjb (#2494)