Skip to content

Releases: ardatan/whatwg-node

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

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