> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 4.11.1

**`(fix):`** 修复反序列化失败时的误导性"Network error"消息。JSON 反序列化
错误（例如不支持的日期格式）现在报告为"Failed to deserialize response"，
而不是被错误地包装为网络错误。

**`(fix):`** 在 DateTimeDeserializer 中添加 RFC 1123（RFC 2822）日期格式支持。类似
"Thu, 07 May 2026 14:23:38 +0000"的日期现在可以正确解析。