Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 05:22
· 194 commits to main since this release
  • Added runtime autodetection of CA bundles and directories for curl.
  • Enhanced DefaultResourceFetcher with configurable network settings:
    • New setter methods:
      • setCAInfo
      • setCAPath
      • setVerifyPeer
      • setVerifyHost
      • setFollowRedirects
      • setMaxRedirects
      • setTimeout
    • Corresponding C API functions:
      • plutobook_set_ssl_cainfo
      • plutobook_set_ssl_capath
      • plutobook_set_ssl_verify_peer
      • plutobook_set_ssl_verify_host
      • plutobook_set_http_follow_redirects
      • plutobook_set_http_max_redirects
      • plutobook_set_http_timeout