tag:github.com,2008:https://github.com/Valian/ash_postgres/releases
Release notes from ash_postgres
2025-03-28T12:36:03Z
tag:github.com,2008:Repository/963144508/v2.5.14
2025-03-28T12:36:03Z
release v2.5.14
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.13...v2.5.14">v2.5.14</a> (2025-03-28)<br>
Bug Fixes:</p>
<ul>
<li>remove debugging code accidentally committed</li>
<li>retain loads on atomic upgrade update actions<br>
Improvements:</li>
<li>create schema before table creation (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2952812210" data-permission-text="Title is private" data-url="https://github.com/ash-project/ash_postgres/issues/518" data-hovercard-type="pull_request" data-hovercard-url="/ash-project/ash_postgres/pull/518/hovercard" href="https://github.com/ash-project/ash_postgres/pull/518">ash-project#518</a>)</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.13
2025-03-25T15:17:06Z
release v2.5.13
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.12...v2.5.13">v2.5.13</a> (2025-03-25)<br>
Bug Fixes:</p>
<ul>
<li>order when renaming attribute with an index (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2938629835" data-permission-text="Title is private" data-url="https://github.com/ash-project/ash_postgres/issues/514" data-hovercard-type="pull_request" data-hovercard-url="/ash-project/ash_postgres/pull/514/hovercard" href="https://github.com/ash-project/ash_postgres/pull/514">ash-project#514</a>)</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.12
2025-03-18T20:45:04Z
release v2.5.12
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.11...v2.5.12">v2.5.12</a> (2025-03-18)<br>
Improvements:</p>
<ul>
<li>include error detail in constraint violation errors</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.11
2025-03-11T17:28:20Z
release v2.5.11
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.10...v2.5.11">v2.5.11</a> (2025-03-11)<br>
Bug Fixes:</p>
<ul>
<li>ignore attributes with no known type</li>
<li>honor skip_unknown option in spec table generator</li>
<li>honor --no-migrations flag</li>
<li>allow optional input for relationship name guesser</li>
<li>put move up/down in the right place</li>
<li>go to top of if block</li>
<li>use <code>configures_key?/3</code></li>
<li>don't modify repo in runtime.exs</li>
<li>remove Helpdesk.Repo from installer �</li>
<li>only configure repo in installer if not already configured</li>
<li>install ash if not installed already<br>
Improvements:</li>
<li>document options, add <code>--no-migrations</code></li>
<li>add <code>skip_unknown</code> option to <code>ash_postgres.gen.resources</code></li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.10
2025-03-06T22:34:14Z
release v2.5.10
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.9...v2.5.10">v2.5.10</a> (2025-03-06)<br>
Bug Fixes:</p>
<ul>
<li>honor skip_tables<br>
Improvements:</li>
<li>never import <code>schema_migrations</code> table</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.9
2025-03-06T19:19:45Z
release v2.5.9
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.8...v2.5.9">v2.5.9</a> (2025-03-06)<br>
Bug Fixes:</p>
<ul>
<li>match on non-empty repo options<br>
Improvements:</li>
<li>add <code>--public</code> option to <code>gen.resources</code>, default <code>true</code></li>
<li>add <code>--default-actions</code> option to <code>gen.resources</code>, default <code>true</code></li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.8
2025-03-06T18:54:55Z
release v2.5.8
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.7...v2.5.8">v2.5.8</a> (2025-03-06)<br>
Bug Fixes:</p>
<ul>
<li>handle CLI args better for ash_postgres.gen.resources</li>
<li>compose check constraints and base filters properly</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.7
2025-03-04T15:52:13Z
release v2.5.7
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.6...v2.5.7">v2.5.7</a> (2025-03-04)<br>
Bug Fixes:</p>
<ul>
<li>handle errors from identities in polymorphic resources properly (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2891099985" data-permission-text="Title is private" data-url="https://github.com/ash-project/ash_postgres/issues/497" data-hovercard-type="pull_request" data-hovercard-url="/ash-project/ash_postgres/pull/497/hovercard" href="https://github.com/ash-project/ash_postgres/pull/497">ash-project#497</a>)</li>
<li>Use exclusion_constraint instead of check_constraint in add_exclusion_constraints (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2889521434" data-permission-text="Title is private" data-url="https://github.com/ash-project/ash_postgres/issues/495" data-hovercard-type="pull_request" data-hovercard-url="/ash-project/ash_postgres/pull/495/hovercard" href="https://github.com/ash-project/ash_postgres/pull/495">ash-project#495</a>)</li>
<li>check for stale record errors on destroy</li>
<li>don't rely on private function from <code>Ecto.Repo</code> (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2882111206" data-permission-text="Title is private" data-url="https://github.com/ash-project/ash_postgres/issues/492" data-hovercard-type="pull_request" data-hovercard-url="/ash-project/ash_postgres/pull/492/hovercard" href="https://github.com/ash-project/ash_postgres/pull/492">ash-project#492</a>)</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.6
2025-02-25T20:19:42Z
release v2.5.6
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.5...v2.5.6">v2.5.6</a> (2025-02-25)<br>
Bug Fixes:</p>
<ul>
<li>start lateral join source query bindings at 500</li>
<li>Ensure primary key migrations use prefix for multitenancy (<a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="2865363181" data-permission-text="Title is private" data-url="https://github.com/ash-project/ash_postgres/issues/488" data-hovercard-type="pull_request" data-hovercard-url="/ash-project/ash_postgres/pull/488/hovercard" href="https://github.com/ash-project/ash_postgres/pull/488">ash-project#488</a>)</li>
<li>don't rewrite identities when only global? is changed</li>
<li>don't modify an attribute when it only needs to be renamed<br>
Improvements:</li>
<li>support SKIP LOCKED in locks</li>
</ul>
zachdaniel
tag:github.com,2008:Repository/963144508/v2.5.5
2025-02-17T23:08:31Z
release v2.5.5
<p><a href="https://github.com/ash-project/ash_postgres/compare/v2.5.4...v2.5.5">v2.5.5</a> (2025-02-17)<br>
Bug Fixes:</p>
<ul>
<li>ensure field names defaults to the field of the constraint</li>
</ul>
zachdaniel