Skip to content

September 01, 2024

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 01 Sep 11:18
· 295 commits to master since this release
a87341f

@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.