-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a19d84
commit c4cef12
Showing
4 changed files
with
24 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,23 @@ | ||
cpprestsdk (2.10.7) | ||
---------------------- | ||
* cpprestsdk now has Azure Pipelines continuous integration. | ||
* Builds for Android and iOS were repaired, now checked in Azure Pipelines to make sure that doesn't bit-rot in the future. | ||
* Several race conditions in the listener were worked around; the listeners remain experimental and are unlikely to productized in their current form; the race conditions are structural, but at least the client tests pass most of the time. | ||
* Incorrect handling of connection pooling bug that caused segfaults on Ubuntu introduced in 2.10.4 has been repaired. | ||
* websocketpp checked in 0.5.1 version has been changed to a submodule and updated to 0.8.1. | ||
* Added an API to set the number of threads in the asio thread pool, see PR#883 | ||
* Legacy unmaintained Visual Studio project files have been deleted, please use CMake instead. | ||
* PR#670 Export methods to set/get the ambient scheduler in cpprest dll | ||
* PR#866 Add Transfer-Encoding compression support and extensible compression API | ||
* PR#892 Improve utf8_to_utf16 speed for common path | ||
* PR#897 added URI resolution according to RFC3986 | ||
* PR#935 Fix spelling mistakes across the library | ||
* PR#936 Use pplx namespace consistently | ||
* PR#937 Remove _ASYNCRTIMP from ~http_listener() and implement inline | ||
* PR#940 Avoid using identifiers reserved by C++ in header guards | ||
* PR#943 blackjack sample: use vector instead of shared pointer for array | ||
-- cpprestsdk team <[email protected]> MON, 30 Oct 2018 20:32:00 -0800 | ||
|
||
cpprestsdk (2.10.6) | ||
---------------------- | ||
* PR#844 Fix clang build error | ||
|