Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Azure.Storage.Blobs.ChangeFeed_12.0.0-preview.51
12.0.0-preview.51 (2024-10-10)
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix.
Azure.Storage.Blobs.Batch_12.20.0-beta.2
12.20.0-beta.2 (2024-10-10)
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix.
System.ClientModel_1.2.1
1.2.1 (2024-10-09)
Bugs Fixed
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix (#46134).
Azure.Core_1.44.1
1.44.1 (2024-10-09)
Other Changes
- Upgraded
System.Text.Jsonpackage dependency to 6.0.10 for security fix (#46134).
Azure.Messaging.ServiceBus_7.18.2
7.18.2 (2024-10-08)
Other Changes
- Enhanced the logs emitted when acquiring a session with
ServiceBusClienttimes 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
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
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
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
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
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.