Skip to content

Commit eae6dae

Browse files
committed
chore: release version v2.7.0
1 parent 3a99f95 commit eae6dae

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
@@ -11,6 +11,31 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
1111

1212
<!-- changelog -->
1313

14+
## [v2.7.0](https://github.com/ash-project/ash_postgres/compare/v2.6.32...v2.7.0) (2026-03-05)
15+
16+
17+
18+
19+
### Features:
20+
21+
* support offset option in lateral join queries (#700) by Jinkyou Son
22+
23+
* support touch_update_defaults? option to skip update_default fields on upsert by Michael Bärtschi
24+
25+
### Bug Fixes:
26+
27+
* bulk_create with upsert now updates update_timestamp fields on conflict by Michael Bärtschi
28+
29+
* Fix locks handling for WAIT and SKIP_LOCKED (#704) by sezaru
30+
31+
* set size when type changes in migrations (Issue #150) (#694) by Jatanasio
32+
33+
* bulk_create with upsert now updates update_timestamp fields (#697) by Michael Bärtschi
34+
35+
### Improvements:
36+
37+
* read touch_update_defaults? from options instead of changeset context (#701) by Michael Bärtschi
38+
1439
## [v2.6.32](https://github.com/ash-project/ash_postgres/compare/v2.6.31...v2.6.32) (2026-02-11)
1540

1641

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule AshPostgres.MixProject do
99
The PostgreSQL data layer for Ash Framework
1010
"""
1111

12-
@version "2.6.32"
12+
@version "2.7.0"
1313

1414
def project do
1515
[

0 commit comments

Comments
 (0)