Skip to content

Releases: axios/axios

Release v1.7.9

04 Dec 07:38
b2cb45d
Compare
Choose a tag to compare

Release notes:

Reverts

Contributors to this release

Release v1.7.8

25 Nov 21:13
415ca94
Compare
Choose a tag to compare

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

21 Nov 12:27
Compare
Choose a tag to compare

Release notes:

Bug Fixes

Contributors to this release

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