Change8

Axios

Backend & Infra

Promise based HTTP client for the browser and node.js

Latest: v1.13.217 releases1 breaking changesView on GitHub →

Release History

v1.13.22 fixes
Nov 4, 2025

This release fixes socket hang‑up issues for keep‑alive requests with timeouts, adds default export support for the http2 module, and improves HTTP loop performance.

v1.13.11 fix
Oct 28, 2025

This release fixes a regression in the HTTP handling where data streams were interrupted for non-OK responses.

v1.13.02 fixes1 feature
Oct 27, 2025

This release adds HTTP/2 support and fixes several bugs including a TypeError in fetch when config.env is undefined.

v0.30.21 fix
Sep 27, 2025

Version 0.30.2 backports a security fix for the maxContentLength option.

v1.12.21 fix
Sep 14, 2025

This release fixes the fetch handling by using the current global fetch when no env fetch is specified, preserving MSW support.

v1.12.11 fix
Sep 12, 2025

This release fixes environment configuration type handling in the types module.

v1.12.08 fixes4 features
Sep 11, 2025

This release adds low‑level network error details, fetch adapter env config, parse reviver support, and extends AxiosResponse, while fixing several bugs including content‑type handling and URL encoding.

v0.30.11 fix
Aug 4, 2025

Patch release v0.30.1 updates the form-data dependency to 4.0.4, fixing related issues.

v1.11.03 fixes
Jul 23, 2025

This release addresses several bugs, including fixes for the form-data npm package, a RangeError with large Buffers, and TypeScript type discrepancies between ESM and CJS.

v1.10.03 fixes1 feature
Jun 14, 2025

This release improves the TypeScript fetchOptions typing, fixes adapter option passing, corrects FormData boolean serialization, and adds a React Native module entry point.

v1.9.07 fixes1 feature
Apr 24, 2025

This release adds a new getSetCookie method to AxiosHeaders and includes several bug fixes across core, fetch, headers, http, and type definitions.

v0.30.05 fixes
Mar 26, 2025

This release (v0.30.0) primarily contains bug fixes, including handling aborted requests, updating the changelog, fixing the upgrade guide, backporting a vulnerability fix, and adding the allowAbsoluteUrls type.

v1.8.41 fix
Mar 19, 2025

Bug fix released to improve buildFullPath handling of allowAbsoluteUrls set to false when no baseURL is provided.

v1.8.32 fixes
Mar 12, 2025

This release fixes a missing type for `allowAbsoluteUrls` and ensures the flag is correctly passed to `buildFullPath` in both xhr and fetch adapters.

v1.8.21 fix
Mar 7, 2025

This patch adds support for absolute URLs in the http‑adapter path builder.

v1.8.11 fix
Feb 26, 2025

The update relocates `generateString` to platform utils, preventing the crypto module from being bundled in client builds.

v1.8.0Breaking3 fixes1 feature
Feb 26, 2025

This release adds a new `allowAbsoluteUrls` config for URL handling, updates utils to use the crypto module, and includes several bug fixes, but introduces breaking changes to how URLs are combined.