Skip to content

Commit bcfdaf3

Browse files
authored
STG96 GA Release 2024-11-13 (#42929)
* upading versions, changelogs, readmes * adding missed dependency updates to crypto changelog
1 parent ed6849e commit bcfdaf3

File tree

34 files changed

+123
-102
lines changed

34 files changed

+123
-102
lines changed

eng/versioning/version_client.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -186,17 +186,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
186186
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
187187
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
188188
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
189-
com.azure:azure-storage-blob;12.28.1;12.29.0-beta.2
190-
com.azure:azure-storage-blob-batch;12.24.0;12.25.0-beta.2
189+
com.azure:azure-storage-blob;12.28.1;12.29.0
190+
com.azure:azure-storage-blob-batch;12.24.0;12.25.0
191191
com.azure:azure-storage-blob-changefeed;12.0.0-beta.26;12.0.0-beta.27
192-
com.azure:azure-storage-blob-cryptography;12.27.1;12.28.0-beta.2
192+
com.azure:azure-storage-blob-cryptography;12.27.1;12.28.0
193193
com.azure:azure-storage-blob-nio;12.0.0-beta.27;12.0.0-beta.28
194-
com.azure:azure-storage-common;12.27.1;12.28.0-beta.2
195-
com.azure:azure-storage-file-share;12.24.0;12.25.0-beta.2
196-
com.azure:azure-storage-file-datalake;12.21.0;12.22.0-beta.2
197-
com.azure:azure-storage-internal-avro;12.13.0;12.14.0-beta.2
194+
com.azure:azure-storage-common;12.27.1;12.28.0
195+
com.azure:azure-storage-file-share;12.24.0;12.25.0
196+
com.azure:azure-storage-file-datalake;12.21.0;12.22.0
197+
com.azure:azure-storage-internal-avro;12.13.0;12.14.0
198198
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
199-
com.azure:azure-storage-queue;12.23.0;12.24.0-beta.2
199+
com.azure:azure-storage-queue;12.23.0;12.24.0
200200
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
201201
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
202202
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: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Release History
22

3-
## 12.25.0-beta.2 (Unreleased)
3+
## 12.25.0 (2024-11-13)
44

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

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
12+
- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
13+
- Upgraded `azure-storage-blob` from `12.28.0` to version `12.29.0`.
14+
1315
## 12.25.0-beta.1 (2024-10-17)
1416

1517
### Features Added

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.25.0-beta.1</version>
59+
<version>12.25.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.25.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.25.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>
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>com.azure</groupId>
7373
<artifactId>azure-storage-blob</artifactId>
74-
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
74+
<version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7575
</dependency>
7676

7777
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>com.azure</groupId>
8989
<artifactId>azure-storage-common</artifactId>
90-
<version>12.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
90+
<version>12.28.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9191
<classifier>tests</classifier>
9292
<type>test-jar</type>
9393
<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.27 (Unreleased)
3+
## 12.0.0-beta.27 (2024-11-13)
44

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

138
## 12.0.0-beta.26 (2024-10-17)
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.26</version>
24+
<version>12.0.0-beta.27</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
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.azure</groupId>
8585
<artifactId>azure-storage-blob</artifactId>
86-
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
86+
<version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8787
</dependency>
8888

8989
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -99,7 +99,7 @@
9999
<dependency>
100100
<groupId>com.azure</groupId>
101101
<artifactId>azure-storage-common</artifactId>
102-
<version>12.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
102+
<version>12.28.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
103103
<classifier>tests</classifier>
104104
<type>test-jar</type>
105105
<scope>test</scope>

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

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

3-
## 12.28.0-beta.2 (Unreleased)
3+
## 12.28.0 (2024-11-13)
44

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

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-core` from `1.52.0` to version `1.54.0`.
12+
- Upgraded `azure-core-http-netty` from `1.15.4` to version `1.15.6`.
13+
- Upgraded `azure-storage-blob` from `12.28.1` to version `12.29.0`.
14+
1315
## 12.28.0-beta.1 (2024-10-17)
1416

1517
### Features Added

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.28.0-beta.1</version>
61+
<version>12.28.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.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.28.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>
@@ -77,13 +77,13 @@
7777
<dependency>
7878
<groupId>com.azure</groupId>
7979
<artifactId>azure-storage-blob</artifactId>
80-
<version>12.29.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
80+
<version>12.29.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8181
</dependency>
8282

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

0 commit comments

Comments
 (0)