PRE_RELEASE_CHANGELOG.md
paramsSerializer.encode functions now receive the active AxiosURLSearchParams instance as this, matching the intended encoder.call(this, value, defaultEncode) behavior during query string construction. (#11019)CanceledError, CancelToken, AxiosHeaders, SerializerOptions, and Cloudflare 52x status-code members that already exist at runtime. (#10959)proxyEnv support. (#10942, closes #7299)'/foo') now work again with config.socketPath, fixing the TypeError [ERR_INVALID_URL] regression introduced in 1.7.4 when new URL() was added to the dispatch path. A synthetic http://localhost base is supplied only when an own socketPath is set, so absolute URLs, non-socket requests, and prototype-polluted socketPath values are unaffected. (#6611)data is request-specific and is not inherited or deep-merged from global or instance defaults. Shared body fields should be added with a request interceptor or transformRequest, scoped carefully to avoid sending sensitive values to unintended endpoints.setKeepAlive is unavailable. (#10917, closes #10908)