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

## 0.40.8

**`(fix):`** 通过对共享 serde 重命名目标的查询参数字段使用 `#[serde(skip)]` 代替
`#[serde(skip_serializing)]`，修复生成的请求结构体中的 `unreachable pattern` 警告。

**`(fix):`** 从生成的 HTTP 客户端模板中移除未使用的 `ReqwestExecutor` 结构体和实现。