No breaking-change keywords detected in release notes.
v1.18.0
2026-06-13
No breaking-change keywords detected in release notes.
v0.33.0
2026-06-13
No breaking-change keywords detected in release notes.
v1.17.0
2026-06-03
No breaking-change keywords detected in release notes.
v1.16.1
2026-05-13
⚠ Potential breaking changes
CI Cache Removal:** Removed all GitHub Actions caches as a defence-in-depth measure against cache poisoning vectors in the build pipeline. (__#10882__)
Unicode Headers:** Preserved Unicode header values when running through request interceptors, so non-ASCII header content is no longer corrupted before dispatch. (__#10850__)
v0.32.0
2026-05-04
⚠ Potential breaking changes
⚠️ Breaking Changes & Deprecations
v1.16.0
2026-05-02
⚠ Potential breaking changes
parseProtocol` now strictly requires a colon in the protocol separator.** Strings that loosely parsed as protocols before may no longer match. (**#10729**)
Deprecated `unescape()` replaced with modern UTF-8 encoding.** Non-ASCII URL handling is now spec-correct; consumers depending on legacy `unescape()` quirks may see different output bytes. (**#7378**)
UTF-8 Encoding:** Replaced the deprecated `unescape()` call with a modern UTF-8 encoding implementation. (**#7378**)
v1.15.2
2026-04-21
⚠ Potential breaking changes
allowedSocketPaths` Config Option:** New request config option (and TypeScript types) to allowlist Unix domain socket paths used by the Node http adapter; backwards compatible when unset. (**#10777**)