Releases: axios/axios
Releases · axios/axios
Release v1.3.3
Release notes:
Bug Fixes
- formdata: added a check to make sure the FormData class is available in the browser's global scope; (#5545) (a6dfa72)
- formdata: fixed setting NaN as Content-Length for form payload in some cases; (#5535) (c19f7bf)
- headers: fixed the filtering logic of the clear method; (#5542) (ea87ebf)
Contributors to this release
Release v1.3.2
Release notes:
Bug Fixes
- http: treat http://localhost as base URL for relative paths to avoid
ERR_INVALID_URL
error; (#5528) (128d56f) - http: use explicit import instead of TextEncoder global; (#5530) (6b3c305)
Contributors to this release
Release v1.3.1
Release v1.3.0
Release v1.2.6
Release v1.2.5
Release v1.2.4
1.2.3
1.2.2
[1.2.2] - 2022-12-29
Fixed
- fix(ci): fix release script inputs #5392
- fix(ci): prerelease scipts #5377
- fix(ci): release scripts #5376
- fix(ci): typescript tests #5375
- fix: Brotli decompression #5353
- fix: add missing HttpStatusCode #5345
Chores
- chore(ci): set conventional-changelog header config #5406
- chore(ci): fix automatic contributors resolving #5403
- chore(ci): improved logging for the contributors list generator #5398
- chore(ci): fix release action #5397
- chore(ci): fix version bump script by adding bump argument for target version #5393
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 #5342
- chore(ci): GitHub Actions Release script #5384
- chore(ci): release scripts #5364
Contributors to this release
v1.2.1
[1.2.1] - 2022-12-05
Changed
- feat(exports): export mergeConfig #5151
Fixed
- fix(CancelledError): include config #4922
- fix(general): removing multiple/trailing/leading whitespace #5022
- fix(headers): decompression for responses without Content-Length header #5306
- fix(webWorker): exception to sending form data in web worker #5139
Refactors
- refactor(types): AxiosProgressEvent.event type to any #5308
- refactor(types): add missing types for static AxiosError.from method #4956
Chores
- chore(docs): remove README link to non-existent upgrade guide #5307
- chore(docs): typo in issue template name #5159