mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
01e869dd28
Co-authored-by: Jason Saayman <jasonsaayman@gmail.com>
12 lines
712 B
Markdown
12 lines
712 B
Markdown
# Pre-Release Changelog
|
|
|
|
## Unreleased
|
|
|
|
## Bug Fixes
|
|
|
|
- **HTTP Adapter - socketPath:** Path-only request URLs (e.g. `'/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**)
|
|
|
|
## Release Tracking
|
|
|
|
- **Proxy Agent Streams:** Guarded Node HTTP adapter TCP keep-alive setup so proxy agents that return generic Duplex streams do not throw when `setKeepAlive` is unavailable. (**#10917**, closes **#10908**)
|