Azure SDK for C++ (February 2024)
The Azure SDK team is pleased to announce our February 2024 client library releases.
4 packages released this month.
Patch Updates (1)
- Core
Beta Packages (3)
-
AMQP
-
Event Hubs
-
Identity
Release highlights
AMQP 1.0.0-beta.7 Changelog
Bugs Fixed
- 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.
Features Added
- The
Close
method on AMQP Message Sender and Message Receiver now blocks until the client receives aDETACH
response from the remote node.
Breaking Changes
- The
Close
method on AMQP Message Sender and Message Receiver now accepts anAzure::Core::Context
parameter. This parameter is defaulted so this change should not affect existing code.
Core 1.11.1 Changelog
Bugs Fixed
- [#5154] WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read.
Event Hubs 1.0.0-beta.6 Changelog
Breaking Changes
PartitionClient::Close
now takes an optionalAzure::Core::Context
parameter to reflect that it now waits until theClose
verb has fully completed. This should not affect existing clients.ProcessorPartitionClient::Close
now takes an optionalAzure::Core::Context
parameter to reflect that it now waits until theClose
verb has fully completed. This should not affect existing clients.
Identity 1.7.0-beta.2 Changelog
Features Added
- [#4474] Enable proactive renewal of Managed Identity tokens.
Latest Releases
View all the latest versions of C++ packages here.
Installation Instructions
To install any of our packages, copy and paste the following commands into a terminal:
# From Source
git clone https://github.com/Azure/azure-sdk-for-cpp
# git checkout <tag_name>
# For example:
git checkout azure-storage-blobs_12.0.0
Feedback
If you have a bug or feature request for one of the libraries, please post an issue to GitHub.