Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix old websocketspp version 0.5.1, add PR#892 note.
  • Loading branch information
BillyONeal committed Oct 26, 2018
commit 342160064fc6ecfb9cf7dfc98223eab3da297130
3 changes: 2 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ cpprestsdk (2.10.7)
* 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.
* websocketspp checked in 0.7.0 version has been changed to a submodule and updated to 0.8.1.
* websocketspp 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#897 added URI resolution according to RFC3986
* PR#866 Add Transfer-Encoding compression support and extensible compression API
* PR#892 Improve utf8_to_utf16 speed for common path
-- cpprestsdk team <[email protected]> MON, 25 Oct 2018 19:25:00 -0800

cpprestsdk (2.10.6)
Expand Down