Skip to content

Releases: Azure/azure-sdk-for-net

Microsoft.CoreWCF.Azure.StorageQueues_1.0.0-beta.1

17 Jul 21:52
65da6f2
Compare
Choose a tag to compare

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

16 Jul 18:56
328c2d1
Compare
Choose a tag to compare

12.19.0 (2024-07-16)

Features Added

  • Includes all features from 12.19.0-beta.1.

Azure.Storage.Files.Shares_12.19.0

16 Jul 19:03
328c2d1
Compare
Choose a tag to compare

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

16 Jul 19:06
328c2d1
Compare
Choose a tag to compare

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

16 Jul 18:45
328c2d1
Compare
Choose a tag to compare

12.20.0 (2024-07-16)

Features Added

  • Includes all features from 12.20.0-beta.1.

Azure.Storage.Blobs_12.21.0

16 Jul 18:55
328c2d1
Compare
Choose a tag to compare

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

16 Jul 19:04
328c2d1
Compare
Choose a tag to compare

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

17 Jul 01:19
4e073bb
Compare
Choose a tag to compare

12.0.0-beta.5 (2024-07-16)

Breaking Changes

  • Renamed StorageResourceProperties to StorageResourceItemProperties
  • Renamed StorageResourceReadStreamResult.ContentRange to Range
  • Removed the following members from StorageResourceReadStreamResult:
    • AcceptRanges
    • RangeContentHash

Bugs Fixed

  • Fixed a bug where ChannelClosedException could occur and be sent as an event to ItemTransferFailed when there was a failure during a transfer.

Azure.Storage.DataMovement.Files.Shares_12.0.0-beta.2

17 Jul 01:28
4e073bb
Compare
Choose a tag to compare

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 and UploadTransferValidationOptions from ShareFileStorageResourceOptions.
  • 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 and DirectoryMetadata to be wrapped by DataTransferProperty type to allow preserving.
  • Removed ShareFileStorageResourceOptions.FilePermissionKey and FilePermissions use ShareFileStorageResourceOptions.FilePermissions instead.`

Azure.Storage.DataMovement.Blobs_12.0.0-beta.5

17 Jul 01:29
4e073bb
Compare
Choose a tag to compare

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 by DataTransferProperty type to allow preserving. The following members are affected:
    • BlobStorageResourceOptions.ContentType
    • BlobStorageResourceOptions.ContentLanguage
    • BlobStorageResourceOptions.ContentEncoding
    • BlobStorageResourceOptions.ContentDisposition
    • BlobStorageResourceOptions.CacheControl
    • BlobStorageResourceOptions.Metadata
  • Changed BlobStorageResourceContainerOptions.BlobType from Azure.Storage.Blobs.Models.BlobType to DataTransferProperty<Azure.Storage.Blobs.Models.BlobType>