v6.16.0
What's Changed
- add index to sequence converter errors by @KhafraDev in #3178
- build(deps-dev): bump borp from 0.12.0 to 0.13.0 by @dependabot in #3179
- build(deps): bump node from 21-alpine3.19 to 22-alpine3.19 in /build by @dependabot in #3180
- build(deps): bump superagent from 8.1.2 to 9.0.2 in /benchmarks by @dependabot in #3181
- fix: keep raw header name by @tsctx in #3183
- fix(fetch): improve Headers and Request type-compatibility by @kettanaito in #1964
- fix 3 mimesniff tests by @KhafraDev in #3185
- build(deps): bump hendrikmuhs/ccache-action from 1.2.12 to 1.2.13 by @dependabot in #3187
- build(deps): bump codecov/codecov-action from 4.1.1 to 4.3.1 by @dependabot in #3191
- build(deps): bump github/codeql-action from 3.24.9 to 3.25.3 by @dependabot in #3192
- build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2 by @dependabot in #3189
- build(deps): bump step-security/harden-runner from 2.7.0 to 2.7.1 by @dependabot in #3188
- build(deps): bump actions/upload-artifact from 4.3.1 to 4.3.3 by @dependabot in #3190
- build(deps): bump node from
9459e24
to487dc5d
in /build by @dependabot in #3195 - perf: avoid spread in makeRequest() by @gunjam in #3193
- refactor: code cleanup by @tsctx in #3194
- fix parsing when receiving empty body websocket by @KhafraDev in #3205
- fix: MockResponseCallbackOptions type by @merojosa in #2951
- docs(proxy): fix typo by @kanadgupta in #3207
- fix websocket receiving an invalid utf-8 in close frame by @KhafraDev in #3206
- perf: avoid setImmediate if body is reading by @ronag in #3210
- fix: request abort signal by @ronag in #3209
- fix: remove abort handler on close by @ronag in #3211
- fix: pass abort function by @tsctx in #3212
- websocket: 200x faster generate mask by @tsctx in #3204
- use FinalizationRegistry to cancel the body if response is collected by @mcollina in #3199
- websocket: don't clone buffer if it's not needed. by @tsctx in #3214
- websocket: use FastBuffer by @tsctx in #3213
New Contributors
- @kettanaito made their first contribution in #1964
- @gunjam made their first contribution in #3193
- @merojosa made their first contribution in #2951
- @kanadgupta made their first contribution in #3207
Full Changelog: v6.15.0...v6.16.0