Skip to content

Releases: libcpr/cpr

curl CVE-2023-38545

14 Oct 12:58
Compare
Choose a tag to compare

What's Changed

  • Not linking against stdc++fs on WIN32 by @COM8 in #948
  • Fixes curl version check macros for curl >= 8.0
  • Allow disabling the 'Accept-Encoding' header
  • boost/filesystem: use version 4 for compatibility with std::filesystem
  • Fixed curl multi reuse after free #968
  • Update curl to 8.4.0 to fix CVE-2023-38545 #969

Full Changelog: 1.10.4...1.10.5

curl CVE-2023-38545

14 Oct 12:58
Compare
Choose a tag to compare

What's Changed

  • CMake Proxy Test Options - 1.9.x by @COM8 in #952
  • Updated the mongoose unit test server
  • Updated mongoose to 7.7
  • Update curl to 8.4.0 to fix CVE-2023-38545
  • Fixed CI triggers for PRs
  • Fixes curl version check macros for curl >= 8.0
  • CI using test matrix for validating all combinations
  • Fix/clang windows warnings
  • Clang tidy fixes by @COM8 in #951
  • Fix cpr Include Statements - Backported #946 by @COM8 in #950

Full Changelog: 1.9.6...1.9.7

NuGet: Fixed Package

18 May 18:43
Compare
Choose a tag to compare

This release is only to fix the broken state with NuGet packages as detailed in #913.

What's Changed

  • Removed the tag specific trigger for deb CI packages by @COM8 in #914
  • Nuget Tag Name Fix by @COM8 in #913

Full Changelog: 1.10.3...1.10.4

NuGet: Fixed Package

18 May 18:42
Compare
Choose a tag to compare

This release is only to fix the broken state with NuGet packages as detailed in #913.

What's Changed

  • Removed the tag specific trigger for deb CI packages by @COM8 in #914
  • Nuget Tag Name Fix by @COM8 in #913

Full Changelog: 1.9.5...1.9.6

NuGet: Fix VS2022 Compatibility

15 May 10:42
Compare
Choose a tag to compare

What's Changed

  • NuGet: Fix VS2022 compatibility by @Sven-HP in #912
  • fix error: using typedef-name ‘curl_mime’ after ‘struct’ by @guylevy84 in #893

Full Changelog: 1.10.2...1.10.3

NuGet: Fix VS2022 Compatibility

15 May 10:39
Compare
Choose a tag to compare

What's Changed

  • NuGet: Fix VS2022 compatibility by @Sven-HP in #912
  • fix error: using typedef-name ‘curl_mime’ after ‘struct’ by @guylevy84 in #893

Full Changelog: 1.9.4...1.9.5

1.10.2

26 Mar 08:03
Compare
Choose a tag to compare

What's Changed

  • Curl formfree deprecation by @COM8 in #890
  • Potential SSL Windows no revoke fix by @COM8 in #889
  • Updated/Fixed Async test group name

Full Changelog: 1.10.1...1.10.2

Support latest cURL

26 Mar 08:01
Compare
Choose a tag to compare

What's Changed

  • Curl formfree deprecation by @COM8 in #890
  • Potential SSL Windows no revoke fix by @COM8 in #889

Full Changelog: 1.9.3...1.9.4

CMake Version Number Fix

04 Mar 09:09
Compare
Choose a tag to compare

This hotfix release fixes the invalid version number for the 1.10.0 release and adds enhanced support for the CPR_USE_BOOST_FILESYSTEM on macOS.

What's Changed

Full Changelog: 1.10.0...1.10.1

1.10.0 - Welcome cpp17

26 Jan 17:04
0817715
Compare
Choose a tag to compare

With this release we are increasing the minimum required C++ standard from cpp11 to cpp17.
BUT since we know not all of your projects are able to support a C++ standard <= cpp17, we are still supporting cpr 1.9.x until 01.01.2025. From now on the 1.9.x release will only receive bug fixes.

What's Changed

New Contributors

Full Changelog: 1.9.0...1.10.0