Skip to content

Commit 76fbe99

Browse files
authored
[Storage] [DataMovement] Prepare to release DataMovement Packages 12.3.0 (#53400)
1 parent a7747c0 commit 76fbe99

File tree

6 files changed

+7
-20
lines changed

6 files changed

+7
-20
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Release History
22

3-
## 12.3.0-beta.2 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
3+
## 12.3.0 (2025-10-21)
84

95
### Bugs Fixed
106
- Resolved memory leak issue with `CancellationTokenSource` usage not being properly disposed, namely in the following areas:
@@ -14,8 +10,6 @@
1410
- Fixed bug where cached referenced `TransferOperation`s from the `TransferManager` were not being cleared on dispose.
1511
- Fixed bug where referenced `TransferOperation` from the transfers stored in the `TransferManager` after they reach a `Completed` or `Paused` state where not being removed.
1612

17-
### Other Changes
18-
1913
## 12.3.0-beta.1 (2025-09-16)
2014

2115
### Features Added

sdk/storage/Azure.Storage.DataMovement.Blobs/src/Azure.Storage.DataMovement.Blobs.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Blobs client library</AssemblyTitle>
8-
<Version>12.3.0-beta.2</Version>
8+
<Version>12.3.0</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<ApiCompatVersion>12.2.2</ApiCompatVersion>
1111
<DefineConstants>BlobDataMovementSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.3.0-beta.2 (Unreleased)
3+
## 12.3.0 (2025-10-21)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- This release includes all features from 12.3.0-beta.1
87

98
### Bugs Fixed
109
- Resolved memory leak issue with `CancellationTokenSource` usage not being properly disposed, namely in the following areas:
@@ -14,8 +13,6 @@
1413
- Fixed bug where cached referenced `TransferOperation`s from the `TransferManager` were not being cleared on dispose.
1514
- Fixed bug where referenced `TransferOperation` from the transfers stored in the `TransferManager` after they reach a `Completed` or `Paused` state where not being removed.
1615

17-
### Other Changes
18-
1916
## 12.3.0-beta.1 (2025-09-16)
2017

2118
### Features Added

sdk/storage/Azure.Storage.DataMovement.Files.Shares/src/Azure.Storage.DataMovement.Files.Shares.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77
<PropertyGroup>
88
<AssemblyTitle>Microsoft Azure.Storage.DataMovement.Files.Shares client library</AssemblyTitle>
9-
<Version>12.3.0-beta.2</Version>
9+
<Version>12.3.0</Version>
1010
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1111
<ApiCompatVersion>12.2.2</ApiCompatVersion>
1212
<DefineConstants>ShareDataMovementSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.3.0-beta.2 (Unreleased)
4-
5-
### Features Added
3+
## 12.3.0 (2025-10-21)
64

75
### Breaking Changes
86
- [BREAKING BEHAVIOR CHANGE] Transfers that are in a `Paused` or `Completed` state will now throw an `ArgumentException` when attempting to call `PauseAsync` on them. Before transfers in a `Paused` or `Completed` state would not throw an exception when calling `PauseAsync`.
@@ -15,8 +13,6 @@
1513
- Fixed bug where cached referenced `TransferOperation`s from the `TransferManager` were not being cleared on dispose.
1614
- Fixed bug where referenced `TransferOperation` from the transfers stored in the `TransferManager` after they reach a `Completed` or `Paused` state where not being removed.
1715

18-
### Other Changes
19-
2016
## 12.3.0-beta.1 (2025-09-16)
2117

2218
### Features Added

sdk/storage/Azure.Storage.DataMovement/src/Azure.Storage.DataMovement.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66
<PropertyGroup>
77
<AssemblyTitle>Microsoft Azure.Storage.DataMovement client library</AssemblyTitle>
8-
<Version>12.3.0-beta.2</Version>
8+
<Version>12.3.0</Version>
99
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
1010
<ApiCompatVersion>12.2.2</ApiCompatVersion>
1111
<DefineConstants>DataMovementSDK;$(DefineConstants)</DefineConstants>

0 commit comments

Comments
 (0)