Skip to content

Azure.Storage.DataMovement_12.0.0-beta.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 27 Apr 18:31
9a65121

12.0.0-beta.2 (2023-04-26)

  • [BREAKING CHANGE] Combined SingleTransferOptions and ContainerTransferOptions into TransferOptions.
  • [BREAKING CHANGE] If TransferOptions.CreateMode is not specified, it will default to StorageResourceCreateMode.Fail instead of Overwrite.
  • Fix to prevent thread starvation on the DataTransfer.AwaitCompletion
  • Fix to prevent unnecessary OperationCancelledException's showing up in the TransferOptions.TransferFailed when cancelling a job.