From a7d89c14c54867f0b033959a2cf92e697b82a517 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Tue, 29 Aug 2023 21:32:47 -0400 Subject: [PATCH] chore: release version v0.26.0 --- CHANGELOG.md | 27 +++++++++++++++++++ .../tutorials/getting-started-with-graphql.md | 2 +- mix.exs | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e2770c1..1d1557bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,33 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.26.0](https://github.com/ash-project/ash_graphql/compare/v0.25.14...v0.26.0) (2023-08-30) + + + + +### Features: + +* add more sort order values (#91) + +### Bug Fixes: + +* support aggregates over calculations + +* wrap type in non-null reference if allow_nil? is set to false (#90) + +* wrap type in non-null reference if allow_nil? is set to false + +* get allow_nil? from the correct place + +* pass arguments to related read action + +* recurse through array types for union checking + +* don't add filter input for non-filterable resources + +* array unions: for arrays of embedded types unions when graphql_unnested_unions is used, without it they return empty values (#87) + ## [v0.25.14](https://github.com/ash-project/ash_graphql/compare/v0.25.13...v0.25.14) (2023-08-01) diff --git a/documentation/tutorials/getting-started-with-graphql.md b/documentation/tutorials/getting-started-with-graphql.md index 5ee12df9..3c5ef0cb 100644 --- a/documentation/tutorials/getting-started-with-graphql.md +++ b/documentation/tutorials/getting-started-with-graphql.md @@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/ def deps() [ ... - {:ash_graphql, "~> 0.25.14"} + {:ash_graphql, "~> 0.26.0"} ] end ``` diff --git a/mix.exs b/mix.exs index b5d1b468..40d6ad64 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshGraphql.MixProject do An absinthe-backed graphql extension for Ash """ - @version "0.25.14" + @version "0.26.0" def project do [