Skip to content

Releases: Azure/azure-sdk-for-go

sdk/monitor/query/azmetrics/v1.2.0

15 Jan 19:15
9e7cbbe
Compare
Choose a tag to compare

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

15 Jan 18:13
d5e09ea
Compare
Choose a tag to compare

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 setting AdditionallyAllowedTenants
    when used with some clients

Other Changes

  • ChainedTokenCredential and DefaultAzureCredential continue to their next
    credential after ManagedIdentityCredential 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

15 Jan 09:55
a44e152
Compare
Choose a tag to compare
Pre-release

1.4.0-beta.1 (2025-01-15)

Other Changes

  • Updated azblob version to v1.6.0-beta.1

sdk/azidentity/cache/v0.3.2

15 Jan 21:12
bca23b5
Compare
Choose a tag to compare
Pre-release

0.3.2 (2025-01-15)

Other Changes

  • Upgraded dependencies

sdk/messaging/azservicebus/v1.7.4

14 Jan 20:41
b1480a2
Compare
Choose a tag to compare

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

14 Jan 22:43
Compare
Choose a tag to compare

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

13 Jan 11:16
e8da1cb
Compare
Choose a tag to compare
Pre-release

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

13 Jan 11:48
e8da1cb
Compare
Choose a tag to compare
Pre-release

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

14 Jan 20:41
Compare
Choose a tag to compare
Pre-release

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

07 Jan 16:31
525870f
Compare
Choose a tag to compare

1.17.0 (2025-01-07)

Features Added

  • Added field OperationLocationResultPath to runtime.NewPollerOptions[T] for LROs that use the Operation-Location pattern.
  • Support encoding.TextMarshaler and encoding.TextUnmarshaler interfaces in arm.ResourceID.