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

## 1.9.12

**`(fix):`** 更改请求头和查询字符串参数的序列化逻辑：

* 字符串、枚举、日期、时间和日期时间的序列化方式保持不变。
* 布尔值现在序列化为 `true` 和 `false`，而不是 `True` 和 `False`。
* 对象、列表、映射、字典、非区分联合和区分联合序列化为 JSON。

**`(fix):`** 在将参数序列化到请求头和查询字符串参数时，仅对可空结构体使用 `.Value`。