<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Devpebe Radar — Axios</title><description>Release changes in Axios, with links to original sources.</description><link>https://devpebe.com/</link><item><title>Axios — 2026-07</title><link>https://devpebe.com/radar/2026-07/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-07/#axios/</guid><description>Changes in Axios for 2026-07.</description><pubDate>Fri, 31 Jul 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1190--jul-26-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.19.0&quot;&gt;v1.19.0&lt;/a&gt; — Jul 26, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Symbol-keyed config fields survive &lt;code&gt;mergeConfig&lt;/code&gt;; opt-in
&lt;code&gt;AxiosHeaders.parseParameters&lt;/code&gt; for quote-aware RFC-style header parameter
parsing; Cloudflare’s 520 added to HTTP status codes.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2026-06</title><link>https://devpebe.com/radar/2026-06/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-06/#axios/</guid><description>Changes in Axios for 2026-06.</description><pubDate>Tue, 30 Jun 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1170--jun-3-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.17.0&quot;&gt;v1.17.0&lt;/a&gt; — Jun 3, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The Node adapter supports &lt;strong&gt;zstd response decompression&lt;/strong&gt;, with
&lt;code&gt;transitional.advertiseZstdAcceptEncoding&lt;/code&gt; controlling the &lt;code&gt;Accept-Encoding&lt;/code&gt;
header.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2026-05</title><link>https://devpebe.com/radar/2026-05/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-05/#axios/</guid><description>Changes in Axios for 2026-05.</description><pubDate>Sun, 31 May 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1160--may-2-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.16.0&quot;&gt;v1.16.0&lt;/a&gt; — May 2, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;⚠ &lt;strong&gt;The fetch adapter now enforces &lt;code&gt;maxBodyLength&lt;/code&gt; / &lt;code&gt;maxContentLength&lt;/code&gt;&lt;/strong&gt;
(silently ignored before); proxy requests preserve user-supplied &lt;code&gt;Host&lt;/code&gt;
headers; percent-encoded basic-auth credentials in URLs are now decoded.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QUERY HTTP method support&lt;/strong&gt; across adapters and types.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ECONNREFUSED&lt;/code&gt; exposed as a constant on &lt;code&gt;AxiosError&lt;/code&gt;; the internal &lt;code&gt;encode&lt;/code&gt;
helper is exported for userland param serializers.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;v0320--may-4-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v0.32.0&quot;&gt;v0.32.0&lt;/a&gt; — May 4, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The 0.x line hardens &lt;code&gt;mergeConfig&lt;/code&gt; and header merging with null-prototype
objects to block prototype-pollution gadgets.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2026-04</title><link>https://devpebe.com/radar/2026-04/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-04/#axios/</guid><description>Changes in Axios for 2026-04.</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1152--apr-21-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.15.2&quot;&gt;v1.15.2&lt;/a&gt; — Apr 21, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New &lt;code&gt;allowedSocketPaths&lt;/code&gt; config option allowlists Unix domain socket paths
in the Node adapter.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&quot;v1150--apr-7-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.15.0&quot;&gt;v1.15.0&lt;/a&gt; — Apr 7, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Legacy &lt;code&gt;url.parse&lt;/code&gt; usage replaced (silences Node deprecation warnings);
compatibility checks and docs for Deno and Bun.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2026-03</title><link>https://devpebe.com/radar/2026-03/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-03/#axios/</guid><description>Changes in Axios for 2026-03.</description><pubDate>Tue, 31 Mar 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1140--mar-27-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.14.0&quot;&gt;v1.14.0&lt;/a&gt; — Mar 27, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;⚠ No new features, but &lt;code&gt;proxy-from-env&lt;/code&gt; moved to v2 — validate env-based
proxy behavior and CJS resolution edge cases after upgrading.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2026-02</title><link>https://devpebe.com/radar/2026-02/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-02/#axios/</guid><description>Changes in Axios for 2026-02.</description><pubDate>Sat, 28 Feb 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1136--feb-27-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.13.6&quot;&gt;v1.13.6&lt;/a&gt; — Feb 27, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;React Native Blob support&lt;/strong&gt; — verify your integration if you rely on
specific Blob or FormData behaviors there.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2026-01</title><link>https://devpebe.com/radar/2026-01/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2026-01/#axios/</guid><description>Changes in Axios for 2026-01.</description><pubDate>Sat, 31 Jan 2026 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1133--jan-20-2026&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.13.3&quot;&gt;v1.13.3&lt;/a&gt; — Jan 20, 2026&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AxiosRequestConfig&lt;/code&gt; accepts &lt;code&gt;undefined&lt;/code&gt; values, compatibility with frozen
prototypes, and better IntelliSense for string literals in widened unions.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2025-10</title><link>https://devpebe.com/radar/2025-10/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-10/#axios/</guid><description>Changes in Axios for 2025-10.</description><pubDate>Fri, 31 Oct 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1130--oct-27-2025&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.13.0&quot;&gt;v1.13.0&lt;/a&gt; — Oct 27, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;HTTP/2 support&lt;/strong&gt; in the http adapter.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2025-09</title><link>https://devpebe.com/radar/2025-09/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-09/#axios/</guid><description>Changes in Axios for 2025-09.</description><pubDate>Tue, 30 Sep 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1120--sep-11-2025&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.12.0&quot;&gt;v1.12.0&lt;/a&gt; — Sep 11, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Adapter surfaces &lt;strong&gt;low-level network error details&lt;/strong&gt;, attaching the original
error via &lt;code&gt;cause&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Fetch adapter: &lt;code&gt;fetch&lt;/code&gt;, &lt;code&gt;Request&lt;/code&gt;, &lt;code&gt;Response&lt;/code&gt; env config variables.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;JSON.parse&lt;/code&gt; reviver support; &lt;code&gt;AxiosResponse&lt;/code&gt; allows custom headers types.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2025-06</title><link>https://devpebe.com/radar/2025-06/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-06/#axios/</guid><description>Changes in Axios for 2025-06.</description><pubDate>Mon, 30 Jun 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v1100--jun-14-2025&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.10.0&quot;&gt;v1.10.0&lt;/a&gt; — Jun 14, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Types: improved &lt;code&gt;fetchOptions&lt;/code&gt; interface.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2025-04</title><link>https://devpebe.com/radar/2025-04/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-04/#axios/</guid><description>Changes in Axios for 2025-04.</description><pubDate>Wed, 30 Apr 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v190--apr-24-2025&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.9.0&quot;&gt;v1.9.0&lt;/a&gt; — Apr 24, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;AxiosHeaders.getSetCookie&lt;/code&gt; retrieves &lt;code&gt;Set-Cookie&lt;/code&gt; header values.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item><item><title>Axios — 2025-02</title><link>https://devpebe.com/radar/2025-02/#axios/</link><guid isPermaLink="true">https://devpebe.com/radar/2025-02/#axios/</guid><description>Changes in Axios for 2025-02.</description><pubDate>Fri, 28 Feb 2025 00:00:00 GMT</pubDate><content:encoded>&lt;h3 id=&quot;v180--feb-26-2025&quot;&gt;&lt;a href=&quot;https://github.com/axios/axios/releases/tag/v1.8.0&quot;&gt;v1.8.0&lt;/a&gt; — Feb 26, 2025&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New config option for allowing/ignoring absolute URLs.&lt;/li&gt;
&lt;li&gt;⚠ Code relying on the old behavior now combines base and request URLs
instead of preferring the request URL.&lt;/li&gt;
&lt;/ul&gt;</content:encoded></item></channel></rss>