Skip to content

Commit 2c5dcdf

Browse files
authored
STG99 GA Release 2025-10-21 (#47030)
* readme + changelog * spelling issues * pushing release to monday the 20th * pushing release out one more day
1 parent 2921649 commit 2c5dcdf

File tree

35 files changed

+129
-97
lines changed

35 files changed

+129
-97
lines changed

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,17 +188,17 @@ com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
188188
com.azure.v2:azure-sdk-template;1.0.1-beta.1;1.0.1-beta.1
189189
com.azure.v2:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
190190
com.azure.v2:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
191-
com.azure:azure-storage-blob;12.31.3;12.32.0-beta.2
192-
com.azure:azure-storage-blob-batch;12.27.3;12.28.0-beta.2
191+
com.azure:azure-storage-blob;12.31.3;12.32.0
192+
com.azure:azure-storage-blob-batch;12.27.3;12.28.0
193193
com.azure:azure-storage-blob-changefeed;12.0.0-beta.31;12.0.0-beta.32
194-
com.azure:azure-storage-blob-cryptography;12.30.3;12.31.0-beta.2
194+
com.azure:azure-storage-blob-cryptography;12.30.3;12.31.0
195195
com.azure:azure-storage-blob-nio;12.0.0-beta.32;12.0.0-beta.33
196-
com.azure:azure-storage-common;12.30.3;12.31.0-beta.2
197-
com.azure:azure-storage-file-share;12.27.3;12.28.0-beta.2
198-
com.azure:azure-storage-file-datalake;12.24.3;12.25.0-beta.2
199-
com.azure:azure-storage-internal-avro;12.16.3;12.17.0-beta.2
196+
com.azure:azure-storage-common;12.30.3;12.31.0
197+
com.azure:azure-storage-file-share;12.27.3;12.28.0
198+
com.azure:azure-storage-file-datalake;12.24.3;12.25.0
199+
com.azure:azure-storage-internal-avro;12.16.3;12.17.0
200200
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
201-
com.azure:azure-storage-queue;12.26.3;12.27.0-beta.2
201+
com.azure:azure-storage-queue;12.26.3;12.27.0
202202
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
203203
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
204204
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4

sdk/storage/azure-storage-blob-batch/CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Release History
22

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

55
### Features Added
6+
- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
7+
- Added support for service version 2025-11-05.
68

7-
### Breaking Changes
9+
### Other Changes
810

9-
### Bugs Fixed
11+
#### Dependency Updates
12+
- Upgraded `azure-storage-blob` from `12.31.0` to version `12.32.0`.
13+
- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
14+
- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
1015

1116
## 12.27.3 (2025-09-25)
1217

@@ -53,7 +58,7 @@
5358
## 12.28.0-beta.1 (2025-07-09)
5459

5560
### Features Added
56-
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
61+
- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
5762
- Added support for service version 2025-11-05.
5863

5964
## 12.26.1 (2025-06-19)

sdk/storage/azure-storage-blob-batch/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
5656
<dependency>
5757
<groupId>com.azure</groupId>
5858
<artifactId>azure-storage-blob-batch</artifactId>
59-
<version>12.28.0-beta.1</version>
59+
<version>12.28.0</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-batch/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-storage-blob-batch</artifactId>
16-
<version>12.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.28.0</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage batching</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage batching.</description>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.azure</groupId>
6969
<artifactId>azure-storage-blob</artifactId>
70-
<version>12.32.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
70+
<version>12.32.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7171
</dependency>
7272

7373
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-storage-common</artifactId>
86-
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
86+
<version>12.31.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8787
<classifier>tests</classifier>
8888
<type>test-jar</type>
8989
<scope>test</scope>

sdk/storage/azure-storage-blob-changefeed/CHANGELOG.md

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

3-
## 12.0.0-beta.32 (Unreleased)
3+
## 12.0.0-beta.32 (2025-10-21)
44

55
### Features Added
6-
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.
7-
8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
6+
- Added more useful error message when the SDK encounters an x-ms-version mismatch issue.
7+
- Added support for service version 2025-11-05.
138

149
## 12.0.0-beta.31 (2025-07-16)
1510

sdk/storage/azure-storage-blob-changefeed/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ process change events that occur in your Blob Storage account at a low cost.
2121
<dependency>
2222
<groupId>com.azure</groupId>
2323
<artifactId>azure-storage-blob-changefeed</artifactId>
24-
<version>12.0.0-beta.30</version>
24+
<version>12.0.0-beta.32</version>
2525
</dependency>
2626
```
2727
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-changefeed/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.azure</groupId>
8181
<artifactId>azure-storage-blob</artifactId>
82-
<version>12.32.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
82+
<version>12.32.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8383
</dependency>
8484

8585
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>com.azure</groupId>
9797
<artifactId>azure-storage-common</artifactId>
98-
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
98+
<version>12.31.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9999
<classifier>tests</classifier>
100100
<type>test-jar</type>
101101
<scope>test</scope>

sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md

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

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

55
### Features Added
6+
- Added support for service version 2025-11-05.
67

7-
### Breaking Changes
8+
### Other Changes
89

9-
### Bugs Fixed
10+
#### Dependency Updates
11+
- Upgraded `azure-storage-blob` from `12.31.0` to version `12.32.0`.
12+
- Upgraded `azure-core` from `1.55.5` to version `1.57.0`.
13+
- Upgraded `azure-core-http-netty` from `1.15.13` to version `1.16.2`.
1014

1115
## 12.30.3 (2025-09-25)
1216

sdk/storage/azure-storage-blob-cryptography/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
5858
<dependency>
5959
<groupId>com.azure</groupId>
6060
<artifactId>azure-storage-blob-cryptography</artifactId>
61-
<version>12.31.0-beta.1</version>
61+
<version>12.31.0</version>
6262
</dependency>
6363
```
6464
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-cryptography/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>com.azure</groupId>
1515
<artifactId>azure-storage-blob-cryptography</artifactId>
16-
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.31.0</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
1717

1818
<name>Microsoft Azure client library for Blob Storage cryptography</name>
1919
<description>This module contains client library for Microsoft Azure Blob Storage cryptography.</description>
@@ -73,13 +73,13 @@
7373
<dependency>
7474
<groupId>com.azure</groupId>
7575
<artifactId>azure-storage-blob</artifactId>
76-
<version>12.32.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
76+
<version>12.32.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>com.azure</groupId>
8181
<artifactId>azure-storage-common</artifactId>
82-
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
82+
<version>12.31.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8383
<classifier>tests</classifier>
8484
<type>test-jar</type>
8585
<scope>test</scope>

0 commit comments

Comments
 (0)