Releases: Azure/azure-sdk-for-net
Releases · Azure/azure-sdk-for-net
Microsoft.CoreWCF.Azure.StorageQueues_1.0.0-beta.1
1.0.0-beta.1 (2024-07-17)
Features Added
- Added support to CoreWCF service for Azure Queue Storage to receive requests from clients as a modern replacement to using MSMQ.
Azure.Storage.Queues_12.19.0
12.19.0 (2024-07-16)
Features Added
- Includes all features from 12.19.0-beta.1.
Azure.Storage.Files.Shares_12.19.0
12.19.0 (2024-07-16)
Features Added
- Includes all features from 12.19.0-beta.1.
Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.
Azure.Storage.Files.DataLake_12.19.0
12.19.0 (2024-07-16)
Features Added
- Includes all features from 12.19.0-beta.1.
Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the path at the '#'.
Azure.Storage.Common_12.20.0
12.20.0 (2024-07-16)
Features Added
- Includes all features from 12.20.0-beta.1.
Azure.Storage.Blobs_12.21.0
12.21.0 (2024-07-16)
Features Added
- Includes all features from 12.21.0-beta.1.
Bugs Fixed
- Fixed bug where storage clients when constructed with URLs with '#' character would truncate the blob name at the '#'.
Azure.Storage.Blobs.Batch_12.18.0
12.18.0 (2024-07-16)
Features Added
- Includes all features from 12.18.0-beta.1.
Azure.Storage.DataMovement_12.0.0-beta.5
12.0.0-beta.5 (2024-07-16)
Breaking Changes
- Renamed
StorageResourceProperties
toStorageResourceItemProperties
- Renamed
StorageResourceReadStreamResult.ContentRange
toRange
- Removed the following members from
StorageResourceReadStreamResult
:AcceptRanges
RangeContentHash
Bugs Fixed
- Fixed a bug where
ChannelClosedException
could occur and be sent as an event toItemTransferFailed
when there was a failure during a transfer.
Azure.Storage.DataMovement.Files.Shares_12.0.0-beta.2
12.0.0-beta.2 (2024-07-16)
Features Added
- Improved upload and copying chunking strategy for large Share Files to improve speed
- Added ability to preserve Share File Metadata, properties, and Permissions on Share File to Share File copy.
Breaking Changes
- Removed
DownloadTransferValidationOptions
andUploadTransferValidationOptions
fromShareFileStorageResourceOptions
. - Removed
ShareFileStorageResourceOptions.SmbProperties
, use the following instead:ShareFileStorageResourceOptions.FilePermissionKey
ShareFileStorageResourceOptions.FileAttributes
ShareFileStorageResourceOptions.FileCreatedOn
ShareFileStorageResourceOptions.FileLastWrittenOn
ShareFileStorageResourceOptions.FileChangedOn
- Removed
ShareFileStorageResourceOptions.HttpHeaders
, use the following instead:ShareFileStorageResourceOptions.ContentType
ShareFileStorageResourceOptions.ContentLanguage
ShareFileStorageResourceOptions.ContentEncoding
ShareFileStorageResourceOptions.ContentDisposition
ShareFileStorageResourceOptions.CacheControl
- Changed
ShareFileStorageResourceOptions.FileMetadata
andDirectoryMetadata
to be wrapped byDataTransferProperty
type to allow preserving. - Removed
ShareFileStorageResourceOptions.FilePermissionKey
andFilePermissions
useShareFileStorageResourceOptions.FilePermissions
instead.`
Azure.Storage.DataMovement.Blobs_12.0.0-beta.5
12.0.0-beta.5 (2024-07-16)
Features Added
- Added ability to preserve Blob Metadata and properties on Blob to Blob copy.
- Added ability to preserve Blob Type on Blob Container to Blob Container copy.
Breaking Changes
- Changed
BlobStorageResourceOptions
members to be wrapped byDataTransferProperty
type to allow preserving. The following members are affected:BlobStorageResourceOptions.ContentType
BlobStorageResourceOptions.ContentLanguage
BlobStorageResourceOptions.ContentEncoding
BlobStorageResourceOptions.ContentDisposition
BlobStorageResourceOptions.CacheControl
BlobStorageResourceOptions.Metadata
- Changed
BlobStorageResourceContainerOptions.BlobType
fromAzure.Storage.Blobs.Models.BlobType
toDataTransferProperty<Azure.Storage.Blobs.Models.BlobType>