From 84aeda9c1dcd93add8c9b3f5af634394c521b500 Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:16:27 +0000 Subject: [PATCH] update changelogs --- .../sdks/overview/typescript/changelog/2026-03-25.mdx | 8 ++++++++ 1 file changed, 8 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 9b358e609..9193bcdf4 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,11 @@ +## 3.59.11 +**`(fix):`** Fix wire test generation for SSE streaming endpoints where expected event +assertions used snake_case wire format instead of camelCase deserialized format. +The `call_id` field (and similar snake_case properties) in SSE event data now +correctly appear as `callId` in test expectations, matching the SDK's runtime +deserialization behavior. + + ## 3.59.9 **`(chore):`** Upgrade vitest from ^3.2.4 to ^4.1.1 in generated SDK test configuration.