New
1.13.0
What's Changed
- Implement support for CURLOPT_CAINFO_BLOB by @fwosar in https://github.com/libcpr/cpr/pull/1269
- Added support for CURLOPT_SSLCERT_BLOB by @ssauermann in https://github.com/libcpr/cpr/pull/1270
- Refactor: Pass std::string_view by value instead of by const reference by @leejkee in https://github.com/libcpr/cpr/pull/1260
- Add connection pool option (V3) by @cleaton in https://github.com/libcpr/cpr/pull/1219
- fix: Calling empty callbacks by @nlogozzo in https://github.com/libcpr/cpr/pull/1233
- fix: callback function pointer type mismatch in writeFunction by @lbatuska in https://github.com/libcpr/cpr/pull/1237
- 1.12.0 CI Fixes by @COM8 in https://github.com/libcpr/cpr/pull/1229
- fix: Cmake config file by @nlogozzo in https://github.com/libcpr/cpr/pull/1234
- fix: make is_same_v check constexpr in set_option_internal by @bi0ha2ard in https://github.com/libcpr/cpr/pull/1248
- cpr::MultiPerform fixes - #1047 and #1186 by @Anohkka in https://github.com/libcpr/cpr/pull/1249
- Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/libcpr/cpr/pull/1250
- Bump actions/checkout from 3 to 5 by @dependabot[bot] in https://github.com/libcpr/cpr/pull/1244
- Allow disabling PSL by @COM8 in https://github.com/libcpr/cpr/pull/1253
- Make curl dependency management optional by @inkychris in https://github.com/libcpr/cpr/pull/1255
- curl_container: allow calling GetContent without CurlHolder by @muxelplexer in https://github.com/libcpr/cpr/pull/1246
- Bump stefanzweifel/git-auto-commit-action from 6 to 7 by @dependabot[bot] in https://github.com/libcpr/cpr/pull/1258
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in https://github.com/libcpr/cpr/pull/1264
- Bump actions/setup-python from 1 to 5 by @dependabot[bot] in https://github.com/libcpr/cpr/pull/1231
- 1.13.0 Release Preperation by @COM8 in https://github.com/libcpr/cpr/pull/1271
New Contributors
- @nlogozzo made their first contribution in https://github.com/libcpr/cpr/pull/1233
- @cleaton made their first contribution in https://github.com/libcpr/cpr/pull/1219
- @lbatuska made their first contribution in https://github.com/libcpr/cpr/pull/1237
- @bi0ha2ard made their first contribution in https://github.com/libcpr/cpr/pull/1248
- @inkychris made their first contribution in https://github.com/libcpr/cpr/pull/1255
- @muxelplexer made their first contribution in https://github.com/libcpr/cpr/pull/1246
- @leejkee made their first contribution in https://github.com/libcpr/cpr/pull/1260
- @fwosar made their first contribution in https://github.com/libcpr/cpr/pull/1269
- @ssauermann made their first contribution in https://github.com/libcpr/cpr/pull/1270
Full Changelog: https://github.com/libcpr/cpr/compare/1.12.0...1.13.0