Skip to content

Commit

Permalink
DataMovement Preview 3 Release Prep (#37529)
Browse files Browse the repository at this point in the history
  • Loading branch information
amnguye committed Jul 11, 2023
1 parent 962dc63 commit 3c9cc35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.3 (Unreleased)
## 12.0.0-beta.3 (2023-07-11)

### Features Added
- Added `ResourceOptions` to `BlobStorageResourceContainerOptions` which allows setting resource specific options on all resources in a container transfer.
Expand All @@ -13,8 +13,6 @@
### Bugs Fixed
- Fixed bug where the extension methods `BlobContainerClient.StartUploadDirectoryAsync` and `StartDownloadToDirectoryAsync` throws an exception when attempting to lazy construct the `TransferManager`.

### Other Changes

## 12.0.0-beta.2 (2023-04-26)
- This release contains bug fixes to improve quality.
- Added option to `BlobStorageResourceContainerOptions` to choose `BlobType` when uploading blobs.
Expand Down
4 changes: 1 addition & 3 deletions sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.0.0-beta.3 (Unreleased)
## 12.0.0-beta.3 (2023-07-11)

### Features Added
- `TransferManager` new API `PauseAllRunningTransfersAsync`.
Expand All @@ -26,8 +26,6 @@
- Fixed bug where resuming a transfer where the source and destination is a `StorageResourceContainer` would throw a null reference exception.
- Fixed bug when downloading zero length `StorageResource`s in a `StorageResourceContainer` will throw an exception.

### Other Changes

## 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`.
Expand Down

0 comments on commit 3c9cc35

Please sign in to comment.