Releases: Azure/azure-sdk-for-cpp
Releases · Azure/azure-sdk-for-cpp
azure-storage-files-shares_12.13.0
12.13.0 (2025-03-11)
Features Added
- Features in
12.13.0-beta.1
are now generally available.
azure-storage-common_12.10.0
12.10.0 (2025-03-11)
Features Added
- Features in
12.10.0-beta.1
are now generally available.
azure-identity_1.11.0-beta.1
1.11.0-beta.1 (2025-03-11)
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-core_1.15.0
1.15.0 (2025-03-06)
Features Added
- Made default constructor for
Azure::Core::Uuid
implicit. - Added mTLS support to WinHTTP transport.
- To enable mTLS, first create an appropriate Windows
PCCERT_CONTEXT
object and set theTlsClientCertificate
field inWinHttpTransportOptions
to that certificate before creating theWinHttpTransport
object.
- To enable mTLS, first create an appropriate Windows
azure-storage-files-shares_12.13.0-beta.1
12.13.0-beta.1 (2025-02-11)
Features Added
- Bumped up API version to
2025-05-05
. - Added support for NFS over REST.
Breaking Changes
- The following APIs no longer send the
x-ms-file-permission-key
,x-ms-file-attributes
,x-ms-file-creation-time
, andx-ms-file-last-write-time
request headers by default. These headers have been optional in the REST API since x-ms-version2021-06-08
:ShareFileClient::Create()
ShareFileClient::SetProperties()
ShareDirectoryClient::Create()
ShareDirectoryClient::SetProperties()
azure-storage-common_12.10.0-beta.1
12.10.0-beta.1 (2025-02-11)
Features Added
- Bumped up Account SAS version to
2025-05-05
.
azure-data-tables_1.0.0-beta.6
1.0.0-beta.6 (2025-01-22)
Breaking Changes
- Removed constructor for SAS token authentication in
TableServiceClient
andTableClient
. - Simplified APIs by removing redundant structures.
- Changes to the Update/Upsert APIs.
azure-core_1.15.0-beta.2
1.15.0-beta.2 (2025-01-09)
Features Added
- Made default constructor for
Azure::Core::Uuid
implicit.
azure-data-tables_1.0.0-beta.5
1.0.0-beta.5 (2024-11-22)
Breaking Changes
- Renamed
tables_clients.hpp
totable_client.hpp
and splitTableServiceClient
into its own file,table_service_client.hpp
. - Removed the
TablesAudience
field fromTableClientOptions
since it is not required. - Removed ServiceVersion type and changed the ApiVersion field within
TableClientOptions
to be std::string. - Removed the
TableServiceClient
constructor that only accepts one defaulted options parameter.
Bugs Fixed
- Use the package version for telemetry, rather than API version.
Other Changes
- Updated samples to reflect the changes in the client.
azure-storage-files-shares_12.12.0
12.12.0 (2024-11-12)
Features Added
- Features in
12.12.0-beta.1
are now generally available.