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>
14 lines
612 B
Markdown
14 lines
612 B
Markdown
# 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.
|