File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.4.45] ( https://github.com/ash-project/ash_json_api/compare/v1.4.44...v1.4.45 ) (2025-10-03)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * remove unnecessary warning for recursive embedded types (#386 ) by Scott Bennett [ (#386 )] ( https://github.com/ash-project/ash_json_api/pull/386 )
16+
17+ * allow posting through related properly (#385 ) by Geoffrey Lessel [ (#385 )] ( https://github.com/ash-project/ash_json_api/pull/385 )
18+
19+ * return correct id when posting through related by Geoffrey Lessel [ (#385 )] ( https://github.com/ash-project/ash_json_api/pull/385 )
20+
21+ * empty includes should not crash (#383 ) by Cyprien Poisson [ (#383 )] ( https://github.com/ash-project/ash_json_api/pull/383 )
22+
23+ * handle cross-domain fields[ {type}] requests by [ @zachdaniel ] ( https://github.com/zachdaniel )
24+
825## [ v1.4.44] ( https://github.com/ash-project/ash_json_api/compare/v1.4.43...v1.4.44 ) (2025-09-04)
926
1027
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.44 "
8+ @ version "1.4.45 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments