Skip to content

Commit 123c1c2

Browse files
dsinghvigithub-actions[bot]
authored andcommitted
update changelogs
1 parent e090474 commit 123c1c2

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

fern/products/cli-api-reference/cli-changelog/2026-05-08.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 5.21.0
2+
**`(feat):`** Add a new `resumable` sub-property to the `x-fern-streaming` OpenAPI extension
3+
(and a corresponding `resumable` field on Fern Definition `response-stream`
4+
blocks). When set on an SSE endpoint, the IR carries `resumable: true` on
5+
the SSE chunk so generators can emit a client-side reconnect loop using
6+
standard SSE primitives (`Last-Event-ID`, `retry:`).
7+
8+
The flag is inheritable: setting `x-fern-streaming.resumable: true` at the
9+
OpenAPI document level applies to every SSE endpoint unless an operation
10+
overrides it (silent fallback). Defaults to `false`. The IR field is
11+
optional, so generators that don't read it are unaffected.
12+
13+
114
## 5.20.1
215
**`(fix):`** Pass GitHub Enterprise host to Fiddle for remote generation so that
316
self-hosted GHE instances are correctly targeted by the remote pipeline.

0 commit comments

Comments
 (0)