From d2c887ed7a0dfa488b3cab9fb25819c5fe136f92 Mon Sep 17 00:00:00 2001 From: musicpulpite <32502308+musicpulpite@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:35:46 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx | 4 ++++ 1 file changed, 4 insertions(+) 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 index 7cddcc1c..ab3d3a38 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-11-10.mdx @@ -1,3 +1,7 @@ +## 0.112.2 +**`(fix):`** - Gracefully circuit-break from recursive examples + + ## 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.