Skip to content

December 08, 2023

Choose a tag to compare

@theguild-bot theguild-bot released this 08 Dec 10:47
· 2127 commits to master since this release
5ebdf92

@whatwg-node/node-fetch@0.5.2

Patch Changes

@whatwg-node/server@0.9.19

Patch Changes

  • #997
    0c28ae9
    Thanks @ardatan! - Avoid mutating the static context

    For example if the adapter receives the server object as the server context, it is isolated and
    the handler cannot mutate it, otherwise it will leak. Bun does that so this patch is needed to
    avoid leaking the server object.