2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-17 19:21:29 +03:00
Files
axios/PRE_RELEASE_CHANGELOG.md
T
Sung Jeon 2af5c5fbca feat(http): implement zstd decompression for http adapter (#6792)
* feat: implement zstd compression for http adapter
* feat(http): gate zstd accept encoding

---------

Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-05-19 19:52:07 +02:00

612 B

Pre-Release Changelog

Unreleased

New Features

  • HTTP Adapter - Zstandard: Added automatic zstd decompression on Node.js versions that support it. zstd is only advertised in the default Accept-Encoding header when advertiseZstd: true is set. (#6792)

Release Documentation TODO

  • Update README.md request config docs for advertiseZstd and zstd decompression support.
  • Update docs/pages/advanced/request-config.md for advertiseZstd and zstd decompression support.
  • Update decompression-bomb security guidance in README.md and docs/pages/misc/security.md to mention zstd.