From 11128357873ca6c80928238e87f8880504795537 Mon Sep 17 00:00:00 2001 From: fern-support <126544928+fern-support@users.noreply.github.com> Date: Wed, 25 Mar 2026 20:32:42 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2026-03-25.mdx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx b/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx index 8de408721..3b3d826f3 100644 --- a/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx +++ b/fern/products/sdks/overview/typescript/changelog/2026-03-25.mdx @@ -1,3 +1,12 @@ +## 3.59.7 +**`(fix):`** Extend `globalThis.` qualification for shadowed global types (e.g. `Date`) to +union visitor signatures and builder parameters, not just interface properties. + + +**`(fix):`** Fix `Record` serialization schema for maps with optional value types to strip +the optional wrapper, matching the type converter's behavior. + + ## 3.59.6 **`(fix):`** Thread endpoint ID through dynamic snippet generator to differentiate generated snippets by endpoint.