Skip to content

Commit 173b6b4

Browse files
dsinghvigithub-actions[bot]
authored andcommitted
update changelogs
1 parent a68f023 commit 173b6b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-11-05.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.107.9
2+
**`(fix):`** Implement variant ranking in anyOf/oneOf example generation to prefer variants that use provided examples without coercion over variants that require coercion or generate fallback examples. When a schema has anyOf: [number, string] with examples: ["2500"], the string variant is now preferred since it can use the provided example as-is, rather than the number variant which would coerce it to a number.
3+
4+
15
## 0.107.8
26
**`(fix):`** Improve anyOf/oneOf example generation to prefer variants with examples and use schema-level examples when available. This addresses cases where unions with multiple types were generating fallback examples instead of using provided examples.
37

0 commit comments

Comments
 (0)