chore: release version v2.1.18

This commit is contained in:
Zach Daniel 2024-08-09 16:10:21 -04:00
parent 769f8bfccf
commit 4db75671ed
2 changed files with 60 additions and 1 deletions

View file

@ -5,6 +5,65 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [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
## [v2.1.17](https://github.com/ash-project/ash_postgres/compare/v2.1.16...v2.1.17) (2024-07-27)

View file

@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""
@version "2.1.17"
@version "2.1.18"
def project do
[