Skip to content

Releases: libcpr/cpr

NuGet: Fixed Package

18 May 18:42

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

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

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

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

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

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

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

Replaced build types with flags

24 Nov 09:22

Choose a tag to compare

In this release we fixed a CMake crash caused by us adding custom build types for sanitizer builds. They now got replaced by CMake flags.

  • CPR_DEBUG_SANITIZER_FLAG_THREAD
  • CPR_DEBUG_SANITIZER_FLAG_ADDR
  • CPR_DEBUG_SANITIZER_FLAG_LEAK
  • CPR_DEBUG_SANITIZER_FLAG_UB
  • CPR_DEBUG_SANITIZER_FLAG_ALL

What's Changed

Full Changelog: 1.9.2...1.9.3

Thread Pool Fix and Proxie Constructor Enhancements

03 Sep 12:35

Choose a tag to compare

What's Changed

  • Fixed thread pool not creating enough new threads by @COM8 in #802
  • Add std::map based constructors to Proxies and ProxyAuthentication by @kp-cat in #814

Full Changelog: 1.9.1...1.9.2

1.9.1 - Include Bugfix

31 Jul 06:52

Choose a tag to compare

Changes

  • Added the missing fstream include inside body.h

Full Changelog: 1.9.0...1.9.1