Skip to content

Commit 2a076dc

Browse files
fern-supportgithub-actions[bot]
authored andcommitted
update changelogs
1 parent c3d006b commit 2a076dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

fern/products/sdks/overview/typescript/changelog/2026-02-26.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
## 3.51.3
29
**`(fix):`** Fix duplicate case clauses in error handling switch statements when multiple errors
310
map to the same status code. The generator now deduplicates errors by status code,

0 commit comments

Comments
 (0)