mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
f70731bbdc
* fix: preserve symbol keys in merged request data * fix: address symbol merge review feedback * fix: align symbol merge with v1.x own-prop guard * fix: avoid merge conflict on target key handling * feat: collapsed the duplicated typeof key === symbol branch in assignValue * chore: added should honor skipUndefined for symbol keys to lock in skipUndefined semantics * chore: added should pass symbol keys to transformRequest through axios.create covering the instance * fix(utils): skip symbol scan for arrays --------- Co-authored-by: laplace young <yangqk12@whu.edu.cn> Co-authored-by: Jay <jasonsaayman@gmail.com>
831 B
831 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 whentransitional.advertiseZstdAcceptEncoding: trueis set. (#6792)
Bug Fixes
- Request Data: Preserve enumerable symbol keys when merging plain request data before
transformRequest. (#6392)
Release Documentation TODO
- Update
README.mdrequest config docs fortransitional.advertiseZstdAcceptEncodingand zstd decompression support. - Update
docs/pages/advanced/request-config.mdfortransitional.advertiseZstdAcceptEncodingand zstd decompression support. - Update decompression-bomb security guidance in
README.mdanddocs/pages/misc/security.mdto mention zstd.