chore: fix changelog

This commit is contained in:
Zach Daniel 2024-08-13 10:03:37 -04:00
parent 8244a203e0
commit 9ac8c02ecc

View file

@ -7,241 +7,36 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
## [v2.2.0](https://github.com/ash-project/ash_postgres/compare/v2.1.19...v2.2.0) (2024-08-13)
### Bug Fixes:
* remove `Agent` "convenience" for determining min pg version
- [`AshPostgres.Repo`] remove `Agent` "convenience" for determining min pg version
* handle filter condition on create (#368)
We need to require that users provide this function. To that end we're
adding a warning in a minor release branch telling users to define this.
The agent was acting as a bottleneck that all queries must go through,
causing nontrivial performance issues at scale.
* we missed a change when preparing for ecto 3.12 parameterized type changes
* update ash_sql for exists aggregate fixes
* don't overwrite non-updated fields on update
* ensure app is compiled before using repo modules
* use a subquery if any exists aggregates are in play
* properly convert tenant to string when building lateral join
* update ash & ash_sql for fixes, test atomic alidations in destroys
* properly add prod config in installer
* properly perform or don't perform configuration modification code
* allow non-unique has_many source_attributes (#355)
* allow non-unique has_many source_attributes
* update `ash_sql` for `parent_as` binding fix
* update to latest ash version for aggregate fix
* update ash_sql for include_nil? fix and test it
* ensure synthesized query aggregates have context set
### Improvements:
* dynamically select and allow setting a repo
* update ash_sql for latest fixes
* update ash & ash_sql for various fixes
* update ash_sql for cleaner queries
* update ash_sql dependencies for bug fixes
* prepend `:postgres` to section order
* pluralize table name in extender
* update ash/igniter dependencies
* add `binding()` expression
* use latest type casting code from ash
* support new type determination code
- [upserts] handle filter condition on create (#368)
## [v2.1.19](https://github.com/ash-project/ash_postgres/compare/v2.1.18...v2.1.19) (2024-08-12)
### Bug Fixes:
* we missed a change when preparing for ecto 3.12 parameterized type changes
- [ecto compatibility] we missed a change when preparing for ecto 3.12 parameterized type changes
* update ash_sql for exists aggregate fixes
* don't overwrite non-updated fields on update
* ensure app is compiled before using repo modules
* use a subquery if any exists aggregates are in play
* properly convert tenant to string when building lateral join
* update ash & ash_sql for fixes, test atomic alidations in destroys
* properly add prod config in installer
* properly perform or don't perform configuration modification code
* allow non-unique has_many source_attributes (#355)
* allow non-unique has_many source_attributes
* update `ash_sql` for `parent_as` binding fix
* update to latest ash version for aggregate fix
* update ash_sql for include_nil? fix and test it
* ensure synthesized query aggregates have context set
### Improvements:
* dynamically select and allow setting a repo
* update ash_sql for latest fixes
* update ash & ash_sql for various fixes
* update ash_sql for cleaner queries
* update ash_sql dependencies for bug fixes
* prepend `:postgres` to section order
* pluralize table name in extender
* update ash/igniter dependencies
* add `binding()` expression
* use latest type casting code from ash
* support new type determination code
- [exists aggregates] update ash_sql for exists aggregate fixes
## [v2.1.18](https://github.com/ash-project/ash_postgres/compare/v2.1.17...v2.1.18) (2024-08-09)
### Bug Fixes:
* update ash_sql for exists aggregate fixes
* don't overwrite non-updated fields on update
* ensure app is compiled before using repo modules
* use a subquery if any exists aggregates are in play
* properly convert tenant to string when building lateral join
* update ash & ash_sql for fixes, test atomic alidations in destroys
* properly add prod config in installer
* properly perform or don't perform configuration modification code
* allow non-unique has_many source_attributes (#355)
* allow non-unique has_many source_attributes
* update `ash_sql` for `parent_as` binding fix
* update to latest ash version for aggregate fix
* update ash_sql for include_nil? fix and test it
* ensure synthesized query aggregates have context set
### Improvements:
* dynamically select and allow setting a repo
* update ash_sql for latest fixes
* update ash & ash_sql for various fixes
* update ash_sql for cleaner queries
* update ash_sql dependencies for bug fixes
* prepend `:postgres` to section order
* pluralize table name in extender
* update ash/igniter dependencies
* add `binding()` expression
* use latest type casting code from ash
* support new type determination code
- [`ash_postgres.gen.migration`] dynamically select and allow setting a repo
## [v2.1.17](https://github.com/ash-project/ash_postgres/compare/v2.1.16...v2.1.17) (2024-07-27)
### Bug Fixes:
* don't overwrite non-updated fields on update
* ensure app is compiled before using repo modules
* use a subquery if any exists aggregates are in play
* properly convert tenant to string when building lateral join
* update ash & ash_sql for fixes, test atomic alidations in destroys
* properly add prod config in installer
* properly perform or don't perform configuration modification code
* allow non-unique has_many source_attributes (#355)
* allow non-unique has_many source_attributes
* update `ash_sql` for `parent_as` binding fix
* update to latest ash version for aggregate fix
* update ash_sql for include_nil? fix and test it
* ensure synthesized query aggregates have context set
### Improvements:
* update ash & ash_sql for various fixes
* update ash_sql for cleaner queries
* update ash_sql dependencies for bug fixes
* prepend `:postgres` to section order
* pluralize table name in extender
* update ash/igniter dependencies
* add `binding()` expression
* use latest type casting code from ash
* support new type determination code
- [`ash_sql`] update ash & ash_sql for various fixes
## [v2.1.16](https://github.com/ash-project/ash_postgres/compare/v2.1.15...v2.1.16) (2024-07-25)