From 57e26fe6032f334d13304d6c5f64370e6b5eefb4 Mon Sep 17 00:00:00 2001 From: tstanmay13 <29681256+tstanmay13@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:50:27 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx b/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx new file mode 100644 index 00000000..7cddcc1c --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx @@ -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` and non-collapsed `OptionalNullable` modes. + +