Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-identity_1.12.0-beta.1
1.12.0-beta.1 (2025-06-05)
Features Added
- Added support for the
AZURE_TOKEN_CREDENTIALS
environment variable toDefaultAzureCredential
, which allows for choosing between 'deployed service' and 'developer tool' credentials. Valid values are 'dev' for developer tools and 'prod' for deployed service.
Bugs Fixed
- [#4952] Fixed
ManagedIdentityCredential
to fail fast if IMDS authentication is not available. - [#4669] Fixed the order of credentials in
DefaultAzureCredential
:ManagedIdentityCredential
beforeAzureCliCredential
.
Other Changes
- Added support for overriding IMDS authority host in the
ManagedIdentityCredential
viaAZURE_POD_IDENTITY_AUTHORITY_HOST
environment variable.
azure-core_1.16.0-beta.1
1.16.0-beta.1 (2025-06-05)
Features Added
- [#6535] Enable SSL caching for libcurl transport by default, which is backwards compatible behavior with older libcurl versions, so using the default settings won't result in transport error when using libcurl >= 8.12. The option is controlled by
CurlTransportOptions::EnableCurlSslCaching
, and is on by default. (A community contribution, courtesy of sushshring)
Other Changes
- [#4952] Added internal support to pass connection timeout via context.
Acknowledgments
Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:
- Sushrut Shringarputale (GitHub)
azure-storage-files-shares_12.14.0-beta.1
12.14.0-beta.1 (2025-05-13)
Features Added
- Added new APIs
ShareFileClient::CreateSymbolicLink()
andShareFileClient::GetSymbolicLink()
.
azure-storage-blobs_12.14.0-beta.1
12.14.0-beta.1 (2025-05-13)
Features Added
- Bumped up API version to
2025-07-05
. - Added new field
FileRequestIntent
inCopyBlobFromUriOptions
,UploadBlockBlobFromOptions
,StageBlockFromUriOptions
,AppendBlockFromUriOptions
,UploadPagesFromUriOptions
azure-security-keyvault-certificates_4.3.0-beta.4
4.3.0-beta.4 (2025-05-06)
Features Added
- Added support for
PreserveCertificateOrder
option. - Updated API version to
7.6-preview.2
.
azure-identity_1.11.0
1.11.0 (2025-04-08)
Features Added
- Added
Subscription
toAzureCliCredentialOptions
which allows the caller to specify an Azure subscription that does not match the current Azure CLI subscription. - [#6321] Log Client ID used in
ManagedIdentityCredential
.
Bugs Fixed
- [#5235] Warnings in
azure/identity.hpp
cause strict builds to fail.
azure-security-keyvault-secrets_4.3.0-beta.4
4.3.0-beta.4 (2025-04-08)
Bugs Fixed
- Allow the
ApiVersion
field withinSecretClientOptions
to be settable.
Other Changes
- Use generated code to replace hand written client.
azure-security-keyvault-keys_4.5.0-beta.3
4.5.0-beta.3 (2025-04-08)
Bugs Fixed
- Allow the
ApiVersion
field withinKeyClientOptions
to be settable.
Other Changes
- Use generated code to replace hand written client.
azure-security-keyvault-certificates_4.3.0-beta.3
4.3.0-beta.3 (2025-04-08)
Bugs Fixed
- Allow the
ApiVersion
field withinCertificateClientOptions
to be settable.
Other Changes
- Use generated code to replace hand written client.
azure-template_1.1.0-beta.4682743
1.1.0-beta.4682743 (2025-03-24)
- Validate template project ahead of release
Other Changes
- Testing Engineering System changes