v6.1.0
版本发布时间: 2023-12-20 22:01:07
nodejs/undici最新发布版本:v6.19.8(2024-08-20 01:20:24)
What's Changed
- fix: more sensible stack trace from dump error by @ronag in https://github.com/nodejs/undici/pull/2503
- refactor: remove some node compat by @ronag in https://github.com/nodejs/undici/pull/2502
- refactor: version cleanup by @tsctx in https://github.com/nodejs/undici/pull/2507
- perf(fetch): Improve fetch of detaurl by @tsctx in https://github.com/nodejs/undici/pull/2479
- feat: expose parseHeader by @ronag in https://github.com/nodejs/undici/pull/2511
- perf(fetch): optimize call
dispatch
by @tsctx in https://github.com/nodejs/undici/pull/2493 - perf(util/parseHeaders): If the header name is buffer by @tsctx in https://github.com/nodejs/undici/pull/2501
- perf: twice faster method check by @tsctx in https://github.com/nodejs/undici/pull/2495
- refactor: remove Error.captureStackTrace by @tsctx in https://github.com/nodejs/undici/pull/2509
- perf: Improve processHeader by @tsctx in https://github.com/nodejs/undici/pull/2513
- perf: reduce
String#toLowerCase
call by @tsctx in https://github.com/nodejs/undici/pull/2516 - perf: optimize consumeEnd by @tsctx in https://github.com/nodejs/undici/pull/2510
- perf: reduce tst built time by @tsctx in https://github.com/nodejs/undici/pull/2517
- feat: allow customization of build environment by @khardix in https://github.com/nodejs/undici/pull/2403
- fix: clear cache by @tsctx in https://github.com/nodejs/undici/pull/2519
- feat: Add resource timing entries for connection, request and response by @ToshB in https://github.com/nodejs/undici/pull/2481
- Call fg.unregister() after a dispatcher is done, adds UNDICI_NO_FG to… by @mcollina in https://github.com/nodejs/undici/pull/2527
- feat: expose headerNameToString by @tsctx in https://github.com/nodejs/undici/pull/2525
New Contributors
- @khardix made their first contribution in https://github.com/nodejs/undici/pull/2403
Full Changelog: https://github.com/nodejs/undici/compare/v6.0.1...v6.1.0