This commit is contained in:
Victor Vazquez 2022-05-05 09:54:19 -07:00 committed by GitHub
parent b9fb5efb6a
commit d317e06ba9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -1,13 +1,11 @@
# Release History
## 1.6.0-beta.1 (Unreleased)
## 1.6.0 (2022-05-05)
### Features Added
- Add `Azure::Core::Http::Request` constructor overload to support payload and non-buffered response.
### Breaking Changes
### Bugs Fixed
- [[#3537]](https://github.com/Azure/azure-sdk-for-cpp/issues/3537) Updated field type `CurlTransportOptions.Proxy` from `std::string` to `Azure::Nullable<std::string>`. This allows libcurl to ignore the proxy settings from the environment when the string is empty.

View File

@ -13,7 +13,7 @@
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 6
#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)