Skip to content

Commit 1a547c5

Browse files
authored
updating versions, changelogs, readmes (#41891)
1 parent 1b99978 commit 1a547c5

File tree

34 files changed

+120
-105
lines changed

34 files changed

+120
-105
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.27.1;12.28.0-beta.2
190-
com.azure:azure-storage-blob-batch;12.23.1;12.24.0-beta.2
189+
com.azure:azure-storage-blob;12.27.1;12.28.0
190+
com.azure:azure-storage-blob-batch;12.23.1;12.24.0
191191
com.azure:azure-storage-blob-changefeed;12.0.0-beta.24;12.0.0-beta.25
192-
com.azure:azure-storage-blob-cryptography;12.26.1;12.27.0-beta.2
192+
com.azure:azure-storage-blob-cryptography;12.26.1;12.27.0
193193
com.azure:azure-storage-blob-nio;12.0.0-beta.25;12.0.0-beta.26
194-
com.azure:azure-storage-common;12.26.1;12.27.0-beta.2
195-
com.azure:azure-storage-file-share;12.23.1;12.24.0-beta.2
196-
com.azure:azure-storage-file-datalake;12.20.1;12.21.0-beta.2
197-
com.azure:azure-storage-internal-avro;12.12.1;12.13.0-beta.2
194+
com.azure:azure-storage-common;12.26.1;12.27.0
195+
com.azure:azure-storage-file-share;12.23.1;12.24.0
196+
com.azure:azure-storage-file-datalake;12.20.1;12.21.0
197+
com.azure:azure-storage-internal-avro;12.12.1;12.13.0
198198
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
199-
com.azure:azure-storage-queue;12.22.1;12.23.0-beta.2
199+
com.azure:azure-storage-queue;12.22.1;12.23.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.24.0-beta.2 (Unreleased)
3+
## 12.24.0 (2024-09-17)
44

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

118
### Other Changes
129

10+
#### Dependency Updates
11+
- Upgraded `azure-core` from `1.50.0` to version `1.52.0`.
12+
- Upgraded `azure-core-http-netty` from `1.15.2` to version `1.15.4`.
13+
- Upgraded `azure-storage-blob` from `12.27.0` to version `12.28.0`.
14+
1315
## 12.24.0-beta.1 (2024-08-06)
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.24.0-beta.1</version>
59+
<version>12.24.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.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
16+
<version>12.24.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>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.azure</groupId>
6767
<artifactId>azure-storage-blob</artifactId>
68-
<version>12.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
68+
<version>12.28.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
6969
</dependency>
7070

7171
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>com.azure</groupId>
8383
<artifactId>azure-storage-common</artifactId>
84-
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
84+
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8585
<classifier>tests</classifier>
8686
<type>test-jar</type>
8787
<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.25 (Unreleased)
3+
## 12.0.0-beta.25 (2024-09-17)
44

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

138
## 12.0.0-beta.24 (2024-08-06)
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.24</version>
24+
<version>12.0.0-beta.25</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
@@ -77,7 +77,7 @@
7777
<dependency>
7878
<groupId>com.azure</groupId>
7979
<artifactId>azure-storage-blob</artifactId>
80-
<version>12.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
80+
<version>12.28.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
8181
</dependency>
8282

8383
<!-- Added this dependency to include necessary annotations used by reactor core.
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>com.azure</groupId>
9595
<artifactId>azure-storage-common</artifactId>
96-
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
96+
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
9797
<classifier>tests</classifier>
9898
<type>test-jar</type>
9999
<scope>test</scope>

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

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

3-
## 12.27.0-beta.2 (Unreleased)
3+
## 12.27.0 (2024-09-17)
44

55
### Features Added
66
- Added a new `EncryptionVersion.V2_1` that allows encrypted blobs to be uploaded using a configurable authenticated region length.
@@ -9,12 +9,14 @@
99
length can be set via `BlobClientSideEncryptionOptions.setAuthenticatedRegionDataLengthInBytes(long authenticatedRegionDataLength)`.
1010
Note: This change only applies to `EncryptionVersion.V2_1`. Also, only applies to upload operations, this does not directly
1111
change the authenticated region length used to download and decrypt blobs.
12-
### Breaking Changes
13-
14-
### Bugs Fixed
1512

1613
### Other Changes
1714

15+
#### Dependency Updates
16+
- Upgraded `azure-core` from `1.50.0` to version `1.52.0`.
17+
- Upgraded `azure-core-http-netty` from `1.15.2` to version `1.15.4`.
18+
- Upgraded `azure-storage-blob` from `12.27.0` to version `12.28.0`.
19+
1820
## 12.27.0-beta.1 (2024-08-06)
1921

2022
### 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.27.0-beta.1</version>
61+
<version>12.27.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.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
16+
<version>12.27.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>
@@ -71,13 +71,13 @@
7171
<dependency>
7272
<groupId>com.azure</groupId>
7373
<artifactId>azure-storage-blob</artifactId>
74-
<version>12.28.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
74+
<version>12.28.0</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
7575
</dependency>
7676

7777
<dependency>
7878
<groupId>com.azure</groupId>
7979
<artifactId>azure-storage-common</artifactId>
80-
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
80+
<version>12.27.0</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
8181
<classifier>tests</classifier>
8282
<type>test-jar</type>
8383
<scope>test</scope>

0 commit comments

Comments
 (0)