File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.4.36] ( https://github.com/ash-project/ash_json_api/compare/v1.4.35...v1.4.36 ) (2025-06-25)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * expect fields in meta by [ @zachdaniel ] ( https://github.com/zachdaniel )
16+
17+ * handle relationship inputs w/o ` id ` in them by [ @zachdaniel ] ( https://github.com/zachdaniel )
18+
19+ * improve error handling around invalid relationship inputs by [ @zachdaniel ] ( https://github.com/zachdaniel )
20+
21+ * fix pattern match error while validating relationship inputs by [ @zachdaniel ] ( https://github.com/zachdaniel )
22+
823## [ v1.4.35] ( https://github.com/ash-project/ash_json_api/compare/v1.4.34...v1.4.35 ) (2025-06-18)
924
1025
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
55 The JSON:API extension for the Ash Framework.
66 """
77
8- @ version "1.4.35 "
8+ @ version "1.4.36 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments