File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
1111
1212<!-- changelog -->
1313
14+ ## [ v1.8.4] ( https://github.com/ash-project/ash_graphql/compare/v1.8.3...v1.8.4 ) (2025-11-05)
15+
16+
17+
18+
19+ ### Bug Fixes:
20+
21+ * suppress embedded type warning in arrays when building unions by [ @zachdaniel ] ( https://github.com/zachdaniel )
22+
23+ * like/ilike not showing up on string calculations (#369 ) by Jesse Williams
24+
25+ * structs, maps and typedstructs becoming orphans if only referenced in unions (#364 ) by olivermt
26+
1427## [ v1.8.3] ( https://github.com/ash-project/ash_graphql/compare/v1.8.2...v1.8.3 ) (2025-08-21)
1528
1629
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ mix igniter.install ash_graphql
2828def deps ()
2929 [
3030 .. .
31- {:ash_graphql , " ~> 1.8.3 " }
31+ {:ash_graphql , " ~> 1.8.4 " }
3232 ]
3333end
3434```
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ defmodule AshGraphql.MixProject do
99 The extension for building GraphQL APIs with Ash
1010 """
1111
12- @ version "1.8.3 "
12+ @ version "1.8.4 "
1313
1414 @ source_url "https://github.com/ash-project/ash_graphql"
1515
You can’t perform that action at this time.
0 commit comments