Releases: Azure/azure-sdk-for-go
Releases · Azure/azure-sdk-for-go
sdk/security/keyvault/azsecrets/v1.3.1
1.3.1 (2025-02-13)
Other Changes
- Upgraded dependencies
sdk/security/keyvault/azkeys/v1.3.1
1.3.1 (2025-02-13)
Other Changes
- Upgraded dependencies
sdk/security/keyvault/azcertificates/v1.3.1
1.3.1 (2025-02-13)
Other Changes
- Upgraded dependencies
sdk/security/keyvault/internal/v1.1.1
1.1.1 (2025-02-13)
Bugs Fixed
- Fixed data race when using Client from multiple goroutines concurrently (thanks, @strager)
sdk/azidentity/v1.8.2
1.8.2 (2025-02-12)
Other Changes
- Upgraded dependencies
sdk/storage/azfile/v1.5.1-beta.1
1.5.1-beta.1 (2025-02-12)
Features Added
- Upgraded service version to
2025-05-05
. - NFS Over Rest API Request/Response changes in the following APIs -
CreateFile
SetFileProperties
GetFileProperties
StartCopyFromUrl
DownloadFile
DeleteFile
CreateDirectory
GetDirectoryProperties
SetDirectoryProperties - NFS Over Rest, new API File CreateHardLink() Added
Breaking Changes
- The following APIs no longer send the x-ms-file-permission-key, x-ms-file-attributes, x-ms-file-creation-time, and x-ms-file-last-write-time request headers by default. These headers have been optional in the REST API since x-ms-version 2021-06-08:
FileClient.Create()
FileClient.SetHttpHeaders()
DirectoryClient.Create()
DirectoryClient.SetHttpHeaders()
sdk/storage/azdatalake/v1.4.1-beta.1
1.4.1-beta.1 (2025-02-12)
Features Added
- Upgraded service version to
2025-05-05
.
Other Changes
- Updated
azidentity
version to1.8.1
- Updated
azblob
version tov1.6.1-beta.1
sdk/storage/azblob/v1.6.1-beta.1
1.6.1-beta.1 (2025-02-12)
Features Added
- Upgraded service version to
2025-05-05
.
sdk/data/azcosmos/v1.3.0
1.3.0 (2025-02-12)
Features Added
- Added limited support for cross-partition queries that can be served by the gateway. See PR 23926 and https://learn.microsoft.com/rest/api/cosmos-db/querying-cosmosdb-resources-using-the-rest-api#queries-that-cannot-be-served-by-gateway for more details.
Other Changes
- All queries now set the
x-ms-documentdb-query-enablecrosspartition
header. This should not impact single-partition queries, but in the event that it does cause problems for you, this behavior can be disabled by setting theEnableCrossPartitionQuery
value onazcosmos.QueryOptions
tofalse
.
sdk/messaging/azservicebus/v1.8.0
1.8.0 (2025-02-11)
Features Added
- ServiceBusClient allows the endpoint to be overridden with ServiceBusClientOptions.CustomEndpoint, to use TCP proxies with AMQP. (PR#23843)