Skip to content

Tags: RoyalIcing/ash_postgres

Tags

v2.5.17

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

[v2.5.17](ash-project/ash_postgres@v2.5.16...v2.5.17) (2025-04-22)
Bug Fixes:
* add tenant to ash bindings in update (ash-project#534)
* correct order, when renaming attribute with an identity (ash-project#533)

v2.5.16

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

[v2.5.16](ash-project/ash_postgres@v2.5.15...v2.5.16) (2025-04-15)
Bug Fixes:
* fixes for map types nested in expressions
* use proper migrations path configuration

v2.5.15

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

[v2.5.15](ash-project/ash_postgres@v2.5.14...v2.5.15) (2025-04-09)
Bug Fixes:
* ash postgres subquery usage (ash-project#524)
* use subqueries for join resources
* use schema when changing reference deferrability (ash-project#519)
Improvements:
* propagate `-r` flag to Ecto (ash-project#521)

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