You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
cpprestsdk (2.10.7)
2
+
----------------------
3
+
* cpprestsdk now has Azure Pipelines continuous integration.
4
+
* Builds for Android and iOS were repaired, now checked in Azure Pipelines to make sure that doesn't bit-rot in the future.
5
+
* 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.
6
+
* Incorrect handling of connection pooling bug that caused segfaults on Ubuntu introduced in 2.10.4 has been repaired.
7
+
* websocketpp checked in 0.5.1 version has been changed to a submodule and updated to 0.8.1.
8
+
* Added an API to set the number of threads in the asio thread pool, see PR#883
9
+
* Legacy unmaintained Visual Studio project files have been deleted, please use CMake instead.
10
+
*PR#670 Export methods to set/get the ambient scheduler in cpprest dll
11
+
*PR#866 Add Transfer-Encoding compression support and extensible compression API
12
+
*PR#892 Improve utf8_to_utf16 speed for common path
13
+
*PR#897 added URI resolution according to RFC3986
14
+
*PR#935 Fix spelling mistakes across the library
15
+
*PR#936 Use pplx namespace consistently
16
+
*PR#937 Remove _ASYNCRTIMP from ~http_listener() and implement inline
17
+
*PR#940 Avoid using identifiers reserved by C++ in header guards
18
+
*PR#943 blackjack sample: use vector instead of shared pointer for array
19
+
-- cpprestsdk team <askcasablanca@microsoft.com> MON, 30 Oct 2018 20:32:00 -0800
0 commit comments