Skip to content

Releases: interop-alliance/http-client

v1.0.5

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 09 Aug 21:46

Fixed

  • The agent/httpsAgent option now works on every supported Node
    version.
    Previously a dispatcher built from the installed undici@7 was
    always handed to the platform fetch, 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 through ky to the platform fetch; when they
    differ, requests fall back to the installed undici's own fetch. (Ported
    from upstream digitalbazaar/http-client.)

Changed

  • Raised the ky floor to ^1.14.3 (needed to forward the dispatcher
    option through to fetch).
  • CI now tests on Node 22.12, 24, and 26.

v1.0.4

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 28 Jun 17:46
Release v1.0.4

Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>

v1.0.3

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 25 May 01:34
Release v1.0.3

Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>

v1.0.2

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 25 May 01:01
Release v1.0.2

Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>

v1.0.1

Choose a tag to compare

@dmitrizagidulin dmitrizagidulin released this 25 May 00:57
Update CI badge.

Signed-off-by: Dmitri Zagidulin <dzagidulin@gmail.com>