Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cpr 1.11.0 #194151

Merged
merged 2 commits into from
Oct 13, 2024
Merged

cpr 1.11.0 #194151

merged 2 commits into from
Oct 13, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Curl 8.10.1 by @COM8 in https://github.com/libcpr/cpr/pull/1111
* proxy authentication fix by @bleriaf in https://github.com/libcpr/cpr/pull/875
* Curl formfree deprecation by @COM8 in https://github.com/libcpr/cpr/pull/890
* Potential SSL Windows no revoke fix by @COM8 in https://github.com/libcpr/cpr/pull/889
* fix error: using typedef-name ‘curl_mime’ after ‘struct’ (#892) by @guylevy84 in https://github.com/libcpr/cpr/pull/893
* Add cpr package into Fedora Linux official repository by @topazus in https://github.com/libcpr/cpr/pull/899
* NuGet: Fix VS2022 compatibility by @sven-molkenstruck in https://github.com/libcpr/cpr/pull/912
* Nuget Tag Name Fix by @COM8 in https://github.com/libcpr/cpr/pull/913
* Removed the tag specific trigger for deb CI packages by @COM8 in https://github.com/libcpr/cpr/pull/914
* Fixes curl version check macros for curl >= 8.0 by @COM8 in https://github.com/libcpr/cpr/pull/922
* Allow disabling the 'Accept-Encoding' header by @COM8 in https://github.com/libcpr/cpr/pull/926
* boost/filesystem: use version 4 for compatibility with std::filesystem by @cpsauer in https://github.com/libcpr/cpr/pull/929
* Avoid conflicts with external components by @kone-tlammi in https://github.com/libcpr/cpr/pull/934
* Add vector param to Multipart initialization by @sivachandran in https://github.com/libcpr/cpr/pull/923
* ndk stdc++fs library error by @turkic-dev in https://github.com/libcpr/cpr/pull/887
* Using Test Matrix for Validating all Combinations by @COM8 in https://github.com/libcpr/cpr/pull/935
* Fix/clang windows warnings #927 by @COM8 in https://github.com/libcpr/cpr/pull/937
* Bump jwlawson/actions-setup-cmake from 1.13 to 1.14 by @dependabot in https://github.com/libcpr/cpr/pull/939
* Add ZLIB::ZLIB alias and conditional renaming by @sant0s12 in https://github.com/libcpr/cpr/pull/942
* Update zlib-ng and gtest to circumvent curl missing the zlib target by @COM8 in https://github.com/libcpr/cpr/pull/945
* Fix/943 Fix cpr Include Statements by @COM8 in https://github.com/libcpr/cpr/pull/946
* Fixed CI triggers for PRs by @COM8 in https://github.com/libcpr/cpr/pull/949
* Unencoded Cookies Test by @COM8 in https://github.com/libcpr/cpr/pull/955
* Fix dangling reference to callback after move by @kone-tlammi in https://github.com/libcpr/cpr/pull/962
* Docs for how to execute tests by @COM8 in https://github.com/libcpr/cpr/pull/965
* Fixed curl multi reuse after free by @COM8 in https://github.com/libcpr/cpr/pull/968
* Fixed curl NPN support range by @COM8 in https://github.com/libcpr/cpr/pull/972
* Allowing post for multiple times by @COM8 in https://github.com/libcpr/cpr/pull/973
* only set CURLSSLOPT_NATIVE_CA if curl version >= 7.71.0 by @flixr in https://github.com/libcpr/cpr/pull/985
* Avoid linking std  library if not needed by @ts826848 in https://github.com/libcpr/cpr/pull/987
* Fix compiler warning C4244 on MSVC. by @ssexa in https://github.com/libcpr/cpr/pull/991
* Bump actions/upload-artifact from 3 to 4 by @dependabot in https://github.com/libcpr/cpr/pull/993
* GitHub action for auto-updating GIT_TAG in readme by @andev0 in https://github.com/libcpr/cpr/pull/992
* clang-tidy fixes by @COM8 in https://github.com/libcpr/cpr/pull/998
* Fixes #932 - `CURL_PROGRESSFUNC_CONTINUE` not always defined by @COM8 in https://github.com/libcpr/cpr/pull/1000
* Modify the boost version to be >= 1.77 by @xfangfang in https://github.com/libcpr/cpr/pull/977
* Fixed openssl/types.h include for ubuntu20.04 by @COM8 in https://github.com/libcpr/cpr/pull/1002
* Bump RafikFarhad/clang-format-github-action from 3.0.0 to 3.2.0 by @dependabot in https://github.com/libcpr/cpr/pull/981
* Bump actions/checkout from 3 to 4 by @dependabot in https://github.com/libcpr/cpr/pull/959
* Reverted to actions/checkout@v3 to deal with old node versions by @COM8 in https://github.com/libcpr/cpr/pull/1004
* Fixed uninitialized C-arrays by @COM8 in https://github.com/libcpr/cpr/pull/1006
* `cpr::Session` Is Now Unmovable/Copyable by @COM8 in https://github.com/libcpr/cpr/pull/999
* Fixed download with cpr::AcceptEncoding by @COM8 in https://github.com/libcpr/cpr/pull/1010
* Fixed the missing install export in case we do not use system curl by @COM8 in https://github.com/libcpr/cpr/pull/1013
* Bump nuget/setup-nuget from 1 to 2 by @dependabot in https://github.com/libcpr/cpr/pull/1022
* Optimization cookie time by @0x703cd8 in https://github.com/libcpr/cpr/pull/1033
* Thread Pool Fix High CPU Load When Paused  by @COM8 in https://github.com/libcpr/cpr/pull/1039
* Use std::call_once instead of double-checked locking in singletons by @bllanos in https://github.com/libcpr/cpr/pull/1042
* Made interceptors runnable for any number of requests on a single Session by @AndreGleichner in https://github.com/libcpr/cpr/pull/1038
* add empty() for cpr::Cookies by @xiaoloudongfeng in https://github.com/libcpr/cpr/pull/1046
* multi level ca for CaBuffer by @xiaoloudongfeng in https://github.com/libcpr/cpr/pull/1050
* Added Unit Tests for Special File Names by @COM8 in https://github.com/libcpr/cpr/pull/936
* Fixed std::filesystem::path to C-string Conversion On Windows by @COM8 in https://github.com/libcpr/cpr/pull/1052
* WIP macOS CI Fixes by @COM8 in https://github.com/libcpr/cpr/pull/1009
* fix: fallback from curl_multi_poll to curl_multi_wait before curl 7.66 by @TontonJambon in https://github.com/libcpr/cpr/pull/1055
* parseHeader optimization: no intermediate std::vector by @dayjaby in https://github.com/libcpr/cpr/pull/1062
* Const Response::GetCertInfos() by @COM8 in https://github.com/libcpr/cpr/pull/1076
* add support for CURLAUTH_NEGOTIATE by @lubomirjurukov in https://github.com/libcpr/cpr/pull/1078
* Removed Ubuntu 18.04 and added 24.04 CI runs by @COM8 in https://github.com/libcpr/cpr/pull/1053
* The header and write callback now uses a std::string_view as argument for data to avoid copying by @COM8 in https://github.com/libcpr/cpr/pull/1081
* README: add info about a port in MacPorts by @barracuda156 in https://github.com/libcpr/cpr/pull/1089
* Fix sensitive data leaking in Authentication by @jagerman in https://github.com/libcpr/cpr/pull/1067
* Update README.md by @Norman-Normandy in https://github.com/libcpr/cpr/pull/1095
* fix: incorrect words in session.cpp by @L-Super in https://github.com/libcpr/cpr/pull/1101
* Do not build cpr as shared lib by default by @COM8 in https://github.com/libcpr/cpr/pull/1104
* gcc 15 support by @atupone in https://github.com/libcpr/cpr/pull/1109
* Fixed implicit std::function constructors by @COM8 in https://github.com/libcpr/cpr/pull/1098
* Fix 32bit Unittest Builds by @COM8 in https://github.com/libcpr/cpr/pull/1097
* Fix deb Build CI by @COM8 in https://github.com/libcpr/cpr/pull/1113
* More And Better cpr Error Codes by @COM8 in https://github.com/libcpr/cpr/pull/1110
* Clang-{Tidy,Format} Update by @COM8 in https://github.com/libcpr/cpr/pull/1112
* Curl Minimum Supported Version 7.64.0 by @COM8 in https://github.com/libcpr/cpr/pull/1120
* Preparation For 1.11.0 Release by @COM8 in https://github.com/libcpr/cpr/pull/1115

New Contributors

Full Changelog: libcpr/cpr@1.10.5...1.11.0

@github-actions github-actions bot added the bump-formula-pr PR was created using `brew bump-formula-pr` label Oct 13, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Oct 13, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Oct 13, 2024
Merged via the queue into master with commit da55838 Oct 13, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-cpr-1.11.0 branch October 13, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants