Skip to content

Commit bf92986

Browse files
Update changelogs from fern repo (#1880)
Co-authored-by: tstanmay13 <[email protected]>
1 parent 9f9117f commit bf92986

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 0.112.1
2+
**`(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.
3+
4+

0 commit comments

Comments
 (0)