We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d006b commit 2a076dcCopy full SHA for 2a076dc
fern/products/sdks/overview/typescript/changelog/2026-02-26.mdx
@@ -1,3 +1,10 @@
1
+## 3.51.4
2
+**`(fix):`** Add `cache: "no-store"` to streaming and SSE fetch requests to prevent
3
+Next.js from buffering streamed responses. The option is guarded by a
4
+cached runtime feature-detection so it is safely skipped in runtimes
5
+that do not support the `cache` RequestInit option (e.g. Cloudflare Workers).
6
+
7
8
## 3.51.3
9
**`(fix):`** Fix duplicate case clauses in error handling switch statements when multiple errors
10
map to the same status code. The generator now deduplicates errors by status code,
0 commit comments