Releases: interop-alliance/http-client
Releases · interop-alliance/http-client
Release list
v1.0.5
Fixed
- The
agent/httpsAgentoption now works on every supported Node
version. Previously a dispatcher built from the installedundici@7was
always handed to the platformfetch, which only works when the platform
undici shares the same major (Node 24); on Node 22 and Node 26 requests
failed (e.g. "invalid onError method"). When the majors match, the
dispatcher is now forwarded throughkyto the platformfetch; when they
differ, requests fall back to the installed undici's ownfetch. (Ported
from upstreamdigitalbazaar/http-client.)
Changed
- Raised the
kyfloor to^1.14.3(needed to forward thedispatcher
option through tofetch). - CI now tests on Node 22.12, 24, and 26.
v1.0.4
Release v1.0.4 Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>
v1.0.3
Release v1.0.3 Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>
v1.0.2
Release v1.0.2 Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>
v1.0.1
Update CI badge. Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>