Skip to content

Commit 78fe639

Browse files
authored
Update changelog and README files for multiple Azure Storage SDK components to reflect new beta versions and added support for service version 2026-04-06. (#48036)
1 parent 94f9267 commit 78fe639

19 files changed

Lines changed: 29 additions & 79 deletions

File tree

sdk/storage/azure-storage-blob-batch/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.30.0-beta.1 (Unreleased)
3+
## 12.30.0-beta.1 (2026-02-18)
44

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

138
## 12.29.1 (2026-01-29)
149

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.29.0</version>
59+
<version>12.30.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.35 (Unreleased)
3+
## 12.0.0-beta.35 (2026-02-18)
44

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

138
## 12.0.0-beta.34 (2026-01-15)
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.34</version>
24+
<version>12.0.0-beta.35</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.33.0-beta.1 (Unreleased)
3+
## 12.33.0-beta.1 (2026-02-18)
44

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

138
## 12.32.1 (2026-01-29)
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.32.0</version>
61+
<version>12.33.0-beta.1</version>
6262
</dependency>
6363
```
6464
[//]: # ({x-version-update-end})

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.36 (Unreleased)
3+
## 12.0.0-beta.36 (2026-02-18)
44

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

138
## 12.0.0-beta.35 (2026-01-15)
149

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.35</version>
23+
<version>12.0.0-beta.36</version>
2424
</dependency>
2525
```
2626
[//]: # ({x-version-update-end})

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

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

3-
## 12.34.0-beta.1 (Unreleased)
3+
## 12.34.0-beta.1 (2026-02-18)
44

55
### Features Added
66
- Added support for specifying a source customer-provided encryption key when using `AppendBlobClient.appendBlockFromUrl()`,
@@ -10,12 +10,7 @@
1010
- Added support for error code `INCREMENTAL_COPY_OF_EARLIER_SNAPSHOT_NOT_ALLOWED`. This replaces `INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED` which has been deprecated.
1111
- Added support for Dynamic User Delegation SAS.
1212
- Added cross-tenant support for principal bound delegation SAS.
13-
14-
### Breaking Changes
15-
16-
### Bugs Fixed
17-
18-
### Other Changes
13+
- Added support for service version 2026-04-06.
1914

2015
## 12.33.2 (2026-02-05)
2116

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

0 commit comments

Comments
 (0)