Skip to content

Commit d351726

Browse files
committed
chore: release version v1.4.40
1 parent 2aab2c4 commit d351726

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v1.4.40](https://github.com/ash-project/ash_json_api/compare/v1.4.39...v1.4.40) (2025-08-07)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* recursive input types (#371) by [@barnabasJ](https://github.com/barnabasJ)
16+
17+
* include generic GET action arguments as query parameters in JSON schema (#368) by horberlan
18+
19+
### Improvements:
20+
21+
* use more idiomatic error messages on schema failures by [@zachdaniel](https://github.com/zachdaniel)
22+
23+
* handle infinitely nested embeds via refs by [@zachdaniel](https://github.com/zachdaniel)
24+
25+
* make error clearer for unused route params by [@zachdaniel](https://github.com/zachdaniel)
26+
827
## [v1.4.39](https://github.com/ash-project/ash_json_api/compare/v1.4.38...v1.4.39) (2025-07-29)
928

1029

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.39"
8+
@version "1.4.40"
99

1010
def project do
1111
[

0 commit comments

Comments
 (0)