cl (#3047)
This commit is contained in:
parent
35e6706f73
commit
4614b80d22
@ -1,14 +1,12 @@
|
||||
# Release History
|
||||
|
||||
## 1.3.0-beta.1 (Unreleased)
|
||||
## 1.3.0 (2021-11-04)
|
||||
|
||||
### Features Added
|
||||
|
||||
- Add `NoSignal` option to the `CurlTransportAdapter`.
|
||||
- Add `ConnectionTimeout` option to the `CurlTransportAdapter`.
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
[2848](https://github.com/Azure/azure-sdk-for-cpp/issues/2848) Update the libcurl transport adapter to work with HTTP/1.1 only.
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#define AZURE_CORE_VERSION_MAJOR 1
|
||||
#define AZURE_CORE_VERSION_MINOR 3
|
||||
#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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user