> 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):`** 支持 SSE 流式端点中的 `resumable` 标志。当端点设置了
`x-fern-streaming.resumable: true` 时，生成的 SDK 现在将 `resumable=True`
传递给 `EventSource`，将标志传递到运行时供重连逻辑使用。
添加 `stream_reconnection_enabled` 和 `max_stream_reconnection_attempts`
请求选项以在运行时控制重连行为。