Azure Core February Releases (#5304)

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
Anton Kolesnyk 2024-02-01 12:54:29 -08:00 committed by GitHub
parent 070c7e94db
commit 9b79205b68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Release History
## 1.0.0-beta.7 (Unreleased)
## 1.0.0-beta.7 (2024-02-01)
### Features Added
@ -15,8 +15,6 @@ The `Close` method on AMQP Message Sender and Message Receiver now blocks until
- Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node.
- Enabled more than one uAMQP session to be created on a single connection.
### Other Changes
## 1.0.0-beta.6 (2024-01-11)
### Features Added

View File

@ -1,10 +1,6 @@
# Release History
## 1.12.0-beta.1 (Unreleased)
### Features Added
### Breaking Changes
## 1.11.1 (2024-02-01)
### Bugs Fixed

View File

@ -11,9 +11,9 @@
#include <cstdint>
#define AZURE_CORE_VERSION_MAJOR 1
#define AZURE_CORE_VERSION_MINOR 12
#define AZURE_CORE_VERSION_PATCH 0
#define AZURE_CORE_VERSION_PRERELEASE "beta.1"
#define AZURE_CORE_VERSION_MINOR 11
#define AZURE_CORE_VERSION_PATCH 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)