Releases: axios/axios
Releases · axios/axios
Release v0.30.0
Release notes:
Bug Fixes
- fix: modify log while request is aborted by @mori5321 in #4917
- fix: update CHANGELOG.md for v0.x by @TehZarathustra in #6271
- fix: modify upgrade guide for 0.28.1's breaking change by @nafeger in #6787
- fix: backport allowAbsoluteUrls vulnerability fix to v0.x by @thatguyinabeanie in #6829
- fix: add allowAbsoluteUrls type by @thatguyinabeanie in #6849
Contributors to this release
- @mori5321 made their first contribution in #4917
- @TehZarathustra made their first contribution in #6271
- @nafeger made their first contribution in #6787
- @thatguyinabeanie made their first contribution in #6829
Full Changelog: v0.29.0...v0.30.0
Release v1.8.4
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.3
Release v1.8.2
Release notes:
Bug Fixes
Contributors to this release
Release v1.8.1
Release v1.8.0
Release notes:
Bug Fixes
- examples: application crashed when navigating examples in browser (#5938) (1260ded)
- missing word in SUPPORT_QUESTION.yml (#6757) (1f890b1)
- utils: replace getRandomValues with crypto module (#6788) (23a25af)
Features
Reverts
- Revert "chore: expose fromDataToStream to be consumable (#6731)" (#6732) (1317261), closes #6731 #6732
BREAKING CHANGES
-
code relying on the above will now combine the URLs instead of prefer request URL
-
feat: add config option for allowing absolute URLs
-
fix: add default value for allowAbsoluteUrls in buildFullPath
-
fix: typo in flow control when setting allowAbsoluteUrls
Contributors to this release
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