Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## 0.112.1
**`(fix):`** Fix OpenAPI importer to correctly handle `oneOf[Type, null]` and `anyOf[Type, null]` patterns for non-required properties. These properties are now properly represented as `optional(nullable(T))` in the IR, ensuring autogenerated examples omit the field instead of generating `{}`. This preserves tri-state semantics (absent, null, present) for both collapsed `Optional<T>` and non-collapsed `OptionalNullable<T>` modes.