cpr v1.5.0 Release Notes

Release Date: 2020-06-22 // almost 4 years ago
  • 🔄 Changes

    • Updated CURL to curl-7_69_1 (#343)
    • ⚡️ Updated mongoose to 6.18
    • 🚀 Updated googletest to release-1.10.0
    • 🔨 Refactored the mongoose test server setup
    • ➕ Added SSL options (#276)
    • 🛠 Fixed URL encoding (#379)
    • 🛠 Fixed Windows std::min type deduction
    • 👷 GitHub Actions CI (#393)
    • 🔨 Refactored all the CMake stuff (#383)
    • Fixed passing correct data type when setting CURLOPT_POSTFIELDSIZE_LARGE
    • Switched Body, UserAgent and Url from std::string derivation classes to string holder classes (#303)
    • General cleanup of the code base