Skip to content

Releases: axios/axios

Release v1.7.7

31 Aug 22:02
5b8a826
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • fetch: fix stream handling in Safari by fallback to using a stream reader instead of an async iterator; (#6584) (d198085)
  • http: fixed support for IPv6 literal strings in url (#5731) (364993f)

Contributors to this release

Release v1.7.6

30 Aug 19:56
d584fcf
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • fetch: fix content length calculation for FormData payload; (#6524) (085f568)
  • fetch: optimize signals composing logic; (#6582) (df9889b)

Contributors to this release

Release v1.7.5

23 Aug 13:32
59cd6b0
Compare
Choose a tag to compare

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)

Contributors to this release

Release v1.7.4

13 Aug 19:33
abd24a7
Compare
Choose a tag to compare

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.3

01 Aug 16:16
c6cce43
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • adapter: fix progress event emitting; (#6518) (e3c76fc)
  • fetch: fix withCredentials request config (#6505) (85d4d0e)
  • xhr: return original config on errors from XHR adapter (#6515) (8966ee7)

Contributors to this release

Release v1.7.2

21 May 16:57
0e4f9fa
Compare
Choose a tag to compare

Release notes:

Bug Fixes

Contributors to this release

Release v1.7.1

20 May 13:32
67d1373
Compare
Choose a tag to compare

Release notes:

Bug Fixes

  • fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)

Contributors to this release

Release v1.7.0

19 May 20:24
3041c61
Compare
Choose a tag to compare

Release notes:

Features

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)

Contributors to this release

Release v1.7.0-beta.2

19 May 18:01
b49aa8e
Compare
Choose a tag to compare
Release v1.7.0-beta.2 Pre-release
Pre-release

Release notes:

Bug Fixes

  • fetch: capitalize HTTP method names; (#6395) (ad3174a)
  • fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
  • fetch: fix headers getting from a stream response; (#6401) (870e0a7)

Contributors to this release

Release v1.7.0-beta.1

07 May 18:37
b9f4848
Compare
Choose a tag to compare
Release v1.7.0-beta.1 Pre-release
Pre-release

Release notes:

Bug Fixes

  • core/axios: handle un-writable error stack (#6362) (81e0455)
  • fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
  • fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)

Contributors to this release

Install

npm i axios@next