Skip to content

August 12, 2022

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 09:06
· 2450 commits to master since this release
830e916

@whatwg-node/fetch@0.2.9

Patch Changes

@whatwg-node/server@0.1.0

Minor Changes

  • #78 415b0a5 Thanks @ardatan! - If fetch is called with multiple arguments like fetch(request, env, ctx) (for example CF Workers do that),
    the parameters after request will be merged and passed as a ServerContext to the provided handleRequest function.

Patch Changes

  • #78 415b0a5 Thanks @ardatan! - Since Node 18 starts returning IPv6 in socket.localAddress, the generated URL was broken like http://0.0.0.1:3000.
    Now it generates the URL of Request on Node 18 correctly. First we respect host header as recommended in Node.js documentation.
  • Updated dependencies [9a8d873]:
    • @whatwg-node/fetch@0.2.9