Skip to content

Commit 239672d

Browse files
authored
STG88 Beta release (Azure#35204)
1 parent d926e47 commit 239672d

File tree

15 files changed

+15
-63
lines changed

15 files changed

+15
-63
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.19.0-beta.1 (Unreleased)
3+
## 12.19.0-beta.1 (2023-05-30)
44

55
### Features Added
66
- Added support for 2023-01-03 service version.
77

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
148
## 12.18.2 (2023-05-23)
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.18.2</version>
58+
<version>12.19.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.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2023-05-30)
44

55
### Features Added
66
- Added support for 2023-01-03 service version.
77

8-
### Breaking Changes
9-
10-
### Bugs Fixed
11-
12-
### Other Changes
13-
148
## 12.21.2 (2023-05-23)
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.21.2</version>
60+
<version>12.22.0-beta.1</version>
6161
</dependency>
6262
```
6363
[//]: # ({x-version-update-end})

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

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

3-
## 12.23.0-beta.1 (Unreleased)
3+
## 12.23.0-beta.1 (2023-05-30)
44

55
### Features Added
66
- Added support for 2023-01-03 service version.
77
- Content length limit for `AppendBlobClient.appendBlock()` raised from 4 MiB to 100 MiB.
88

9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 12.22.2 (2023-05-23)
1610

1711
### 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.22.2</version>
58+
<version>12.23.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,17 +1,11 @@
11
# Release History
22

3-
## 12.22.0-beta.1 (Unreleased)
3+
## 12.22.0-beta.1 (2023-05-30)
44

55
### Features Added
66
- Added `ServiceTimeoutPolicy` which allows for service level timeouts to be set on client builders through `HttpPipelinePolicy`. If the
77
server timeout interval elapses before the service has finished processing the request, the service returns an error.
88
- Added support for 2023-01-03 service version.
9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 12.21.1 (2023-05-23)
1610

1711
### 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.21.1</version>
55+
<version>12.22.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.16.0-beta.1 (Unreleased)
3+
## 12.16.0-beta.1 (2023-05-30)
44

55
### Features Added
66
- Added `DataLakeFileClient.getOutputStream()` which allows users to open an `OutputStream` on the file and write data
77
to it using `ParallelTransferOptions`.
88
- Added support for 2023-01-03 service version.
99
- Added owner, group, and permissions properties to `PathProperties`.
1010
- Added encryptionContext property to `FileParallelUploadOptions`.
11-
### Breaking Changes
12-
13-
### Bugs Fixed
14-
15-
### Other Changes
16-
1711
## 12.15.2 (2023-05-23)
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.15.2</version>
59+
<version>12.16.0-beta.1</version>
6060
</dependency>
6161
```
6262
[//]: # ({x-version-update-end})

0 commit comments

Comments
 (0)