Skip to content

Releases: ash-project/ash_postgres

v2.6.21

10 Oct 04:42
Compare
Choose a tag to compare

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.14

29 Jul 21:58
Compare
Choose a tag to compare

Bug Fixes:

  • deduplicate identity keys by Zach Daniel

v2.6.8

19 Jun 00:05
Compare
Choose a tag to compare

Bug Fixes:

  • ensure prefix is set even with create_schemas_in_migrations? false by Zach Daniel