Skip to content

Commit 3276116

Browse files
authored
STG100 Beta Release (#47430)
1 parent fee30da commit 3276116

File tree

19 files changed

+29
-68
lines changed

19 files changed

+29
-68
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
# Release History
22

3-
## 12.29.0-beta.1 (Unreleased)
3+
## 12.29.0-beta.1 (2025-12-03)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Added support for service version 2026-02-06.
87

98
### Bugs Fixed
109
- Fixed an issue where `BlobBatchSetBlobAccessTierOptions` would not properly handle blob names with special characters.

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.28.0</version>
59+
<version>12.29.0-beta.1</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

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.33 (Unreleased)
3+
## 12.0.0-beta.33 (2025-12-03)
44

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

138
## 12.0.0-beta.32 (2025-10-21)
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.32</version>
24+
<version>12.0.0-beta.33</version>
2525
</dependency>
2626
```
2727
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-blob-cryptography/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.32.0-beta.1 (Unreleased)
3+
## 12.32.0-beta.1 (2025-12-03)
44

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

138
## 12.31.0 (2025-10-21)
149

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.31.0</version>
61+
<version>12.32.0-beta.1</version>
6262
</dependency>
6363
```
6464
[//]: # ({x-version-update-end})

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
# Release History
22

3-
## 12.0.0-beta.34 (Unreleased)
3+
## 12.0.0-beta.34 (2025-12-03)
44

55
### Features Added
6-
7-
### Breaking Changes
6+
- Added support for service version 2026-02-06.
87

98
### Bugs Fixed
109
- Fixed an issue where the copy file operation would fail when using SAS token credentials.
1110

12-
### Other Changes
13-
1411
## 12.0.0-beta.33 (2025-10-21)
1512

1613
### Features Added

sdk/storage/azure-storage-blob-nio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This package allows you to interact with Azure Blob Storage through the standard
2020
<dependency>
2121
<groupId>com.azure</groupId>
2222
<artifactId>azure-storage-blob-nio</artifactId>
23-
<version>12.0.0-beta.33</version>
23+
<version>12.0.0-beta.34</version>
2424
</dependency>
2525
```
2626
[//]: # ({x-version-update-end})

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

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

3-
## 12.33.0-beta.1 (Unreleased)
3+
## 12.33.0-beta.1 (2025-12-03)
44

55
### Features Added
66
- Added support for the StartFrom parameter on `BlobContainerClient.listBlobs()` and `BlobContainerClient.listBlobsByHierarchy()` APIs.
77
- Added support for conditional headers on `BlobClientBase.getTags()` and `BlobClientBase.setTags()` APIs.
88
- Added support for Principal-Bound Identity User Delegation SAS.
9-
10-
### Breaking Changes
11-
12-
### Bugs Fixed
9+
- Added support for service version 2026-02-06.
1310

1411
### Other Changes
1512
- Added support for container names with special characters when using OneLake.

sdk/storage/azure-storage-blob/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</artifactId>
59-
<version>12.32.0</version>
59+
<version>12.33.0-beta.1</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)