v1.x
fix(http): stop per-socket error listener from retaining the installing request's context (memory leak) (#11091)
refactor: refresh test suite to be modernised (#7489)
fix(core): tolerate non-string stack when decorating request errors (#11109)
feat(HttpStatusCode): add RFC 9110 aliases for 413 and 422 (#11082)
fix: malformed http urls (#11000)
Update unit testing flows as part of migration to vitest (#7484)
feat(AxiosHeaders): add opt-in RFC-aware parameter parser (#11051)
fix: abort composed signals immediately (#11035)
fix(helpers): correct data: URL base64 size estimate for maxContentLength guard (#11061)
fix: various runtime crashes and type definition mismatches (#10959)
fix(parseProtocol): fix regex to require colon in protocol separator (#10729)
fix: custom auth headers not stripped on cross-origin redirects (#10892)
feat: add QUERY HTTP method support (#10802)
fix: error unexpected token in fetch JS compatibility issue with Webpack 4 (#10864)
fix: replace Buffer.from with Uint8Array in toFormData (#11018)
fix(dispatchRequest): attach response to AxiosError on JSON parse failure (#10724)
fix(utils): serialize Set values in toJSONObject (#11044)