File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
fern/products/cli-api-reference/cli-changelog Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments