Change8

v1.9.0

📦 axiosView on GitHub →
1 features🐛 7 fixes🔧 6 symbols

Summary

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

✨ New Features

  • AxiosHeaders: add getSetCookie method to retrieve set-cookie header values (see #5707).

🐛 Bug Fixes

  • core: fix the Axios constructor implementation to treat the config argument as optional (see #6881).
  • fetch: fixed ERR_NETWORK mapping for Safari browsers (see #6767).
  • headers: allow iterable objects to be a data source for the set method (see #6873).
  • headers: fix getSetCookie by using 'get' method for caseless access (see #6874).
  • headers: fixed support for setting multiple header values from an iterated source (see #6885).
  • http: send minimal end multipart boundary (see #6661).
  • types: fix autocomplete for adapter config (see #6855).

🔧 Affected Symbols

AxiosAxiosHeadersHeaders.setHeaders.getSetCookiehttp.sendMultipartadapter config types