From 152bd1f1411da7b0c40fefe2129db7e273e76e1f Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Sat, 18 Oct 2025 03:00:47 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-10-17.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx index 26a00c621..c627962ce 100644 --- a/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx @@ -1,3 +1,7 @@ +## 3.9.3 +**`(fix):`** Fix a compilation error when a path parameter is nullable or optional. + + ## 3.9.2 **`(fix):`** Match the logic in wire test generation where the static example generation omits the request parameter for empty objects when optional. This fixes some wire tests that were failing due to mismatched request bodies.