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
* support `create_atomics` and `atomic_set` for create atomics by [@zachdaniel](https://github.com/zachdaniel)
19
+
20
+
### Bug Fixes:
21
+
22
+
* include loaded data in bulk notifications (#2539) by [@barnabasJ](https://github.com/barnabasJ)[(#2539)](https://github.com/ash-project/ash/pull/2539)
23
+
24
+
* ensure bulk create notifications contain loaded data by [@barnabasJ](https://github.com/barnabasJ)[(#2539)](https://github.com/ash-project/ash/pull/2539)
25
+
26
+
* check __lateral_join_source__ value, not just key existence by [@barnabasJ](https://github.com/barnabasJ)[(#2539)](https://github.com/ash-project/ash/pull/2539)
27
+
28
+
* preserve query sort and propagate stop_on_error in atomic_batches by [@barnabasJ](https://github.com/barnabasJ)[(#2539)](https://github.com/ash-project/ash/pull/2539)
29
+
30
+
* ensure bulk update/destroy notifications contain loaded data by [@barnabasJ](https://github.com/barnabasJ)[(#2539)](https://github.com/ash-project/ash/pull/2539)
31
+
32
+
### Improvements:
33
+
34
+
* make ignored managed relationships not break atomicity by [@zachdaniel](https://github.com/zachdaniel)
0 commit comments