> 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):`** Fix `unreachable pattern` warnings in generated request structs by using `#[serde(skip)]` instead of `#[serde(skip_serializing)]` for query parameter fields that share serde rename targets with body fields. **`(fix):`** Remove unused `ReqwestExecutor` struct and impl from the generated HTTP client template.