Skip to content

Commit eee60a1

Browse files
authored
DM Lib beta release (Azure#46596)
1 parent fabfa6c commit eee60a1

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

sdk/storage/Azure.Storage.DataMovement.Blobs/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 12.0.0-beta.6 (Unreleased)
4-
5-
### Features Added
3+
## 12.0.0-beta.6 (2024-10-14)
64

75
### Breaking Changes
86
- Changed `FromContainer(string containerUri, BlobStorageResourceContainerOptions options = default)` to `FromContainer(Uri containerUri, BlobStorageResourceContainerOptions options = default)`
@@ -12,6 +10,7 @@
1210
- Fixed bug where using OAuth would not preserve source properties to destination properties.
1311

1412
### Other Changes
13+
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.
1514

1615
## 12.0.0-beta.5 (2024-07-16)
1716

sdk/storage/Azure.Storage.DataMovement.Files.Shares/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Release History
22

3-
## 12.0.0-beta.3 (Unreleased)
4-
5-
### Features Added
3+
## 12.0.0-beta.3 (2024-10-14)
64

75
### Breaking Changes
86
- Changed `FromDirectory(string directoryUri, ShareFileStorageResourceOptions options = default)` to `FromDirectory(Uri directoryUri, ShareFileStorageResourceOptions options = default)`
@@ -13,6 +11,7 @@
1311
- Fixed bug where LastWrittenOn property was not being preserved when copying a Share File to another Share File.
1412

1513
### Other Changes
14+
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.
1615

1716
## 12.0.0-beta.2 (2024-07-16)
1817

sdk/storage/Azure.Storage.DataMovement/CHANGELOG.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 12.0.0-beta.6 (Unreleased)
3+
## 12.0.0-beta.6 (2024-10-14)
44

55
### Features Added
66
- Added support to disable checkpointing via `TransferCheckpointStoreOptions.Disabled`.
@@ -9,9 +9,8 @@
99
- Removed the constructor for `TransferCheckpointStoreOptions` and replaced with a static builder method `Local`.
1010
- Changed `TransferCheckpointStoreOptions.CheckpointerPath` to internal.
1111

12-
### Bugs Fixed
13-
1412
### Other Changes
13+
- Upgraded `System.Text.Json` package dependency to 6.0.10 for security fix.
1514

1615
## 12.0.0-beta.5 (2024-07-16)
1716

0 commit comments

Comments
 (0)