Skip to content

Releases: ardatan/whatwg-node

November 10, 2025

10 Nov 23:08
8f34ba5

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

November 10, 2025

10 Nov 21:05
10496b6

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

November 04, 2025

04 Nov 16:17
3a40ccd

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

November 04, 2025

04 Nov 14:49
05b1f6a

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 2fa56ae
    Thanks @ardatan! - Fix the incompatibility issue between Bun.serve
    and the adapter

October 09, 2025

09 Oct 16:46
0b0526d

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #2821
    93f2932
    Thanks @ardatan! - Fix handling multiple set-cookie headers
    correctly with uWebSockets.js integration

@whatwg-node/[email protected]

Patch Changes

  • #2821
    93f2932
    Thanks @ardatan! - Fix handling multiple set-cookie headers
    correctly with uWebSockets.js integration

September 19, 2025

19 Sep 16:46
c642a74

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Minor Changes

  • #2786
    60d41d6
    Thanks @ardatan! - Add User-Agent with node value by default
    similar to undici, because fetch implementation should provide one if the user doesn't provide
    one per WHATWG spec

August 01, 2025

01 Aug 00:08
bd73347

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • #2656
    d2ef55c
    Thanks @renovate! - Fix TypeScript issues and bump the version
    to get performance improvements for all dependent packages

@whatwg-node/[email protected]

Patch Changes

July 29, 2025

29 Jul 15:10
75f0bb5

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #2643
    941e5ce
    Thanks @ardatan! - In case of iterator cancellation, ensure the
    response stream a.k.a. IncomingMessage is properly closed.

    const response = await fetch('http://localhost:3000/stream')
    
    for await (const chunk of response.body) {
      console.log('Received chunk:', chunk)
      if (chunk === 'stop') {
        console.log('Stopping stream')
        // In case of `break` which calls the `iterator.return()`, we need to ensure the stream is closed properly.
        break
      }
    }

July 28, 2025

28 Jul 11:23
ae59911

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • #2640
    22c568e
    Thanks @ardatan! - Handle string bodies without streams to fix the
    performance regression

July 17, 2025

17 Jul 12:36
23779dc

Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes