From 5fa80bf8bb7eb3ef7f3a462c5df06be6cb255a86 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:13:08 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2026-03-17.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-03-17.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-03-17.mdx b/fern/products/cli-api-reference/cli-changelog/2026-03-17.mdx new file mode 100644 index 0000000000..ac85da762f --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-03-17.mdx @@ -0,0 +1,7 @@ +## 4.31.1 +**`(fix):`** Fix `x-fern-streaming` with `stream-condition` emitting the condition field +as an optional boolean instead of a required literal in split request types. +When the source property was nullable (`type: [boolean, "null"]`), the spread +order allowed the original property to overwrite the literal overrides. + +