Releases: nodejs/undici
Releases Β· nodejs/undici
v6.20.0
What's Changed
- Remove patched dom types (
v6.x
branch) by @eXhumer in #3531 - docs(Backport v6.x): Fix signature of RetryHandler by @github-actions in #3594
- deps(dev): update @types/node by @metcoder95 in #3618
- fix: throw on retry when payload is consume by downstream by @github-actions in #3596
- feat(Backport v6.x): move throwOnError to interceptor by @github-actions in #3595
- [Backport v6.x] fix: reduce memory usage in client-h1 by @github-actions in #3672
- [Backport v6.x] fix: refactor fast timers, fix UND_ERR_CONNECT_TIMEOUT on event loop blocking by @github-actions in #3673
- [Backport v6.x] fix: run asserts first if possible by @github-actions in #3674
- [Backport v6.x] fix: use fasttimers for all connection timeouts by @github-actions in #3675
- [Backport v6.x] ci: less flaky test/request-timeout.js test by @github-actions in #3678
- [Backport v6.x] test: less flaky timers acceptance test, rework fast timer tests to pass them faster by @github-actions in #3679
- [Backport v6.x] ignore leading and trailing crlfs in formdata body by @github-actions in #3681
- [Backport v6.x] mock: fix mocking of Uint8Array and ArrayBuffers as provided mock-responses by @github-actions in #3689
- [Backport v6.x] handle body errors by @Uzlopak in #3700
Full Changelog: v6.19.8...v6.20.0
v6.19.8
Full Changelog: v6.19.7...v6.19.8
v6.19.7
Full Changelog: v6.19.6...v6.19.7
v6.19.6
Full Changelog: v6.19.5...v6.19.6
v6.19.5
Full Changelog: v6.19.4...v6.19.5
v6.19.4
Full Changelog: v6.19.3...v6.19.4
v6.19.3
Full Changelog: v6.19.2...v6.19.3 10000
v6.19.2
What's Changed
- fix #3337 by @KhafraDev in #3338
- build: use
husky
ashusky install
is deprecated by @jazelly in #3340 - fix: interceptors.d.ts has no default export by @Uzlopak in #3332
Full Changelog: v6.19.1...v6.19.2
v6.19.1
v6.19.0
What's Changed
- build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by @dependabot in #3305
- build(deps): bump codecov 8BFC /codecov-action from 4.3.1 to 4.4.1 by @dependabot in #3303
- build(deps): bump step-security/harden-runner from 2.7.1 to 2.8.0 by @dependabot in #3304
- build(deps): bump github/codeql-action from 3.25.3 to 3.25.7 by @dependabot in #3306
- build(deps): bump node from
9e8f45f
todd7e693
in /build by @dependabot in #3309 - build(deps): bump node from
dd7e693
toe6d4495
in /build by @dependabot in #3313 - remove websocket experimental warning by @KhafraDev in #3311
- perf: optimization of request instantiation by @tsctx in #3107
- perf: convert object to params by @DarkGL in #3302
- build(deps-dev): bump borp from 0.14.0 to 0.15.0 by @dependabot in #3320
- build(deps-dev): bump c8 from 9.1.0 to 10.0.0 by @dependabot in #3321
- fix: add missing error classes to types by @maxbeatty in #3316
- export interceptor to type def file by @jakecastelli in #3318
- build(deps): bump node from
e6d4495
to075a5cc
in /build by @dependabot in #3326 - doc: clearify the behaviour of
bodyTimeout
in the request by @jakecastelli in #3324 - feature: support pre-shared sessions by @tastypackets in #3325
New Contributors
- @maxbeatty made their first contribution in #3316
- @jakecastelli made their first contribution in #3318
Full Changelog: v6.18.2...v6.19.0