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
Ravi 278041d8cc fix(headers): silently skip empty header names instead of throwing (#10875)
* fix(headers): silently skip empty header names instead of throwing

Signed-off-by: Ravi <13908473+rkdfx@users.noreply.github.com>

* chore: add suggested test headers length assert

Signed-off-by: Ravi <13908473+rkdfx@users.noreply.github.com>

* test(headers): cover whitespace-only header names

---------

Signed-off-by: Ravi <13908473+rkdfx@users.noreply.github.com>
Co-authored-by: Jay <jasonsaayman@gmail.com>
2026-05-22 20:33:18 +02:00

985 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 transitional.advertiseZstdAcceptEncoding: true is set. (#6792)

Bug Fixes

  • AxiosHeaders: Silently skip empty response header names emitted by some React Native Android responses instead of throwing. (#6959, #10875)
  • Request Data: Preserve enumerable symbol keys when merging plain request data before transformRequest. (#6392)

Release Documentation TODO

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