Skip to content

Commit

Permalink
STG 83 public preview release prep (#29316)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Jun 15, 2022
1 parent 5eea688 commit 45a6d33
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.10.0-beta.1 (Unreleased)
## 12.10.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.

## 12.9.0 (2022-05-02)
Expand Down
4 changes: 2 additions & 2 deletions sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History

## 12.0.0-preview.26 (Unreleased)
## 12.0.0-preview.26 (2022-06-15)
- Added support for service version 2021-08-06.
- Fixed bug where BlobType = PageBlob was not being parsed correctly.
- Fixed bug where BlobType == PageBlob was not being parsed correctly.

## 12.0.0-preview.25 (2022-05-02)
- Updated Change Feed to return 0 events when meta/segments.json file hasn't been created yet.
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.13.0-beta.1 (Unreleased)
## 12.13.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
- Added support for clientside encryption V2.0
- GCM support
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.12.0-beta.1 (Unreleased)
## 12.12.0-beta.1 (2022-06-15)
- This release contains bug fixes to improve quality.

## 12.11.0 (2022-05-02)
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Release History

## 12.11.0-beta.1 (Unreleased)
## 12.11.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
- Added ability to set permission, umask, owner, group, ACL, lease, and expiry time on DataLakeFileClient.Create() and .CreateAsync(), DataLakeDirectoryClient.Create() and .CreateAsync(), and DataLakePathClient.Create() and .CreateAsync().
- Fixed bug where DataLakeDirectoryClient.GetPaths() and DataLakeFileSystemClient.GetPaths() called on a storage account without HNS enabled throws a FormatException when parsing the Date Time.

## 12.10.0 (2022-05-02)
- Includes all features from 12.10.0-beta.1.

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.11.0-beta.1 (Unreleased)
## 12.11.0-beta.1 (2022-06-15)
- Added support for service version 2021-08-06.
- Added ability to set file change time with ShareFileClient.StartCopy() and .StartCopyAsync().

Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/Azure.Storage.Queues/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 12.11.0-beta.1 (Unreleased)
## 12.11.0-beta.1 (2022-06-15)
- This release contains bug fixes to improve quality.

## 12.10.0 (2022-05-02)
Expand Down

0 comments on commit 45a6d33

Please sign in to comment.