Releases: axios/axios
Releases · axios/axios
Release v1.11.0
Release v1.10.0
Release v1.9.0
Release notes:
Bug Fixes
- core: fix the Axios constructor implementation to treat the config argument as optional; (#6881) (6c5d4cd)
- fetch: fixed ERR_NETWORK mapping for Safari browsers; (#6767) (dfe8411)
- headers: allow iterable objects to be a data source for the set method; (#6873) (1b1f9cc)
- headers: fix
getSetCookie
by using 'get' method for caseless access; (#6874) (d4f7df4) - headers: fixed support for setting multiple header values from an iterated source; (#6885) (f7a3b5e)
- http: send minimal end multipart boundary (#6661) (987d2e2)
- types: fix autocomplete for adapter config (#6855) (e61a893)
Features
Contributors to this release
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