Skip to content

Commit e8fb89f

Browse files
authored
STG 96 GA release (#47126)
1 parent 4f49116 commit e8fb89f

File tree

13 files changed

+20
-53
lines changed

13 files changed

+20
-53
lines changed

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

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

3-
## 12.20.0-beta.3 (Unreleased)
3+
## 12.20.0 (2024-11-12)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Includes all features from 12.20.0-beta.1 and 12.20.0-beta.2.
127

138
## 12.19.1 (2024-10-10)
149

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs.Batch client library</AssemblyTitle>
7-
<Version>12.20.0-beta.3</Version>
7+
<Version>12.20.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.19.1</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.0.0-preview.52 (Unreleased)
3+
## 12.0.0-preview.52 (2024-11-12)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- This release contains bug fixes to improve quality.
127

138
## 12.0.0-preview.51 (2024-10-10)
149

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

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

3-
## 12.23.0-beta.3 (Unreleased)
3+
## 12.23.0 (2024-11-12)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Includes all features from 12.23.0-beta.1 and 12.23.0-beta.2
87

98
### Bugs Fixed
109
- Fixed bug where network download streams were not properly disposed.
1110
- Fixed bug where DownloadToAsync() did not dispose all its network streams on error in some cases.
1211

13-
### Other Changes
14-
1512
## 12.22.2 (2024-10-10)
1613

1714
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Blobs client library</AssemblyTitle>
7-
<Version>12.23.0-beta.3</Version>
7+
<Version>12.23.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.22.2</ApiCompatVersion>
1010
<DefineConstants>BlobSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.22.0-beta.3 (Unreleased)
3+
## 12.22.0 (2024-11-12)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- This release contains bug fixes to improve quality.
127

138
## 12.21.1 (2024-10-10)
149

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Common client library</AssemblyTitle>
7-
<Version>12.22.0-beta.3</Version>
7+
<Version>12.22.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.21.1</ApiCompatVersion>
1010
<DefineConstants>CommonSDK;$(DefineConstants)</DefineConstants>

sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md

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

3-
## 12.21.0-beta.3 (Unreleased)
3+
## 12.21.0 (2024-11-12)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Includes all features from 12.21.0-beta.1 and 12.21.0-beta.2.
127

138
## 12.20.1 (2024-10-10)
149

sdk/storage/Azure.Storage.Files.DataLake/src/Azure.Storage.Files.DataLake.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55
<PropertyGroup>
66
<AssemblyTitle>Microsoft Azure.Storage.Files.DataLake client library</AssemblyTitle>
7-
<Version>12.21.0-beta.3</Version>
7+
<Version>12.21.0</Version>
88
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
99
<ApiCompatVersion>12.20.1</ApiCompatVersion>
1010
<DefineConstants>DataLakeSDK;$(DefineConstants)</DefineConstants>

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

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

3-
## 12.21.0-beta.3 (Unreleased)
3+
## 12.21.0 (2024-11-12)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Includes all features from 12.21.0-beta.1 and 12.21.0-beta..
127

138
## 12.20.1 (2024-10-10)
149

0 commit comments

Comments
 (0)