Skip to content

0.4.35

Compare
Choose a tag to compare
@sagebind sagebind released this 09 Mar 04:06

Added

  • Add some more fields to Debug for Version (#368)
  • Add expect_100_timeout option to mirror CURLOPT_EXPECT_100_TIMEOUT_MS (#376)
  • Add feature-gated support for curl_easy_upkeep, introduced in 7.62.0. Use the upkeep_7_62_0 feature to enable this method. (#378)

Fixed

  • Probe for OpenSSL certificates only once (#362, #363)
  • Upgrade socket2 dependency to a version not making invalid assumptions about the memory layout of std::net::SocketAddr. (#365)
  • Fix debug formatting for Events struct (#377)
  • Fix tcp_nodelay not working for static builds on Unix (#379, #381)