Skip to content

Commit bcfc906

Browse files
ibrandesCopilot
andauthored
Storage - STG101 Release Changes (#49178)
* pom, changelog, readme updates * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent eacc47a commit bcfc906

34 files changed

Lines changed: 106 additions & 118 deletions

File tree

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
197197
com.azure.v2:azure-sdk-template;1.0.1-beta.1;1.0.1-beta.1
198198
com.azure.v2:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
199199
com.azure.v2:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
200-
com.azure:azure-storage-blob;12.33.4;12.34.0-beta.2
201-
com.azure:azure-storage-blob-batch;12.29.4;12.30.0-beta.2
200+
com.azure:azure-storage-blob;12.33.4;12.34.0
201+
com.azure:azure-storage-blob-batch;12.29.4;12.30.0
202202
com.azure:azure-storage-blob-changefeed;12.0.0-beta.36;12.0.0-beta.37
203-
com.azure:azure-storage-blob-cryptography;12.32.4;12.33.0-beta.2
203+
com.azure:azure-storage-blob-cryptography;12.32.4;12.33.0
204204
com.azure:azure-storage-blob-nio;12.0.0-beta.37;12.0.0-beta.38
205-
com.azure:azure-storage-common;12.32.3;12.33.0-beta.2
206-
com.azure:azure-storage-file-share;12.29.3;12.30.0-beta.2
207-
com.azure:azure-storage-file-datalake;12.26.4;12.27.0-beta.2
208-
com.azure:azure-storage-internal-avro;12.18.3;12.19.0-beta.2
205+
com.azure:azure-storage-common;12.32.3;12.33.0
206+
com.azure:azure-storage-file-share;12.29.3;12.30.0
207+
com.azure:azure-storage-file-datalake;12.26.4;12.27.0
208+
com.azure:azure-storage-internal-avro;12.18.3;12.19.0
209209
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
210-
com.azure:azure-storage-queue;12.28.3;12.29.0-beta.2
210+
com.azure:azure-storage-queue;12.28.3;12.29.0
211211
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
212212
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
213213
com.azure:azure-xml;1.2.1;1.3.0-beta.1

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

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

3-
## 12.31.0-beta.2 (Unreleased)
3+
## 12.30.0 (2026-05-14)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
6+
- Added support for service version 2026-04-06.
107

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-storage-blob` from `12.33.4` to version `12.34.0`.
12+
1313
## 12.29.4 (2026-05-05)
1414

1515
### Other Changes
1616

1717
#### Dependency Updates
18-
1918
- Upgraded `azure-storage-blob` from `12.33.3` to version `12.33.4`.
2019
- Upgraded `azure-core-http-netty` from `1.16.3` to version `1.16.4`.
2120
- Upgraded `azure-core` from `1.57.1` to version `1.58.0`.

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.30.0-beta.1</version>
59+
<version>12.30.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.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.30.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.34.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
70+
<version>12.34.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.33.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
86+
<version>12.33.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: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
# Release History
22

3-
## 12.0.0-beta.37 (Unreleased)
3+
## 12.0.0-beta.37 (2026-05-14)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
10-
11-
### Other Changes
6+
- Added support for service version 2026-04-06.
127

138
## 12.0.0-beta.36 (2026-03-25)
149

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.35</version>
24+
<version>12.0.0-beta.37</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.34.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
82+
<version>12.34.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.33.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
98+
<version>12.33.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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Release History
22

3-
## 12.34.0-beta.2 (Unreleased)
3+
## 12.33.0 (2026-05-14)
44

55
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
6+
- Added support for service version 2026-04-06.
107

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-storage-blob` from `12.33.4` to version `12.34.0`.
12+
1313
## 12.32.4 (2026-05-05)
1414

1515
### Other Changes
1616

1717
#### Dependency Updates
18-
1918
- Upgraded `azure-storage-blob` from `12.33.3` to version `12.33.4`.
2019
- Upgraded `azure-core-http-netty` from `1.16.3` to version `1.16.4`.
2120
- Upgraded `azure-core` from `1.57.1` to version `1.58.0`.

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.33.0-beta.1</version>
61+
<version>12.33.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.33.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.33.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.34.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
76+
<version>12.34.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.33.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
82+
<version>12.33.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)