Skip to content

Commit

Permalink
chore: release version v2.1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jul 27, 2024
1 parent fb5e57c commit b84713c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,59 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [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

## [v2.1.16](https://github.com/ash-project/ash_postgres/compare/v2.1.15...v2.1.16) (2024-07-25)

### Bug Fixes:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule AshPostgres.MixProject do
The PostgreSQL data layer for Ash Framework
"""

@version "2.1.16"
@version "2.1.17"

def project do
[
Expand Down

0 comments on commit b84713c

Please sign in to comment.