File tree Expand file tree Collapse file tree
fern/products/cli-api-reference/cli-changelog Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
316self-hosted GHE instances are correctly targeted by the remote pipeline.
You can’t perform that action at this time.
0 commit comments