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
5
5
6
6
<!-- changelog -->
7
7
8
+ ## [ v1.3.7] ( https://github.com/ash-project/ash_json_api/compare/v1.3.6...v1.3.7 ) (2024-07-15)
9
+
10
+
11
+
12
+
13
+ ### Bug Fixes:
14
+
15
+ * relationship resource identifiers don't need to check the ` id ` type
16
+
17
+ * properly reference related record in linkage
18
+
19
+ * escape ` modify_open_api_schema ` option since it can be a 3/tuple
20
+
21
+ * handle unknown errors in ` log_errors/2 `
22
+
23
+ * ensure id is always coming back as a string
24
+
8
25
## [ v1.3.6] ( https://github.com/ash-project/ash_json_api/compare/v1.3.5...v1.3.6 ) (2024-07-08)
9
26
10
27
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ defmodule AshJsonApi.MixProject do
5
5
The JSON:API extension for the Ash Framework.
6
6
"""
7
7
8
- @ version "1.3.6 "
8
+ @ version "1.3.7 "
9
9
10
10
def project do
11
11
[
You can’t perform that action at this time.
0 commit comments