Releases: microsoft/cpprestsdk
Releases · microsoft/cpprestsdk
v1.1.0
Release Notes
Release Notes:
- HTTP listener library (http_listener.h, this is still in the incubation phase under the experimental namespace )
- Support for Windows Phone 8 (Incubation phase, has not undergone rigorous testing)
- Added progress reporting capabilities to http client requests
- Fixed several customer reported issues
Breaking changes:
Added new subfolders to make header files less generic:
- compat
- pplx
- cpprest
v1.0.0
Release Notes
This release stabilizes several APIs, fixes multiple customer reported issues and adds the following improvements:
- One msi for each Visual Studio release.
- Minor additions to stream buffers.
- Added the ability to programmatically control chunk size in http_client API.
- NuGet support to ease project setup and SDK servicing. https://nuget.org/packages/cpprestsdk/
A note on breaking changes: while we will make every attempt to minimize the number of breaking changes between each release of Casablanca, we cannot guarantee that there will be no breaking changes in a given update. Your code will need to be recompiled after picking up a new version of the code, and it may need some editing in order to continue to work.