Skip to content

Commit 7853397

Browse files
Update changelogs from fern repo (#562)
Co-authored-by: dsinghvi <[email protected]>
1 parent 57a46e2 commit 7853397

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-08-18.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 0.66.21
2+
**`(feat):`** Introduce an OpenAPI setting called `inline-all-of-schemas` which recursively
3+
visits the scheme definitions of allOf schemas and inlines them into the child.
4+
5+
The benefit of doing this is that a child schema can modify whether or not a parent
6+
property is required. Without this setting, Fern would ignore the child schema's
7+
declaration of optional and prefer the parent schema's instead.
8+
9+
Add the following to your `generators.yml`:
10+
11+
```yml generators.yml
12+
api:
13+
settings:
14+
inline-all-of-schemas: true
15+
```
16+
17+
118
## 0.66.20
219
**`(fix):`** Add `kwargs` as a reserved word in python so that generated SDKs continue to compile.
320

0 commit comments

Comments
 (0)