Skip to content

Releases: Azure/azure-sdk-for-go

sdk/security/keyvault/azsecrets/v1.3.1

14 Feb 01:45
a7658ce
Compare
Choose a tag to compare

1.3.1 (2025-02-13)

Other Changes

  • Upgraded dependencies

sdk/security/keyvault/azkeys/v1.3.1

14 Feb 01:45
a7658ce
Compare
Choose a tag to compare

1.3.1 (2025-02-13)

Other Changes

  • Upgraded dependencies

sdk/security/keyvault/azcertificates/v1.3.1

14 Feb 01:45
a7658ce
Compare
Choose a tag to compare

1.3.1 (2025-02-13)

Other Changes

  • Upgraded dependencies

sdk/security/keyvault/internal/v1.1.1

13 Feb 23:31
70758f0
Compare
Choose a tag to compare

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

12 Feb 19:13
5474626
Compare
Choose a tag to compare

1.8.2 (2025-02-12)

Other Changes

  • Upgraded dependencies

sdk/storage/azfile/v1.5.1-beta.1

12 Feb 07:14
6ee011a
Compare
Choose a tag to compare
Pre-release

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

12 Feb 16:29
03b82ac
Compare
Choose a tag to compare
Pre-release

1.4.1-beta.1 (2025-02-12)

Features Added

  • Upgraded service version to 2025-05-05.

Other Changes

  • Updated azidentity version to 1.8.1
  • Updated azblob version to v1.6.1-beta.1

sdk/storage/azblob/v1.6.1-beta.1

12 Feb 10:13
6ee011a
Compare
Choose a tag to compare
Pre-release

1.6.1-beta.1 (2025-02-12)

Features Added

  • Upgraded service version to 2025-05-05.

sdk/data/azcosmos/v1.3.0

12 Feb 16:52
662ad92
Compare
Choose a tag to compare

1.3.0 (2025-02-12)

Features Added

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 the EnableCrossPartitionQuery value on azcosmos.QueryOptions to false.

sdk/messaging/azservicebus/v1.8.0

11 Feb 19:53
505ad52
Compare
Choose a tag to compare

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)