Releases: Azure/azure-sdk-for-go
Releases · Azure/azure-sdk-for-go
sdk/monitor/query/azmetrics/v1.2.0
1.2.0 (2025-01-15)
Features Added
- Added API Version support. Users can now change the default API Version by setting ClientOptions.APIVersion
sdk/azidentity/v1.8.1
1.8.1 (2025-01-15)
Bugs Fixed
- User credential types inconsistently log access token scopes
DefaultAzureCredential
skips managed identity in Azure Container Instances- Credentials having optional tenant IDs such as
AzureCLICredential
and
InteractiveBrowserCredential
require settingAdditionallyAllowedTenants
when used with some clients
Other Changes
ChainedTokenCredential
andDefaultAzureCredential
continue to their next
credential afterManagedIdentityCredential
receives an unexpected response
from IMDS, indicating the response is from something else such as a proxy
sdk/storage/azdatalake/v1.4.0-beta.1
1.4.0-beta.1 (2025-01-15)
Other Changes
- Updated
azblob
version tov1.6.0-beta.1
sdk/azidentity/cache/v0.3.2
0.3.2 (2025-01-15)
Other Changes
- Upgraded dependencies
sdk/messaging/azservicebus/v1.7.4
1.7.4 (2025-01-13)
Bugs Fixed
- Receivers had a bug where a message could be received but not returned to the user. Callers would see that, occasionally, a message would not be returned from ReceiveMessages(), but would appear to have been received. Thanks to @patrickwhite256 for reporting this issue. (PR #23929)
sdk/messaging/azservicebus/v1.8.0-beta.2
1.8.0-beta.2 (2025-01-14)
Features Added
- ServiceBusClient allows the endpoint to be overridden with ServiceBusClientOptions.CustomEndpoint, to use TCP proxies with AMQP. (PR #23843)
Bugs Fixed
- Receivers had a bug where a message could be received but not returned to the user. Callers would see that, occasionally, a message would not be returned from ReceiveMessages(), but would appear to have been received. Thanks to @patrickwhite256 for reporting this issue. (PR #23929)
sdk/storage/azfile/v1.5.0-beta.1
1.5.0-beta.1 (2025-01-13)
Features Added
- Add Premium access tier to Files Shares
- Provisioned v2 billing model for Azure files
sdk/storage/azblob/v1.6.0-beta.1
1.6.0-beta.1 (2025-01-13)
Features Added
- Added permissions & resourcetype parameters in listblob response.
- Added BlobProperties field in BlobPrefix definition in listblob response.
Bugs Fixed
- Fix FilterBlob API if Query contains a space character. Fixes #23546
sdk/messaging/azeventhubs/v1.3.0-beta.1
1.3.0-beta.1 (2025-01-13)
Features Added
- ProducerClient and ConsumerClient allow the endpoint to be overridden with CustomEndpoint, allowing the use of TCP proxies with AMQP.
sdk/azcore/v1.17.0
1.17.0 (2025-01-07)
Features Added
- Added field
OperationLocationResultPath
toruntime.NewPollerOptions[T]
for LROs that use theOperation-Location
pattern. - Support
encoding.TextMarshaler
andencoding.TextUnmarshaler
interfaces inarm.ResourceID
.