Skip to content

Commit 846937b

Browse files
committed
chore: release version v3.14.0
1 parent 02b260a commit 846937b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ SPDX-License-Identifier: MIT
88

99
<!-- changelog -->
1010

11+
## [v3.14.0](https://github.com/ash-project/ash/compare/v3.13.2...v3.14.0) (2026-02-01)
12+
13+
14+
15+
16+
### Features:
17+
18+
* 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)
35+
1136
## [v3.13.2](https://github.com/ash-project/ash/compare/v3.13.1...v3.13.2) (2026-01-29)
1237

1338

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defmodule Ash.MixProject do
1010
A declarative, extensible framework for building Elixir applications.
1111
"""
1212

13-
@version "3.13.2"
13+
@version "3.14.0"
1414

1515
def project do
1616
[

0 commit comments

Comments
 (0)