Skip to content

Releases: ardatan/whatwg-node

April 26, 2024

26 Apr 12:36
eb6c45c
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.5.11

Patch Changes

@whatwg-node/server@0.9.34

Patch Changes

  • e6234df Thanks @ardatan! - Do not call res.onAborted multiple times because it causes it to overwrite the previous listener, and use AbortSignal's abort event instead

April 15, 2024

15 Apr 11:39
6bc7ed9
Compare
Choose a tag to compare

@whatwg-node/server@0.9.33

Patch Changes

  • #1246 4717be5 Thanks @ardatan! - Ensure unique context objects are sent per each request.

    For example in CloudFlare Workers,
    fetch receives env and ctx, and env is shared across requests. That causes the server receives the same context object for each request.
    Now the server creates a new context object for each request, even if the first argument is the same. Before, it always takes the first argument as the context object, then merges the following arguments into it.

March 25, 2024

25 Mar 12:46
950f539
Compare
Choose a tag to compare

@whatwg-node/server@0.9.32

Patch Changes

  • #1224 d6bec0a Thanks @ardatan! - Introduce handleRequestFromResponse method for a better Fastify integration

March 22, 2024

22 Mar 10:54
89499a6
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.5.10

Patch Changes

@whatwg-node/server@0.9.31

Patch Changes

March 21, 2024

21 Mar 10:29
476a412
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.5.9

Patch Changes

  • dfb4290 Thanks @ardatan! - Send Content-Length:0 if the body is empty in POSTlike requests

@whatwg-node/server@0.9.30

Patch Changes

  • #1218 1443f93 Thanks @ardatan! - Set `reason` in `ServerAdapterRequestAbortSignal` to get a proper error when the request got aborted by the client

March 12, 2024

12 Mar 16:39
eeb1a94
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.5.8

Patch Changes

  • #1190 c6f93ee Thanks @ardatan! - Remove node: protocol which is not supported still in some Node versions and ESM mode

@whatwg-node/server@0.9.29

Patch Changes

  • #1190 c6f93ee Thanks @ardatan! - Remove node: protocol which is not supported still in some Node versions and ESM mode

March 11, 2024

11 Mar 14:26
0862a38
Compare
Choose a tag to compare

@whatwg-node/server@0.9.28

Patch Changes

  • 3f31f2d Thanks @ardatan! - Handle errors from async request handlers correctly in case of AbortSignal

March 11, 2024

11 Mar 12:30
2c30c51
Compare
Choose a tag to compare

@whatwg-node/server@0.9.27

Patch Changes

March 01, 2024

01 Mar 20:20
e043d2e
Compare
Choose a tag to compare

@whatwg-node/fetch@0.9.17

Patch Changes

@whatwg-node/node-fetch@0.5.7

Patch Changes

@whatwg-node/server@0.9.26

Patch Changes

February 08, 2024

08 Feb 12:21
86b1891
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.5.6

Patch Changes

@whatwg-node/server@0.9.25

Patch Changes