- Added a Cppcheck CI run
- Fixed automated libcurl ca path detection
- Fixed missing
raw_header
incpr::Response
- Fixed bugprone narrowing conversions
- Fixed
MaxRedirects
exceeded should be treated as error - Updated libcurl from
7.75.0
to7.79.1
- Fixed
cprConfig.cmake
when building cpr as a submodule - Added cpr version macros in
cprver.h
- Fixed CMake paths for subprojects
- Updated zlib-ng from
2.0.0-RC2
to2.0.5
- Fixed usage of
CPR_USE_SYSTEM_GTEST
- Added CMake find-package support
- Added more redirect options:
cont_send_cred
: Continue to send authentication (user+password) credentials when following locations, even when hostname changed.
- Added an option to specify the HTML version with
SetHttpVersion(...)
- Fixed respecting system proxy configuration
- Added an option to select the outgoing interface with
SetInterface(...)
- Added an option to get the file download length
GetDownloadFileLength(...)
- Updated Google Tests from
1.10.0
to1.11.0
- Added proxy authentication
- Don't forcibly override user setting for
FETCHCONTENT_QUIET