Skip to content

Releases: axios/axios

Release v1.13.2

04 Nov 20:01
08b84b5

Choose a tag to compare

Release notes:

Bug Fixes

  • http: fix 'socket hang up' bug for keep-alive requests when using timeouts; (#7206) (8d37233)
  • http: use default export for http2 module to support stubs; (#7196) (0588880)

Performance Improvements

Contributors to this release

Release v1.13.1

28 Oct 18:55
1ef8e72

Choose a tag to compare

Release notes:

Bug Fixes

  • http: fixed a regression that caused the data stream to be interrupted for responses with non-OK HTTP statuses; (#7193) (bcd5581)

Contributors to this release

Release v1.13.0

27 Oct 16:08
9ead04d

Choose a tag to compare

Release notes:

Bug Fixes

  • fetch: prevent TypeError when config.env is undefined (#7155) (015faec)
  • resolve issue #7131 (added spacing in mergeConfig.js) (#7133) (9b9ec98)

Features

Contributors to this release

v0.30.2

27 Sep 10:24

Choose a tag to compare

What's Changed

  • Backport maxContentLength vulnerability fix to v0.x by @FeBe95 in #7034

New Contributors

Full Changelog: v0.30.1...v0.30.2

Release v1.12.2

14 Sep 12:59
e5a3336

Choose a tag to compare

Release notes:

Bug Fixes

  • fetch: use current global fetch instead of cached one when env fetch is not specified to keep MSW support; (#7030) (cf78825)

Contributors to this release

Release v1.12.1

12 Sep 14:19
3cac78c

Choose a tag to compare

Release notes:

Bug Fixes

Contributors to this release

Release v1.12.0

11 Sep 19:33
0d8ad6e

Choose a tag to compare

Release notes:

Bug Fixes

Features

  • adapter: surface low‑level network error details; attach original error via cause (#6982) (78b290c)
  • fetch: add fetch, Request, Response env config variables for the adapter; (#7003) (c959ff2)
  • support reviver on JSON.parse (#5926) (2a97634), closes #5924
  • types: extend AxiosResponse interface to include custom headers type (#6782) (7960d34)

Contributors to this release

Release v0.30.1

04 Aug 18:23

Choose a tag to compare

Release notes:

Bug Fixes

  • chore(deps): bump form-data from 4.0.0 to 4.0.4 for v0.x by @wolandec in #6978

Contributors to this release

Full Changelog: v0.30.0...v0.30.1

Release v1.11.0

23 Jul 06:05
b76c4ac

Choose a tag to compare

Release notes:

Bug Fixes

  • form-data npm pakcage (#6970) (e72c193)
  • prevent RangeError when using large Buffers (#6961) (a2214ca)
  • types: resolve type discrepancies between ESM and CJS TypeScript declaration files (#6956) (8517aa1)

Contributors to this release

Release v1.10.0

14 Jun 12:11
73a836d

Choose a tag to compare

Release notes:

Bug Fixes

  • adapter: pass fetchOptions to fetch function (#6883) (0f50af8)
  • form-data: convert boolean values to strings in FormData serialization (#6917) (5064b10)
  • package: add module entry point for React Native; (#6933) (3d343b8)

Features

Contributors to this release