From 1c68604ae432d02e918181f769033a7117a7de96 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Fri, 1 May 2026 16:47:03 +0000 Subject: [PATCH] update changelogs --- .../sdks/generators/typescript/changelog/2026-05-01.mdx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx diff --git a/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx b/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx new file mode 100644 index 000000000..0c767efa2 --- /dev/null +++ b/fern/products/sdks/generators/typescript/changelog/2026-05-01.mdx @@ -0,0 +1,7 @@ +## 3.68.1 +**`(fix):`** Fix serialization schema for map types with nullable values. Previously, the +schema generator stripped nullable wrappers from map value types, causing a +type mismatch between the API types (which correctly included `| null`) and +the serialization layer (which omitted `.nullable()` on the value schema). + +