Skip to content

September 27, 2022

Choose a tag to compare

@github-actions github-actions released this 27 Sep 16:25
· 3009 commits to master since this release
141e34a

@whatwg-node/fetch@0.4.6

Patch Changes

  • c918527 Thanks @ardatan! - Bump Undici

  • #148 eb10500 Thanks @ardatan! - - On Node 14, fix the return method of Response.body's AsyncIterator to close HTTP connection correctly

    • On Node 14, handle ReadableStream's cancel correctly if Response.body is a ReadableStream
    • Do not modify ReadableStream.cancel's behavior but handle it internally
    • On Node 18, do not combine Response.body's return and AbortController which causes a memory leak

@whatwg-node/server@0.4.10

Patch Changes

  • #148 eb10500 Thanks @ardatan! - - On Node 14, fix the return method of Response.body's AsyncIterator to close HTTP connection correctly

    • On Node 14, handle ReadableStream's cancel correctly if Response.body is a ReadableStream
    • Do not modify ReadableStream.cancel's behavior but handle it internally
    • On Node 18, do not combine Response.body's return and AbortController which causes a memory leak
  • #149 519d42a Thanks @ardatan! - Force stop connection after Response.body is done

  • Updated dependencies [c918527, eb10500]:

    • @whatwg-node/fetch@0.4.6