Skip to content

Releases: ardatan/whatwg-node

September 01, 2023

01 Sep 11:53
f269ea9
Compare
Choose a tag to compare

@whatwg-node/fetch@0.9.10

Patch Changes

  • #806
    9b6911a
    Thanks @ardatan! - Return Buffer instead of ArrayBuffer in
    .arrayBuffer due to a bug in Node.js that returns a bigger ArrayBuffer causing memory overflow
  • Updated dependencies
    [9b6911a]:
    • @whatwg-node/node-fetch@0.4.15

@whatwg-node/node-fetch@0.4.15

Patch Changes

  • #806
    9b6911a
    Thanks @ardatan! - Return Buffer instead of ArrayBuffer in
    .arrayBuffer due to a bug in Node.js that returns a bigger ArrayBuffer causing memory overflow

@whatwg-node/server@0.9.14

Patch Changes

  • #806
    9b6911a
    Thanks @ardatan! - Return Buffer instead of ArrayBuffer in
    .arrayBuffer due to a bug in Node.js that returns a bigger ArrayBuffer causing memory overflow
  • Updated dependencies
    [9b6911a]:
    • @whatwg-node/fetch@0.9.10

August 24, 2023

24 Aug 11:06
ebc3280
Compare
Choose a tag to compare

@whatwg-node/server@0.9.13

Patch Changes

August 21, 2023

21 Aug 13:39
0847364
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.4.14

Patch Changes

  • #777
    e3ae0a3
    Thanks @ardatan! - Do not create a new Buffer to uWS and node-http,
    and use the existing Buffer instead for better performance in Node.js.

@whatwg-node/server@0.9.12

Patch Changes

  • #777
    e3ae0a3
    Thanks @ardatan! - Do not create a new Buffer to uWS and node-http,
    and use the existing Buffer instead for better performance in Node.js.

August 09, 2023

09 Aug 15:50
7b0ee26
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.4.13

Patch Changes

@whatwg-node/server@0.9.11

Patch Changes

August 08, 2023

08 Aug 17:12
1462e34
Compare
Choose a tag to compare

@whatwg-node/server@0.9.10

Patch Changes

  • #753
    10db17b
    Thanks @ardatan! - Handle errors thrown in the request handlers as
    Internal Server Error

August 07, 2023

07 Aug 16:34
359c122
Compare
Choose a tag to compare

@whatwg-node/server@0.9.9

Patch Changes

  • 11fb356
    Thanks @ardatan! - Avoid wrapping handleRequest if there is no hook

August 07, 2023

07 Aug 15:38
55e8ff7
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.4.12

Patch Changes

  • #746
    4c0b59e
    Thanks @ardatan! - Fake promises instead of real ones for
    performance optimizations

August 06, 2023

06 Aug 23:49
24cd0fd
Compare
Choose a tag to compare

@whatwg-node/server@0.9.8

Patch Changes

  • #741
    427b829
    Thanks @ardatan! - Avoid promise usages while handling hooks for
    performance optimizations

August 03, 2023

03 Aug 16:35
e269a01
Compare
Choose a tag to compare

@whatwg-node/server@0.9.7

Patch Changes

  • #732
    0794ee5
    Thanks @ardatan! - If the environment is not able to send the
    response, do not terminate the server and handle internal errors in a better way

August 02, 2023

02 Aug 14:33
9d02a92
Compare
Choose a tag to compare

@whatwg-node/server@0.9.6

Patch Changes

  • 5136050
    Thanks @ardatan! - For uWebSockets, call res.onAborted only if
    response is a stream