v6.14.0
版本发布时间: 2024-04-22 23:18:26
nodejs/undici最新发布版本:v6.19.8(2024-08-20 01:20:24)
What's Changed
- bench: enable benchmarks for h2 by @metcoder95 in https://github.com/nodejs/undici/pull/3100
- perf: improve performance of isomorphicEncode by @tsctx in https://github.com/nodejs/undici/pull/3101
- util: remove isReadableAborted by @Uzlopak in https://github.com/nodejs/undici/pull/3104
- fix(types): The second parameter of EventSource is optional by @zbinlin in https://github.com/nodejs/undici/pull/3106
- fix: onConnect types by @ronag in https://github.com/nodejs/undici/pull/3116
- add dispatcher option to EventSource by @KhafraDev in https://github.com/nodejs/undici/pull/3119
- core: improve parseURL by @Uzlopak in https://github.com/nodejs/undici/pull/3102
- test: increase coverage by @Uzlopak in https://github.com/nodejs/undici/pull/3121
- docs: add directions to run docs and benchmarks by @FatumaA in https://github.com/nodejs/undici/pull/3092
- perf: avoid unnecessary clone by @tsctx in https://github.com/nodejs/undici/pull/3117
- build(deps-dev): bump borp from 0.10.0 to 0.11.0 by @dependabot in https://github.com/nodejs/undici/pull/3126
- drop node support for < v18.17.0 by @KhafraDev in https://github.com/nodejs/undici/pull/3125
- test: improve test and ci performance by @Uzlopak in https://github.com/nodejs/undici/pull/3135
- Added EnvHttpProxyAgent to support HTTP_PROXY by @10xLaCroixDrinker in https://github.com/nodejs/undici/pull/2994
- fetch: Change wording of "Body is unusable" error by @nzakas in https://github.com/nodejs/undici/pull/3105
- perf: use class instead of object literals with getters by @tsctx in https://github.com/nodejs/undici/pull/3138
- fix: unhandled exception or failing error body by @ronag in https://github.com/nodejs/undici/pull/3137
- reuse realm for Request/Response by @KhafraDev in https://github.com/nodejs/undici/pull/3142
- fix(H2-#3140): abort requets upon GOAWAY by @metcoder95 in https://github.com/nodejs/undici/pull/3143
- don't store realm on Request/Response by @KhafraDev in https://github.com/nodejs/undici/pull/3146
- improve: wasm build by @Uzlopak in https://github.com/nodejs/undici/pull/3074
New Contributors
- @10xLaCroixDrinker made their first contribution in https://github.com/nodejs/undici/pull/2994
- @nzakas made their first contribution in https://github.com/nodejs/undici/pull/3105
Full Changelog: https://github.com/nodejs/undici/compare/v6.13.0...v6.14.0