diff --git a/fern/products/sdks/generators/typescript/changelog/2026-05-27.mdx b/fern/products/sdks/generators/typescript/changelog/2026-05-27.mdx new file mode 100644 index 000000000..7d2eefbe4 --- /dev/null +++ b/fern/products/sdks/generators/typescript/changelog/2026-05-27.mdx @@ -0,0 +1,6 @@ +## 3.71.3 +**`(fix):`** Retain a reference to the upstream `Response` on streaming and SSE response +bodies so that undici's `FinalizationRegistry` does not garbage-collect the +`Response` and cancel the body stream on Node 18+. + +