You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add is_distinct_from and is_not_distinct_from functions (#2497) by [@jechol](https://github.com/jechol)[(#2497)](https://github.com/ash-project/ash/pull/2497)
19
+
20
+
* add is_distinct_from and is_not_distinct_from operators by [@jechol](https://github.com/jechol)[(#2497)](https://github.com/ash-project/ash/pull/2497)
21
+
22
+
### Bug Fixes:
23
+
24
+
* revert inadvertant changes to accept dsl option by [@zachdaniel](https://github.com/zachdaniel)
25
+
26
+
* merge errors with `Reactor.Error` by [@zachdaniel](https://github.com/zachdaniel)
27
+
28
+
* handle new operator_overloads format in operator evaluation by [@zachdaniel](https://github.com/zachdaniel)
29
+
30
+
* set `allow_nil?: false` for get_by_read_actions arguments by [@zachdaniel](https://github.com/zachdaniel)
31
+
32
+
* move optimization logic from simplify to new for is_distinct_from operators by [@jechol](https://github.com/jechol)[(#2497)](https://github.com/ash-project/ash/pull/2497)
33
+
34
+
* raise an informative error when actor fields used in filters are not loaded by [@zachdaniel](https://github.com/zachdaniel)
35
+
36
+
* properly handle exists across data layers by [@zachdaniel](https://github.com/zachdaniel)
37
+
38
+
### Improvements:
39
+
40
+
* optimize is_distinct_from operators when NULL is impossible by [@jechol](https://github.com/jechol)[(#2497)](https://github.com/ash-project/ash/pull/2497)
41
+
42
+
* create: Add multitenancy bypass options to create actions (#2495) by [@shahryarjb](https://github.com/shahryarjb)[(#2495)](https://github.com/ash-project/ash/pull/2495)
43
+
44
+
* Support :allow_global in bulk multitenancy actions by [@shahryarjb](https://github.com/shahryarjb)[(#2495)](https://github.com/ash-project/ash/pull/2495)
45
+
46
+
* update: Add multitenancy bypass options to update actions (#2494) by [@shahryarjb](https://github.com/shahryarjb)[(#2494)](https://github.com/ash-project/ash/pull/2494)
0 commit comments