mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
2af5c5fbca
* feat: implement zstd compression for http adapter * feat(http): gate zstd accept encoding --------- Co-authored-by: Jay <jasonsaayman@gmail.com>
612 B
612 B
Pre-Release Changelog
Unreleased
New Features
- HTTP Adapter - Zstandard: Added automatic zstd decompression on Node.js versions that support it.
zstdis only advertised in the defaultAccept-Encodingheader whenadvertiseZstd: trueis set. (#6792)
Release Documentation TODO
- Update
README.mdrequest config docs foradvertiseZstdand zstd decompression support. - Update
docs/pages/advanced/request-config.mdforadvertiseZstdand zstd decompression support. - Update decompression-bomb security guidance in
README.mdanddocs/pages/misc/security.mdto mention zstd.