Azure Core August Releases (#4837)
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
9fbc3856ad
commit
35ee073d91
@ -1,6 +1,6 @@
|
||||
# Release History
|
||||
|
||||
## 1.0.0-beta.2 (Unreleased)
|
||||
## 1.0.0-beta.2 (2023-08-04)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -17,10 +17,6 @@
|
||||
- Renamed `Azure::Core::Amqp::Models::AmqpMessageFormatValue` to `AmqpDefaultMessageFormatValue`.
|
||||
- Changed the return values for the MessageSender, MessageReceiver and Management APIs.
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.0.0-beta.1 (2023-07-06)
|
||||
|
||||
### Features Added
|
||||
|
||||
@ -1,17 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 1.11.0-beta.1 (Unreleased)
|
||||
|
||||
### Features Added
|
||||
|
||||
### Breaking Changes
|
||||
## 1.10.2 (2023-08-04)
|
||||
|
||||
### Bugs Fixed
|
||||
|
||||
- [[#4792]](https://github.com/Azure/azure-sdk-for-cpp/issues/4792) Only support CURL's root cert validation when CURL version is >= 7.77.0.
|
||||
|
||||
### Other Changes
|
||||
|
||||
## 1.10.1 (2023-07-06)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
@ -11,9 +11,9 @@
|
||||
#include <cstdint>
|
||||
|
||||
#define AZURE_CORE_VERSION_MAJOR 1
|
||||
#define AZURE_CORE_VERSION_MINOR 11
|
||||
#define AZURE_CORE_VERSION_PATCH 0
|
||||
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
|
||||
#define AZURE_CORE_VERSION_MINOR 10
|
||||
#define AZURE_CORE_VERSION_PATCH 2
|
||||
#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