Skip to content

Commit 88ceeef

Browse files
authored
stg87 beta release prep (Azure#34239)
1 parent 5d6282a commit 88ceeef

File tree

15 files changed

+15
-61
lines changed

15 files changed

+15
-61
lines changed

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 12.18.0-beta.1 (Unreleased)
3+
## 12.18.0-beta.1 (2023-03-28)
44

55
### Features Added
66
- Added support for 2022-11-02 service version.
77

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
148
## 12.17.1 (2023-03-16)
159

1610
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
5555
<dependency>
5656
<groupId>com.azure</groupId>
5757
<artifactId>azure-storage-blob-batch</artifactId>
58-
<version>12.17.1</version>
58+
<version>12.18.0-beta.1</version>
5959
</dependency>
6060
```
6161
[//]: # ({x-version-update-end})

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 12.21.0-beta.1 (Unreleased)
3+
## 12.21.0-beta.1 (2023-03-28)
44

55
### Features Added
66
- Added support for 2022-11-02 service version.
77

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
148
## 12.20.1 (2023-03-16)
159

1610
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ add the direct dependency to your project as follows.
5757
<dependency>
5858
<groupId>com.azure</groupId>
5959
<artifactId>azure-storage-blob-cryptography</artifactId>
60-
<version>12.20.1</version>
60+
<version>12.21.0-beta.1</version>
6161
</dependency>
6262
```
6363
[//]: # ({x-version-update-end})

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

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

3-
## 12.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2023-03-28)
44

55
### Features Added
66
- Added support for 2022-11-02 service version.
77

8-
### Breaking Changes
9-
108
### Bugs Fixed
119
- Fixed bug for when `FindBlobsOptions.setMaxResultsPerPage(Integer)` was set and `.byPage()` was called on `BlobServiceAsyncClient.findBlobsByTags(FindBlobsOptions)`, number of results being returned was greater than the specified max results.
1210

13-
### Other Changes
14-
1511
## 12.21.1 (2023-03-16)
1612

1713
### Other Changes

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ add the direct dependency to your project as follows.
5555
<dependency>
5656
<groupId>com.azure</groupId>
5757
<artifactId>azure-storage-blob</artifactId>
58-
<version>12.21.1</version>
58+
<version>12.22.0-beta.1</version>
5959
</dependency>
6060
```
6161
[//]: # ({x-version-update-end})

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Release History
22

3-
## 12.21.0-beta.1 (Unreleased)
3+
## 12.21.0-beta.1 (2023-03-28)
44

55
### Features Added
66
- Added support for 2022-11-02 service version.
77

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
148
## 12.20.1 (2023-03-16)
159

1610
### Other Changes

sdk/storage/azure-storage-common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ add the direct dependency to your project as follows.
5252
<dependency>
5353
<groupId>com.azure</groupId>
5454
<artifactId>azure-storage-common</artifactId>
55-
<version>12.20.1</version>
55+
<version>12.21.0-beta.1</version>
5656
</dependency>
5757
```
5858
[//]: # ({x-version-update-end})

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
11
# Release History
22

3-
## 12.15.0-beta.1 (Unreleased)
3+
## 12.15.0-beta.1 (2023-03-28)
44

55
### Features Added
66
- Added support for 2022-11-02 service version.
77
- Adding support for Encryption Context on DataLake files, a string value that can be passed to allow users to generate
88
file-level encryption keys. This value is returned on `DataLakeFileClient.getProperties()`, `DataLakeFileClient.readWithResponse()`,
99
and `DataLakeFileClient.listPaths()`.
1010

11-
### Breaking Changes
12-
13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1711
## 12.14.1 (2023-03-16)
1812

1913
### Other Changes

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

0 commit comments

Comments
 (0)