> 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.42.1

**`(fix):`** Enable the `gzip` feature on the generated SDK's `reqwest` dependency so that
gzip-encoded response bodies are decompressed automatically. Previously,
`reqwest` was configured with `default-features = false` and no compression
features, so responses to requests with a spec-defined `Accept-Encoding: gzip`
header were returned as raw gzip bytes.