File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55
66<!-- changelog -->
77
8+ ## [ v1.4.38] ( https://github.com/ash-project/ash_json_api/compare/v1.4.37...v1.4.38 ) (2025-07-22)
9+
10+
11+
12+
13+ ### Bug Fixes:
14+
15+ * check for impl for all classes of errors. (#365 ) by [ @barnabasJ ] ( https://github.com/barnabasJ )
16+
17+ * make composite primary key path param behavior opt-in by [ @zachdaniel ] ( https://github.com/zachdaniel )
18+
19+ * properly apply fetch/get logic on records w/ composite primary keys by [ @zachdaniel ] ( https://github.com/zachdaniel )
20+
821## [ v1.4.37] ( https://github.com/ash-project/ash_json_api/compare/v1.4.36...v1.4.37 ) (2025-07-17)
922
1023
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.37 "
8+ @ version "1.4.38 "
99
1010 def project do
1111 [
You can’t perform that action at this time.
0 commit comments