From 5b6ce50f79243c994a45e21160a89fe2813fcb95 Mon Sep 17 00:00:00 2001 From: Swimburger <3382717+Swimburger@users.noreply.github.com> Date: Fri, 17 Oct 2025 19:12:07 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2025-10-17.mdx | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx diff --git a/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx b/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx new file mode 100644 index 000000000..26a00c621 --- /dev/null +++ b/fern/products/sdks/overview/typescript/changelog/2025-10-17.mdx @@ -0,0 +1,8 @@ +## 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. + + +**`(fix):`** Return `undefined` when passing in `undefined` to `toJson` when `useBigInt` is enabled. + +