Azure SDK for C++ (July 2022)
The Azure SDK team is pleased to announce our July 2022 client library releases.
8 packages released this month.
Stable Packages (2)
-
Attestation
-
Core
Beta Packages (6)
-
Identity
-
Key Vault - Certificates
-
Key Vault - Keys
-
Key Vault - Secrets
-
Storage - Blobs
-
Tracing
Release highlights
Attestation 1.0.0 Changelog
Breaking Changes
- Renamed
Version
field toApiVersion
and removed theServiceVersion
enumeration.
Core 1.7.0 Changelog
Features Added
- Added prototypes and initial service support for Distributed Tracing.
Identity 1.4.0-beta.1 Changelog
Features Added
- Added Azure App Service API version
2019-08-01
support forManagedIdentityCredential
.
Key Vault - Certificates 4.1.0-beta.1 Changelog
Features Added
- Keyvault 7.3 support added for Certificates.
Breaking Changes
- Removed ServiceVersion type, replaced with ApiVersion field in the CertificateClientOptions type.
Key Vault - Keys 4.3.0-beta.1 Changelog
Features Added
- Keyvault 7.3 support added for Keys.
Breaking Changes
- Removed ServiceVersion type, replaced with ApiVersion field in the KeyClientOptions type.
Key Vault - Secrets 4.1.0-beta.1 Changelog
Features Added
- Keyvault 7.3 support added for Secrets.
Breaking Changes
- Removed ServiceVersion type, replaced with ApiVersion field in the SecretClientOptions type.
Storage - Blobs 12.5.0-beta.2 Changelog
Features Added
- Added support for Blob Batch.
Tracing 1.0.0-beta.2 Changelog
Breaking Changes
- The
Azure::Core::Tracing::OpenTelemetry::OpenTelemetryProvider
type can only be instantiated via a factory method:OpenTelemetryProvider::Create()
.
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.