Skip to content

v8.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 02 Jul 13:45
6f86196

What's Changed

  • build(deps-dev): bump proxy from 4.0.0 to 4.1.0 by @dependabot[bot] in #5433
  • update accept-encoding header in fetch by @KhafraDev in #5439
  • fix: drop response chunks after the response stream is destroyed (#5356) by @cesarvspr in #5357
  • fix: handle incomplete multi-byte UTF-8 sequences in setEncoding() by @joecwu in #5003
  • fix(retry): keep flow-control wired to the active connection across resumes by @bogomya in #5405
  • test: cover connect lookup option by @vibhor-aggr in #5411
  • test: fail on unexpected reconnect disconnect by @vibhor-aggr in #5412
  • build(deps-dev): bump esbuild from 0.28.0 to 0.28.1 by @dependabot[bot] in #5419
  • fix(proxy): fail the request when the CONNECT tunnel drops instead of looping by @cesarvspr in #5441
  • feat(docs): migrate to doc-kit by @avivkeller in #5438
  • build(deps-dev): bump undici from 6.25.0 to 6.27.0 by @dependabot[bot] in #5445
  • fetch: fix issue 4058 by @KhafraDev in #5456
  • docs: add Interceptors API reference page by @enjoykumawat in #5446
  • Document H1 keep-alive trust tradeoff by @mcollina in #5457
  • fix(h2): deliver an early final response to an Expect: 100-continue request by @jeswr in #5470
  • fix(types): correct deleteCookie attributes by @Ram-blip in #5461
  • fix(h1): complete paused parser on socket end instead of crashing by @ronag in #5474
  • build(deps): bump github/codeql-action/init from 4.36.1 to 4.36.2 by @dependabot[bot] in #5476
  • build(deps): bump github/codeql-action/upload-sarif from 4.36.1 to 4.36.2 by @dependabot[bot] in #5481
  • build(deps): bump fastify/github-action-merge-dependabot from 3.12.0 to 3.15.0 by @dependabot[bot] in #5480
  • build(deps): bump codecov/codecov-action from 6.0.1 to 7.0.0 by @dependabot[bot] in #5478
  • build(deps): bump actions/checkout from 6.0.3 to 7.0.0 by @dependabot[bot] in #5482
  • build(deps): bump github/codeql-action from 4.36.1 to 4.36.2 by @trivikr in #5484
  • build(deps): bump github/codeql-action/analyze from 4.36.1 to 4.36.2 by @dependabot[bot] in #5477
  • feat: support HTTP QUERY method (RFC 10008) by @mcollina in #5459
  • fix: requeue h2 requests after goaway by @mcollina in #5473

New Contributors

Full Changelog: v8.5.0...v8.6.0