Skip to content

Releases: Azure/azure-sdk-for-net

Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.51

10 Oct 19:48
991f2e6

Choose a tag to compare

12.0.0-preview.51 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

Azure.Storage.Blobs.Batch_12.20.0-beta.2

10 Oct 19:48
991f2e6

Choose a tag to compare

12.20.0-beta.2 (2024-10-10)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix.

System.ClientModel_1.2.1

09 Oct 22:44
b3ee3eb

Choose a tag to compare

1.2.1 (2024-10-09)

Bugs Fixed

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix (#46134).

Azure.Core_1.44.1

09 Oct 22:44
b3ee3eb

Choose a tag to compare

1.44.1 (2024-10-09)

Other Changes

  • Upgraded System.Text.Json package dependency to 6.0.10 for security fix (#46134).

Azure.Messaging.ServiceBus_7.18.2

08 Oct 19:47
bdef6a6

Choose a tag to compare

7.18.2 (2024-10-08)

Other Changes

  • Enhanced the logs emitted when acquiring a session with ServiceBusClient times out or is canceled. As these are known and expected exception conditions, they are now correctly logged as verbose information rather than an error. Previously, these scenarios were special-cased for processors, but receivers were treated as standard errors. Going forward, the processor and client/receiver scenarios are handled consistently.

Azure.Storage.Queues_12.21.0-beta.1

08 Oct 19:06
e1469a2

Choose a tag to compare

Pre-release

12.21.0-beta.1 (2024-10-08)

Features Added

  • Added support for service version 2025-01-05.

Azure.Storage.Files.Shares_12.21.0-beta.1

08 Oct 19:06
e1469a2

Choose a tag to compare

12.21.0-beta.1 (2024-10-08)

Features Added

  • Added support for service version 2025-01-05.
  • Added support for the provisioned V2 billing model.
  • Added support for specifying the binary file permission format for ShareFileClient.StartCopy() and .StartCopyAsync().
  • Added ShareAccessTier.Premium enum value.

Azure.Storage.Files.DataLake_12.21.0-beta.1

08 Oct 19:18
e1469a2

Choose a tag to compare

12.21.0-beta.1 (2024-10-08)

Features Added

  • Added support for service version 2025-01-05.
  • Added GenerateUserDelegationSasUri() for DataLakePathClient, DataLakeFileSystemClient, and DataLakeDirectoryClient
  • Deprecated Read()/ReadAsync() in favor of ReadStreaming()/ReadStreamingAsync() and ReadContent()/ReadContentAsync() for DataLake #45418
  • Added GenerateUserDelegationSasUri() to DataLakeFileSystemClient, DataLakePathClient, DataLakeDirectoryClient, and DataLakeFileClient.

Azure.Storage.Common_12.22.0-beta.1

08 Oct 18:51
e1469a2

Choose a tag to compare

Pre-release

12.22.0-beta.1 (2024-10-08)

Features Added

  • This release contains bug fixes to improve quality.

Azure.Storage.Blobs_12.23.0-beta.1

08 Oct 19:06
e1469a2

Choose a tag to compare

Pre-release

12.23.0-beta.1 (2024-10-08)

Features Added

  • Added support for service version 2025-01-05.
  • Added GenerateUserDelegationSasUri() to BlobBaseClient and BlobContainerClient.
  • Added BlobErrorCode.BlobAccessTierNotSupportedForAccountType enum value.

Bugs Fixed

  • Fixed bug where BlobClient.Upload(BinaryData content, ..) did not properly dispose stream after wrapping the BinaryData passed.