chore: release version v1.4.0

This commit is contained in:
Zach Daniel 2024-01-12 10:11:42 -05:00
parent b93b1d722b
commit 21702052aa
2 changed files with 32 additions and 1 deletions

View file

@ -5,6 +5,37 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.4.0](https://github.com/ash-project/ash_postgres/compare/v1.3.68...v1.4.0) (2024-01-12)
### Features:
* Add unit test to check lateral joins
### Bug Fixes:
* unset sort/distinct on related queries
* subquery relationships that have filters
* don't overwrite manually set schema on lateral join query
* properly configure `polymorphic_name` option
* honor configured schema on bulk create
### Improvements:
* support `all_tenants?` option for identities
* support `all_tenants?` option for custom indexes
* support join_filters on aggregates
* use the target action when generating related queries
## [v1.3.68](https://github.com/ash-project/ash_postgres/compare/v1.3.67...v1.3.68) (2024-01-04)

View file

@ -6,7 +6,7 @@ defmodule AshPostgres.MixProject do
support, and delegates to a configured repo.
"""
@version "1.3.68"
@version "1.4.0"
def project do
[