Skip to content
16 changes: 8 additions & 8 deletions eng/versioning/version_client.txt
Original file line number Diff line number Diff line change
Expand Up @@ -182,17 +182,17 @@ com.azure:azure-security-keyvault-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template;1.1.1234;1.2.2-beta.1
com.azure:azure-sdk-template-two;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-sdk-template-three;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-blob;12.30.1;12.31.0-beta.2
com.azure:azure-storage-blob-batch;12.26.1;12.27.0-beta.2
com.azure:azure-storage-blob;12.30.1;12.32.0-beta.1
com.azure:azure-storage-blob-batch;12.26.1;12.28.0-beta.1
com.azure:azure-storage-blob-changefeed;12.0.0-beta.30;12.0.0-beta.31
com.azure:azure-storage-blob-cryptography;12.29.1;12.30.0-beta.2
com.azure:azure-storage-blob-cryptography;12.29.1;12.31.0-beta.1
com.azure:azure-storage-blob-nio;12.0.0-beta.31;12.0.0-beta.32
com.azure:azure-storage-common;12.29.1;12.30.0-beta.2
com.azure:azure-storage-file-share;12.26.1;12.27.0-beta.2
com.azure:azure-storage-file-datalake;12.23.1;12.24.0-beta.2
com.azure:azure-storage-internal-avro;12.15.1;12.16.0-beta.2
com.azure:azure-storage-common;12.29.1;12.31.0-beta.1
com.azure:azure-storage-file-share;12.26.1;12.28.0-beta.1
com.azure:azure-storage-file-datalake;12.23.1;12.25.0-beta.1
com.azure:azure-storage-internal-avro;12.15.1;12.17.0-beta.1
com.azure:azure-storage-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-storage-queue;12.25.1;12.26.0-beta.2
com.azure:azure-storage-queue;12.25.1;12.27.0-beta.1
com.azure:azure-template-perf;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-template-stress;1.0.0-beta.1;1.0.0-beta.1
com.azure:azure-verticals-agrifood-farming;1.0.0-beta.3;1.0.0-beta.4
Expand Down
5 changes: 2 additions & 3 deletions sdk/storage/azure-storage-blob-batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Release History

## 12.27.0-beta.2 (Unreleased)
## 12.28.0-beta.1 (2025-07-09)

### Features Added
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

### Other Changes
- Added support for service version 2025-11-05.

## 12.26.1 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-batch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.27.0-beta.1</version>
<version>12.28.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/azure-storage-blob-batch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-batch</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->
<version>12.28.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-batch;current} -->

<name>Microsoft Azure client library for Blob Storage batching</name>
<description>This module contains client library for Microsoft Azure Blob Storage batching.</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-changefeed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -98,7 +98,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-blob-cryptography/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.30.0-beta.2 (Unreleased)
## 12.31.0-beta.1 (2025-07-09)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added support for service version 2025-11-05.

## 12.29.1 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob-cryptography/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.30.0-beta.1</version>
<version>12.31.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/azure-storage-blob-cryptography/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob-cryptography</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob-cryptography;current} -->

<name>Microsoft Azure client library for Blob Storage cryptography</name>
<description>This module contains client library for Microsoft Azure Blob Storage cryptography.</description>
Expand Down Expand Up @@ -76,13 +76,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/azure-storage-blob-nio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
5 changes: 2 additions & 3 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Release History

## 12.31.0-beta.2 (Unreleased)
## 12.32.0-beta.1 (2025-07-09)

### Features Added
- AppendBlobClient.AppendBlobFromUri(), .AppendBlockFromUriAsync(), BlobBaseClient.StartCopyFromUri(), .StartCopyFromUriAsync(), SyncCopyFromUri(), .SyncCopyFromUriAsync(), BlockBlobClient.StageBlockFromUri(), .StageBlockFromUriAsync(), PageBlobClient.UploadPagesFromUri(), and .UploadPagesFromUri() will now return CopySourceStatusCode, CopySourceErrorCode, and CopySourceErrorMessage as part of error responses.
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

### Other Changes
- Added support for service version 2025-11-05.

## 12.30.1 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-blob/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.1</version>
<version>12.32.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 4 additions & 4 deletions sdk/storage/azure-storage-blob/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->

<name>Microsoft Azure client library for Blob Storage</name>
<description>This module contains client library for Microsoft Azure Blob Storage.</description>
Expand Down Expand Up @@ -84,12 +84,12 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-internal-avro</artifactId>
<version>12.16.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
<version>12.17.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-internal-avro;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -104,7 +104,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
5 changes: 2 additions & 3 deletions sdk/storage/azure-storage-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# Release History

## 12.30.0-beta.2 (Unreleased)
## 12.31.0-beta.1 (2025-07-09)

### Features Added
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

### Other Changes
- Added support for service version 2025-11-05.

## 12.29.1 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.1</version>
<version>12.31.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->

<name>Microsoft Azure common module for Storage</name>
<description>This module contains common code based for all Microsoft Azure Storage client libraries.</description>
Expand Down
5 changes: 2 additions & 3 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Release History

## 12.24.0-beta.2 (Unreleased)
## 12.25.0-beta.1 (2025-07-09)

### Features Added

### Other Changes
- Added support for service version 2025-11-05.

## 12.23.1 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-datalake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.24.0-beta.1</version>
<version>12.25.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
6 changes: 3 additions & 3 deletions sdk/storage/azure-storage-file-datalake/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-datalake</artifactId>
<version>12.24.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->
<version>12.25.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-datalake;current} -->

<name>Microsoft Azure client library for File Storage Data Lake</name>
<description>This module contains client library for Microsoft Azure File Storage Data Lake.</description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
</dependency>

<!-- Added this dependency to include necessary annotations used by reactor core.
Expand All @@ -97,7 +97,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
5 changes: 2 additions & 3 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Release History

## 12.27.0-beta.2 (Unreleased)
## 12.28.0-beta.1 (2025-07-09)

### Features Added
- Added support for bearer token challenges.
- Added `ShareErrorCode.ShareSnapshotNotFound`.
- Added more useful error message when the SDK encounters an x-ms-version mis-match issue.

### Other Changes
- Added support for service version 2025-11-05.

## 12.26.1 (2025-06-19)

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azure-storage-file-share/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ add the direct dependency to your project as follows.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.27.0-beta.1</version>
<version>12.28.0-beta.1</version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down
8 changes: 4 additions & 4 deletions sdk/storage/azure-storage-file-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>com.azure</groupId>
<artifactId>azure-storage-file-share</artifactId>
<version>12.27.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->
<version>12.28.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-file-share;current} -->

<name>Microsoft Azure client library for File Share Storage</name>
<description>This module contains client library for Microsoft Azure File Share Storage.</description>
Expand Down Expand Up @@ -81,13 +81,13 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
</dependency>

<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-common</artifactId>
<version>12.30.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<version>12.31.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-common;current} -->
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-storage-blob</artifactId>
<version>12.31.0-beta.2</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<version>12.32.0-beta.1</version> <!-- {x-version-update;com.azure:azure-storage-blob;current} -->
<scope>test</scope>
</dependency>
<dependency>
Expand Down
9 changes: 2 additions & 7 deletions sdk/storage/azure-storage-internal-avro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
# Release History

## 12.16.0-beta.2 (Unreleased)
## 12.17.0-beta.1 (2025-07-09)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes
- Added support for service version 2025-11-05.

## 12.15.1 (2025-06-19)

Expand Down
Loading
Loading