Skip to content

Tags: ash-project/ash_postgres

Tags

v2.6.26

Toggle v2.6.26's commit message
release v2.6.26

[v2.6.26](v2.6.25...v2.6.26) (2025-11-23)
Improvements:
* add generator to tsvector type (#655) by Jesse Williams
* verify check constraint attributes at compile time by Zach Daniel
* update deps for bug fixes by Zach Daniel

v2.6.25

Toggle v2.6.25's commit message
release v2.6.25

[v2.6.25](v2.6.24...v2.6.25) (2025-11-05)
Bug Fixes:
* add failing test for exists expansnion inside of calculations by Zach Daniel

v2.6.24

Toggle v2.6.24's commit message
release v2.6.24

[v2.6.24](v2.6.23...v2.6.24) (2025-10-30)
Bug Fixes:
* handle results that can't be mapped to the changeset in bulk_create (#638) by Barnabas Jovanovics
* handle results that can't be mapped to the changeset in bulk_create by Barnabas Jovanovics
Improvements:
* remove unused bulk operation metadata function & update ash by Zach Daniel

v2.6.23

Toggle v2.6.23's commit message
release v2.6.23

[v2.6.23](v2.6.22...v2.6.23) (2025-10-15)
Improvements:
* implement combination_acc/1 by Zach Daniel

v2.6.22

Toggle v2.6.22's commit message
release v2.6.22

[v2.6.22](v2.6.21...v2.6.22) (2025-10-14)
Bug Fixes:
* return skipped upserts in bulk_create (#626) by Barnabas Jovanovics
Improvements:
* leverage new aggregate loading optimization by Zach Daniel

v2.6.21

Toggle v2.6.21's commit message
release v2.6.21

[v2.6.21](v2.6.20...v2.6.21) (2025-10-10)
Bug Fixes:
* simplify bulk operation metadata handling by Zach Daniel
* update ash_postgresql to handle the new bulk_create response in Ash v3.5.44 (#632) by Daniel Gollings
* Support non-public PostgreSQL schemas in resource generator (#631) by Elliot Bowes
* guard against missing snapshot directories in migration generator by Elliot Bowes
* ensure that tenant is properly used in many-to-many joins by Zach Daniel
Improvements:
* Add immutable version of `ash_raise_error` function to support extensions like Citus (#620) by Steve Brambilla

v2.6.20

Toggle v2.6.20's commit message
release v2.6.20

[v2.6.20](v2.6.19...v2.6.20) (2025-09-27)
Bug Fixes:
* use `:mutate` repo for on_transaction_begin callback by Zach Daniel
Improvements:
* location in spark errors and migration generator fixes by Zach Daniel
* use default constraint of 'now()' for AshPostgres.Timestamptz (#621) by siassaj

v2.6.19

Toggle v2.6.19's commit message
release v2.6.19

[v2.6.19](v2.6.18...v2.6.19) (2025-09-20)
Bug Fixes:
* fix conditional on installing ash in installer by Zach Daniel

v2.6.18

Toggle v2.6.18's commit message
release v2.6.18

[v2.6.18](v2.6.17...v2.6.18) (2025-09-19)
Bug Fixes:
* Handle optional/empty input in relationship name guesser (#616) by Trond A Ekseth
* properly handle sorts w/ parent refs on lateral joins by Zach Daniel
* annotate unrelated exists expressions as supported by Zach Daniel

v2.6.17

Toggle v2.6.17's commit message
release v2.6.17

[v2.6.17](v2.6.16...v2.6.17) (2025-08-31)
Bug Fixes:
* resolve a typo in pending dev migration error message (#608) by Sheharyar Naseer