Skip to content

Releases: ardatan/whatwg-node

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

August 01, 2023

01 Aug 10:16
7c7667f
Compare
Choose a tag to compare

@whatwg-node/cookie-store@0.2.2

Patch Changes

@whatwg-node/server-plugin-cookies@1.0.2

Patch Changes

  • Updated dependencies
    [265aab1]:
    • @whatwg-node/cookie-store@0.2.2

July 20, 2023

20 Jul 12:30
e9a70d4
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.4.11

Patch Changes

  • #706
    e6d9f02
    Thanks @ardatan! - Fix the bug causing the stream hang when the
    response body is empty. Related #703

July 19, 2023

19 Jul 10:37
0aed46a
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.4.10

Patch Changes

  • #702
    9d90ef1
    Thanks @ardatan! - Use POSTFIELDS for static results in
    fetchCurl to avoid using Node life-cycle whenever possible (Performance optimization)

July 18, 2023

18 Jul 15:04
c739c98
Compare
Choose a tag to compare

@whatwg-node/node-fetch@0.4.9

Patch Changes

  • 1c29ff7
    Thanks @ardatan! - Use Curl instead of curly to get better
    performance without any extra logic in JS side

July 17, 2023

17 Jul 14:48
e5909e9
Compare
Choose a tag to compare

@whatwg-node/server@0.9.5

Patch Changes

  • 633655d
    Thanks @ardatan! - Cork the response once for status codes and
    headers with the static response in uWS handler

July 17, 2023

17 Jul 12:41
12eff3a
Compare
Choose a tag to compare

@whatwg-node/server@0.9.4

Patch Changes

July 14, 2023

14 Jul 15:35
6d45bfe
Compare
Choose a tag to compare

@whatwg-node/fetch@0.9.9

Patch Changes

  • #567
    f8715cd
    Thanks @ardatan! - ### Faster HTTP Client experience in Node.js with
    HTTP/2 support

    If you install node-libcurl seperately, @whatwg-node/fetch will select libcurl instead of
    node:http which is faster.

    See benchmarks

  • Updated dependencies
    [f8715cd]:

    • @whatwg-node/node-fetch@0.4.8

@whatwg-node/node-fetch@0.4.8

Patch Changes

  • #567
    f8715cd
    Thanks @ardatan! - ### Faster HTTP Client experience in Node.js with
    HTTP/2 support

    If you install node-libcurl seperately, @whatwg-node/fetch will select libcurl instead of
    node:http which is faster.

    See benchmarks