changelog for 1.2.0 release (#2713)

This commit is contained in:
Victor Vazquez 2021-08-05 20:47:51 -07:00 committed by GitHub
parent 83295c69ed
commit 2b63bc6536
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -1,13 +1,11 @@
# Release History
## 1.2.0-beta.1 (Unreleased)
## 1.2.0 (2021-08-05)
### Features Added
- Added `Azure::Core::IO::ProgressBodyStream` type that wraps an existing BodyStream based type stream and reports progress via callback when the stream position is updated.
### Breaking Changes
### Bugs Fixed
- [2647](https://github.com/Azure/azure-sdk-for-cpp/issues/2647) Make the curl transport adapter to check the connection close header.
@ -15,6 +13,7 @@
- Make WinHTTP transport adapter to NOT use SSL/TLS for unsecured HTTP connections.
### Other Changes
- Updated source code to build with Clang 11. (A community contribution, courtesy of _[davidchisnall](https://github.com/davidchisnall)_)
### Acknowledgments

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 2
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_PRERELEASE ""
#define AZURE_CORE_VERSION_ITOA_HELPER(i) #i
#define AZURE_CORE_VERSION_ITOA(i) AZURE_CORE_VERSION_ITOA_HELPER(i)