Skip to content

Releases: ardatan/whatwg-node

September 01, 2024

01 Sep 11:18
a87341f
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #1617
    ed368bf
    Thanks @ardatan! - # Fixes for usage of node-libcurl

    • Fix `Error: SSL peer certificate or SSH remove key was not ok error`, and use
      tls.rootCertificates as default certificates.

    Learn more

    • Fix API function called from within callback by preventing the use of curl_easy_perform and
      curl_multi_perform inside callbacks.

August 28, 2024

28 Aug 17:00
e444947
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

August 28, 2024

28 Aug 13:53
752b5de
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 860bfde
    Thanks @ardatan! - Ponyfill SuppressedError correctly inside
    DisposableStack ponyfills

August 22, 2024

22 Aug 10:47
47e45ea
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #1592
    71c79c6
    Thanks @ardatan! - When cURL is used as the HTTP client
    implementation instead of node:http, SSL_VERIFYPEER should be set false when the
    NODE_TLS_REJECT_UNAUTHORIZED environment variable is set to 0. CAINFO should be set to the
    value of the NODE_EXTRA_CA_CERTS environment variable.

    This allows the cURL client to use the same CA certificates and SSL configuration as node:http

  • #1592
    71c79c6
    Thanks @ardatan! - When agent is provided in Request, use
    node:http instead of node-libcurl

August 21, 2024

21 Aug 23:46
e717c76
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

August 21, 2024

21 Aug 23:03
5f3e7c8
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

August 21, 2024

21 Aug 21:27
beaec28
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 8ab228c
    Thanks @ardatan! - Improve disposed flag and cleanup callbacks on
    AsyncDisposable on disposeAsync call

@whatwg-node/[email protected]

Patch Changes

August 21, 2024

21 Aug 20:10
f5f5fe9
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • #1577
    99c4344
    Thanks @ardatan! - - Improve native ReadableStream handling inside
    ponyfills
    • Use waitUntil instead of floating promises
    • Handle early termination in WritableStream
    • Handle waitUntil correctly within a dummy call of ServerAdapter.fetch method
  • Updated dependencies
    [99c4344]:

@whatwg-node/[email protected]

Patch Changes

  • #1577
    99c4344
    Thanks @ardatan! - - Improve native ReadableStream handling inside
    ponyfills
    • Use waitUntil instead of floating promises
    • Handle early termination in WritableStream
    • Handle waitUntil correctly within a dummy call of ServerAdapter.fetch method

@whatwg-node/[email protected]

Patch Changes

  • #1577
    99c4344
    Thanks @ardatan! - - Improve native ReadableStream handling inside
    ponyfills
    • Use waitUntil instead of floating promises
    • Handle early termination in WritableStream
    • Handle waitUntil correctly within a dummy call of ServerAdapter.fetch method
  • Updated dependencies
    [99c4344]:

August 14, 2024

14 Aug 20:10
b126e4a
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

@whatwg-node/[email protected]

Patch Changes

  • #1566
    de1e95a
    Thanks @ardatan! - Avoid constructing DecompressionStream to check
    supported encodings

@whatwg-node/[email protected]

Patch Changes

August 08, 2024

08 Aug 15:18
8fe603f
Compare
Choose a tag to compare

@whatwg-node/[email protected]

Patch Changes

  • 1139796
    Thanks @ardatan! - Small refactor to handle content length in Body
    impl

  • 4df7cdf
    Thanks @ardatan! - `Response.redirect`'s default status code is
    `302`