diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d37a7e..f8749284 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,50 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline -## [v2.1.15](https://github.com/ash-project/ash_postgres/compare/v2.1.14...v2.1.15) (2024-07-23) - - - +## [v2.1.16](https://github.com/ash-project/ash_postgres/compare/v2.1.15...v2.1.16) (2024-07-25) ### Bug Fixes: -* 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) +- [updates] don't overwrite non-updated fields on update -* 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 +- [`mix ash_postgres.generate_migrations`] ensure app is compiled before using repo modules ### Improvements: -* update ash_sql dependencies for bug fixes - -* prepend `:postgres` to section order +- [`ash_sql`] update ash_sql for cleaner queries -* pluralize table name in extender - -* update ash/igniter dependencies - -* add `binding()` expression +## [v2.1.15](https://github.com/ash-project/ash_postgres/compare/v2.1.14...v2.1.15) (2024-07-23) -* use latest type casting code from ash +### Bug Fixes: -* support new type determination code +- [query building] use a subquery if any exists aggregates are in play ## [v2.1.14](https://github.com/ash-project/ash_postgres/compare/v2.1.13...v2.1.14) (2024-07-22) diff --git a/mix.exs b/mix.exs index 666cc66f..bd2b7026 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do The PostgreSQL data layer for Ash Framework """ - @version "2.1.15" + @version "2.1.16" def project do [