Skip to content

Commit

Permalink
chore: release version v0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdaniel committed Feb 13, 2024
1 parent 21aed2d commit 4c1f8a2
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 2 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,47 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [v0.27.0](https://github.com/ash-project/ash_graphql/compare/v0.26.9...v0.27.0) (2024-02-13)




### Features:

* add Relay ID translation in mutation and queries (#109)

* Relay refetching support (#106)

* add support for relay global IDs

* add relay node query

### Bug Fixes:

* handle unions containing maps and vice versa

* make results nullable again if root level errors are enabled (#114)

* define map input types w/ nested input types

* handle nested constraint derivation in union/map types

### Improvements:

* make the items of fields and errors non-null (#112)

* make mutation arguments non-null (#111)

* make mutation arguments non-null

* make mutation results non-nullable (#110)

* return a map from decode_relay_id/1 (#107)

* use the GraphQL type when projecting fields

* support latest ash

## [v0.26.9](https://github.com/ash-project/ash_graphql/compare/v0.26.8...v0.26.9) (2024-01-12)


Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorials/getting-started-with-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you haven't already, read the [Ash Getting Started Guide](https://hexdocs.pm/
def deps()
[
...
{:ash_graphql, "~> 0.26.9"}
{:ash_graphql, "~> 0.27.0"}
]
end
```
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 AshGraphql.MixProject do
An absinthe-backed graphql extension for Ash
"""

@version "0.26.9"
@version "0.27.0"

def project do
[
Expand Down

0 comments on commit 4c1f8a2

Please sign in to comment.