From 63c4fa44b1f6a74be983f16f92ea6b6d14560d5b Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Tue, 17 Mar 2026 01:41:46 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2026-03-16.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx b/fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx index b08f2fafb7..2bfb374757 100644 --- a/fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2026-03-16.mdx @@ -1,3 +1,10 @@ +## 3.57.2 +**`(fix):`** Fix map types with unknown/any value types to not include spurious `| undefined`. +Previously, `map` generated `Record` +instead of `Record`. The `| undefined` is now correctly omitted +from map value types. + + ## 3.57.1 **`(fix):`** Fix passthrough `fetch()` method producing 404s when the SDK environment is an object (e.g. `{ base: string; production: string }`) instead of a plain string URL.