Skip to content

September 01, 2024

Choose a tag to compare

@theguild-bot theguild-bot released this 01 Sep 11:18
· 1504 commits to master since this release
a87341f

@whatwg-node/node-fetch@0.5.26

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.