Skip to content

Releases: ardatan/whatwg-node

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

July 13, 2023

13 Jul 12:11
876c68f
Compare
Choose a tag to compare

@whatwg-node/server@0.9.3

Patch Changes

July 10, 2023

10 Jul 18:49
d9d186b
Compare
Choose a tag to compare

@whatwg-node/cookie-store@0.2.1

Patch Changes

@whatwg-node/fetch@0.9.8

Patch Changes

  • a1c2140
    Thanks @ardatan! - Do not use async iterators to consume incoming
    Readable stream

  • Updated dependencies
    [a1c2140]:

    • @whatwg-node/node-fetch@0.4.7

@whatwg-node/node-fetch@0.4.7

Patch Changes

  • a1c2140
    Thanks @ardatan! - Do not use async iterators to consume incoming
    Readable stream

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

Patch Changes

  • Updated dependencies
    [08a9ae5]:
    • @whatwg-node/cookie-store@0.2.1

July 02, 2023

02 Jul 17:18
3bc2e6f
Compare
Choose a tag to compare

@whatwg-node/server@0.9.2

Patch Changes

  • bc955e0
    Thanks @ardatan! - Optimizations for setting headers to
    ServerResponse