Releases: axios/axios
Releases · axios/axios
Release v1.7.9
Release v1.7.8
Release notes:
Bug Fixes
- allow passing a callback as paramsSerializer to buildURL (#6680) (eac4619)
- core: fixed config merging bug (#6668) (5d99fe4)
- fixed width form to not shrink after 'Send Request' button is clicked (#6644) (7ccd5fd)
- http: add support for File objects as payload in http adapter (#6588) (#6605) (6841d8d)
- http: fixed proxy-from-env module import (#5222) (12b3295)
- http: use
globalThis.TextEncoder
when available (#6634) (df956d1) - ios11 breaks when build (#6608) (7638952)
- types: add missing types for mergeConfig function (#6590) (00de614)
- types: export CJS types from ESM (#6218) (c71811b)
- updated stream aborted error message to be more clear (#6615) (cc3217a)
- use URL API instead of DOM to fix a potential vulnerability warning; (#6714) (0a8d6e1)
Contributors to this release
v0.29.0
Release notes:
Bug Fixes
- fix(backport): backport security fixes in commits #6167 and #6163 to v0.x by @Sean-Powell in #6402
- fix: omit nulls in params by @Willshaw in #6394
- fix(backport): fix paramsSerializer function validation by @solonzhu in #6361
- fix: Regular Expression Denial of Service (ReDoS) by @qiongshusheng in #6708
Contributors to this release
- @Sean-Powell made their first contribution in #6402
- @Willshaw made their first contribution in #6394
- @solonzhu made their first contribution in #6361
- @qiongshusheng made their first contribution in #6708
Release v1.7.7
Release v1.7.6
Release v1.7.5
Release notes:
Bug Fixes
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
ReferenceError: navigator is not defined
for custom environments; (#6567) (fed1a4b) - fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)