v6.12.0
What's Changed
- fix: broken test by @tsctx in #3045
- fix: http2 header parsing by @climba03003 in #3047
- types: fix Request.refererPolicy and RequestInit.refererPolicy are incompatible by @zbinlin in #3039
- fix(types): onHeaders always takes headers as an array of buffer by @ronag in #3050
- fix: ProxyAgent causes request.headers.host to be forcibly reset by @1zilc in #3026
- fallback to Buffer.isUtf8 on platforms without icu by @KhafraDev in #3006
- build(deps): bump github/codeql-action from 3.24.6 to 3.24.9 by @dependabot in #3037
- build(deps): bump actions/dependency-review-action from 4.1.3 to 4.2.5 by @dependabot in #3035
- build(deps): bump node from
577f8eb
to87524df
in /build by @dependabot in #3055 - build(deps): bump node from
87524df
to9696b26
in /build by @dependabot in #3058 - fetch: Block ports 4190 & 6679 by @KhafraDev in #3059
- test: activate testing for interceptors and cache by @Uzlopak in #3061
- cache: improve test coverage by @Uzlopak in #3063
- feat: modernize fuzzing by @Uzlopak in #3060
- fix: request abort by @ronag in #3056
- fix: signal handling by @ronag in #3053
- fix(H2): handle goaway properly by @metcoder95 in #3057
- test: client, set body to null if bigger than CHUNK_LIMIT by @Uzlopak in #3064
- mock: improve mock interceptor by @Uzlopak in #3062
- fix: bad client destroy on servername change by @ronag in #3066
- perf: improve isBlobLike by @Uzlopak in #3070
- test: add sanity check for llhttp wasm files by @Uzlopak in #3068
New Contributors
Full Changelog: v6.11.1...v6.12.0