Skip to content

December 08, 2023

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 08 Dec 10:47
· 892 commits to master since this release
5ebdf92

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

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.