Skip to content

Commit c50052f

Browse files
committed
chore: release version v2.6.21
1 parent 9aaebc6 commit c50052f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
55

66
<!-- changelog -->
77

8+
## [v2.6.21](https://github.com/ash-project/ash_postgres/compare/v2.6.20...v2.6.21) (2025-10-10)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* simplify bulk operation metadata handling by Zach Daniel
16+
17+
* update ash_postgresql to handle the new bulk_create response in Ash v3.5.44 (#632) by Daniel Gollings
18+
19+
* Support non-public PostgreSQL schemas in resource generator (#631) by Elliot Bowes
20+
21+
* guard against missing snapshot directories in migration generator by Elliot Bowes
22+
23+
* ensure that tenant is properly used in many-to-many joins by Zach Daniel
24+
25+
### Improvements:
26+
27+
* Add immutable version of `ash_raise_error` function to support extensions like Citus (#620) by Steve Brambilla
28+
829
## [v2.6.20](https://github.com/ash-project/ash_postgres/compare/v2.6.19...v2.6.20) (2025-09-27)
930

1031

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
55
The PostgreSQL data layer for Ash Framework
66
"""
77

8-
@version "2.6.20"
8+
@version "2.6.21"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)