Skip to content

Tags: Valian/ash_postgres

Tags

v2.5.14

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

[v2.5.14](ash-project/ash_postgres@v2.5.13...v2.5.14) (2025-03-28)
Bug Fixes:
* remove debugging code accidentally committed
* retain loads on atomic upgrade update actions
Improvements:
* create schema before table creation (ash-project#518)

v2.5.13

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

[v2.5.13](ash-project/ash_postgres@v2.5.12...v2.5.13) (2025-03-25)
Bug Fixes:
* order when renaming attribute with an index (ash-project#514)

v2.5.12

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

[v2.5.12](ash-project/ash_postgres@v2.5.11...v2.5.12) (2025-03-18)
Improvements:
* include error detail in constraint violation errors

v2.5.11

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

[v2.5.11](ash-project/ash_postgres@v2.5.10...v2.5.11) (2025-03-11)
Bug Fixes:
* ignore attributes with no known type
* honor skip_unknown option in spec table generator
* honor --no-migrations flag
* allow optional input for relationship name guesser
* put move up/down in the right place
* go to top of if block
* use `configures_key?/3`
* don't modify repo in runtime.exs
* remove Helpdesk.Repo from installer �
* only configure repo in installer if not already configured
* install ash if not installed already
Improvements:
* document options, add `--no-migrations`
* add `skip_unknown` option to `ash_postgres.gen.resources`

v2.5.10

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

[v2.5.10](ash-project/ash_postgres@v2.5.9...v2.5.10) (2025-03-06)
Bug Fixes:
* honor skip_tables
Improvements:
* never import `schema_migrations` table

v2.5.9

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

[v2.5.9](ash-project/ash_postgres@v2.5.8...v2.5.9) (2025-03-06)
Bug Fixes:
* match on non-empty repo options
Improvements:
* add `--public` option to `gen.resources`, default `true`
* add `--default-actions` option to `gen.resources`, default `true`

v2.5.8

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

[v2.5.8](ash-project/ash_postgres@v2.5.7...v2.5.8) (2025-03-06)
Bug Fixes:
* handle CLI args better for ash_postgres.gen.resources
* compose check constraints and base filters properly

v2.5.7

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

[v2.5.7](ash-project/ash_postgres@v2.5.6...v2.5.7) (2025-03-04)
Bug Fixes:
* handle errors from identities in polymorphic resources properly (ash-project#497)
* Use exclusion_constraint instead of check_constraint in add_exclusion_constraints (ash-project#495)
* check for stale record errors on destroy
* don't rely on private function from `Ecto.Repo` (ash-project#492)

v2.5.6

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

[v2.5.6](ash-project/ash_postgres@v2.5.5...v2.5.6) (2025-02-25)
Bug Fixes:
* start lateral join source query bindings at 500
* Ensure primary key migrations use prefix for multitenancy (ash-project#488)
* don't rewrite identities when only global? is changed
* don't modify an attribute when it only needs to be renamed
Improvements:
* support SKIP LOCKED in locks

v2.5.5

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

[v2.5.5](ash-project/ash_postgres@v2.5.4...v2.5.5) (2025-02-17)
Bug Fixes:
* ensure field names defaults to the field of the constraint