Skip to content

Commit

Permalink
chore: release version v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Jan 12, 2024
1 parent b93b1d7 commit 2170205
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 2170205

Please sign in to comment.