Skip to content

Commit 2d446a5

Browse files
jsklangithub-actions[bot]
authored andcommitted
update changelogs
1 parent f11687f commit 2d446a5

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
## 5.44.8
2+
**`(fix):`** Fix example generation for nested allOf $ref chains. When a schema uses
3+
multi-level allOf (e.g. UserPost → UserBase → UserStrict), properties from
4+
grandparent schemas were missing from generated code snippets because
5+
mergeAllOfProperties only resolved one level of allOf. Now recursively
6+
resolves the full chain so all required fields appear in examples.
7+
8+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## 0.38.0
2+
**`(feat):`** Support embedding as a library crate inside CLI generator output.
3+
Async command handlers, `AppContext::client()` returning a
4+
forward-compatible `ApiClient` trait, and `ResolvedClientConfig`
5+
for auth credential resolution.
6+
7+

0 commit comments

Comments
 (0)