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