> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt. ## 5.15.0 **`(feat):`** Support `resumable` flag in SSE streaming endpoints. When an endpoint has `x-fern-streaming.resumable: true`, the generated SDK now passes `resumable=True` to `EventSource`, plumbing the flag through to the runtime for use by reconnection logic. Adds `stream_reconnection_enabled` and `max_stream_reconnection_attempts` request options for runtime control of reconnection behavior.