Skip to content

Releases: microsoft/cpprestsdk

v1.1.0

20 Nov 22:33
Compare
Choose a tag to compare

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

File name changes to reflect versioning

v1.0.0

20 Nov 22:34
Compare
Choose a tag to compare

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.