Axios
Backend & InfraPromise based HTTP client for the browser and node.js
Release History
v1.13.22 fixesThis 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 fixThis release fixes a regression in the HTTP handling where data streams were interrupted for non-OK responses.
v1.13.02 fixes1 featureThis release adds HTTP/2 support and fixes several bugs including a TypeError in fetch when config.env is undefined.
v0.30.21 fixVersion 0.30.2 backports a security fix for the maxContentLength option.
v1.12.21 fixThis release fixes the fetch handling by using the current global fetch when no env fetch is specified, preserving MSW support.
v1.12.11 fixThis release fixes environment configuration type handling in the types module.
v1.12.08 fixes4 featuresThis 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 fixPatch release v0.30.1 updates the form-data dependency to 4.0.4, fixing related issues.
v1.11.03 fixesThis 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 featureThis 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 featureThis release adds a new getSetCookie method to AxiosHeaders and includes several bug fixes across core, fetch, headers, http, and type definitions.
v0.30.05 fixesThis 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 fixBug fix released to improve buildFullPath handling of allowAbsoluteUrls set to false when no baseURL is provided.
v1.8.32 fixesThis 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 fixThis patch adds support for absolute URLs in the http‑adapter path builder.
v1.8.11 fixThe update relocates `generateString` to platform utils, preventing the crypto module from being bundled in client builds.
v1.8.0Breaking3 fixes1 featureThis 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.