File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,23 @@ See [Conventional Commits](https://www.conventionalcommits.org) for commit guide
1111
1212<!-- changelog -->
1313
14+ ## [ v2.6.28] ( https://github.com/ash-project/ash_postgres/compare/v2.6.27...v2.6.28 ) (2026-01-29)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * properly wrap through queries with subqueries in wheres by Zach Daniel
22+
23+ ### Improvements:
24+
25+ * Update AshFunctions, remove timestamp_from_uuid_v7 (#676 ) by Matt Savoia
26+
27+ * Update MigrationGenerator to use uuidv7 when available (#674 ) by Matt Savoia
28+
29+ * add create_table_options for partitioned tables and more (#664 ) by Robert Graff
30+
1431## [ v2.6.27] ( https://github.com/ash-project/ash_postgres/compare/v2.6.26...v2.6.27 ) (2025-12-24)
1532
1633
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshPostgres.MixProject do
99 The PostgreSQL data layer for Ash Framework
1010 """
1111
12- @ version "2.6.27 "
12+ @ version "2.6.28 "
1313
1414 def project do
1515 [
You can’t perform that action at this time.
0 commit comments