Skip to content

Commit cbc054c

Browse files
authored
STG97 GA Release 2025-03-11 (Azure#44568)
* upading versions, changelogs, readmes * updating dependency upgrades to use patches * adding bugfix to common changelog
1 parent 635eeee commit cbc054c

File tree

32 files changed

+100
-111
lines changed

32 files changed

+100
-111
lines changed

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -185,17 +185,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
185185
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
186186
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
187187
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
188-
com.azure:azure-storage-blob;12.29.1;12.30.0-beta.2
189-
com.azure:azure-storage-blob-batch;12.25.1;12.26.0-beta.2
188+
com.azure:azure-storage-blob;12.29.1;12.30.0
189+
com.azure:azure-storage-blob-batch;12.25.1;12.26.0
190190
com.azure:azure-storage-blob-changefeed;12.0.0-beta.28;12.0.0-beta.29
191-
com.azure:azure-storage-blob-cryptography;12.28.1;12.29.0-beta.2
191+
com.azure:azure-storage-blob-cryptography;12.28.1;12.29.0
192192
com.azure:azure-storage-blob-nio;12.0.0-beta.29;12.0.0-beta.30
193-
com.azure:azure-storage-common;12.28.1;12.29.0-beta.2
194-
com.azure:azure-storage-file-share;12.25.2;12.26.0-beta.2
195-
com.azure:azure-storage-file-datalake;12.22.1;12.23.0-beta.2
196-
com.azure:azure-storage-internal-avro;12.14.1;12.15.0-beta.2
193+
com.azure:azure-storage-common;12.28.1;12.29.0
194+
com.azure:azure-storage-file-share;12.25.2;12.26.0
195+
com.azure:azure-storage-file-datalake;12.22.1;12.23.0
196+
com.azure:azure-storage-internal-avro;12.14.1;12.15.0
197197
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
198-
com.azure:azure-storage-queue;12.24.1;12.25.0-beta.2
198+
com.azure:azure-storage-queue;12.24.1;12.25.0
199199
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
200200
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
201201
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: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
# Release History
22

3-
## 12.26.0-beta.2 (Unreleased)
3+
## 12.26.0 (2025-03-11)
44

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

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-storage-blob` from `12.29.1` to version `12.30.0`.
12+
1313
## 12.25.1 (2025-03-03)
1414

1515
### Other Changes
1616

1717
#### Dependency Updates
18-
1918
- Upgraded `azure-xml` from `1.1.0` to version `1.2.0`.
2019
- Upgraded `azure-storage-blob` from `12.29.0` to version `12.29.1`.
2120
- Upgraded `azure-core` from `1.54.0` to version `1.55.2`.

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.26.0-beta.2</version>
59+
<version>12.26.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.26.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.26.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>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.azure</groupId>
7272
<artifactId>azure-storage-blob</artifactId>
73-
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
73+
<version>12.30.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7474
</dependency>
7575

7676
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>com.azure</groupId>
8888
<artifactId>azure-storage-common</artifactId>
89-
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
89+
<version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9090
<classifier>tests</classifier>
9191
<type>test-jar</type>
9292
<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.29 (Unreleased)
3+
## 12.0.0-beta.29 (2025-03-11)
44

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

138
## 12.0.0-beta.28 (2025-02-11)
149

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

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

8888
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.azure</groupId>
100100
<artifactId>azure-storage-common</artifactId>
101-
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
101+
<version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
102102
<classifier>tests</classifier>
103103
<type>test-jar</type>
104104
<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.29.0-beta.2 (Unreleased)
3+
## 12.29.0 (2025-03-11)
44

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

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-storage-blob` from `12.29.1` to version `12.30.0`.
12+
1313
## 12.28.1 (2025-03-03)
1414

1515
### Other Changes
1616

1717
#### Dependency Updates
18-
1918
- Upgraded `azure-xml` from `1.1.0` to version `1.2.0`.
2019
- Upgraded `azure-storage-blob` from `12.29.0` to version `12.29.1`.
2120
- Upgraded `azure-json` from `1.3.0` to version `1.4.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.29.0-beta.2</version>
61+
<version>12.29.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.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.29.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>
@@ -76,13 +76,13 @@
7676
<dependency>
7777
<groupId>com.azure</groupId>
7878
<artifactId>azure-storage-blob</artifactId>
79-
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
79+
<version>12.30.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8080
</dependency>
8181

8282
<dependency>
8383
<groupId>com.azure</groupId>
8484
<artifactId>azure-storage-common</artifactId>
85-
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
85+
<version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8686
<classifier>tests</classifier>
8787
<type>test-jar</type>
8888
<scope>test</scope>

sdk/storage/azure-storage-blob-nio/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.30 (Unreleased)
3+
## 12.0.0-beta.30 (2025-03-11)
44

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

138
## 12.0.0-beta.29 (2025-02-11)
149

0 commit comments

Comments
 (0)