Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated storage changelogs #18617

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions sdk/storage/Azure.Storage.Blobs.Batch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Release History

## 12.6.0-beta.1 (Unreleased)

## 12.6.0-beta.1 (2021-02-09)
- Added support for service version 2020-06-12.
- Added support for container-scoped batch requests.
- This release contains bug fixes to improve quality.

## 12.5.0 (2020-01-12)
## 12.5.0 (2021-01-12)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:-)

- Includes all features from 12.5.0-beta.1.
- This release contains bug fixes to improve quality.

Expand Down
5 changes: 3 additions & 2 deletions sdk/storage/Azure.Storage.Blobs.ChangeFeed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Release History

## 12.0.0-preview.9 (Unreleased)

## 12.0.0-preview.9 (2021-02-09)
- Added support for service version 2020-06-12.
- This release contains bug fixes to improve quality.

## 12.0.0-preview.8 (2021-01-12)
- Fixed bug where we couldn't handle BlobChangeFeedEvent.EventData.ClientRequestIds that were not GUIDs.
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/Azure.Storage.Blobs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release History

## 12.9.0-beta.1 (Unreleased)
## 12.9.0-beta.1 (2021-02-09)
- Added support for service version 2020-06-12.
- Fixed bug where BlobBaseClient.CanGenerateSasUri, BlobContainerClient.CanGenerateSasUri, BlobServiceClient.CanGenerateSasUri was not mockable

## 12.8.0 (2021-01-12)
Expand Down
3 changes: 1 addition & 2 deletions sdk/storage/Azure.Storage.Common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Release History


## 12.8.0-beta.1 (Unreleased)
## 12.8.0-beta.1 (2021-02-09)
- Aligned storage URL parsing with other platforms

## 12.7.0 (2021-01-12)
Expand Down
4 changes: 3 additions & 1 deletion sdk/storage/Azure.Storage.Files.DataLake/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Release History

## 12.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2021-02-09)
- Added support for service version 2020-06-12.
- Added support for listing deleted file systems and restoring deleted file systems.
- Fixed bug where DataLakeFileSystemClient.CanGenerateSasUri, DataLakeDirectoryClient.CanGenerateSasUri, DataLakeFileClient.CanGenerateSasUri, DataLakePathClient.CanGenerateSasUri, DataLakeServiceClient.CanGenerateSasUri was not mockable

## 12.6.0 (2021-01-12)
Expand Down
3 changes: 2 additions & 1 deletion sdk/storage/Azure.Storage.Files.Shares/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Release History

## 12.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2021-02-09)
- Added support for service version 2020-06-12.
- Fixed bug where ShareFileClient.CanGenerateSasUri, ShareDirectoryClient.CanGenerateSasUri, ShareClient.CanGenerateSasUri, ShareServiceClient.CanGenerateSasUri was not mockable

## 12.6.0 (2021-01-12)
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.7.0-beta.1 (Unreleased)
## 12.7.0-beta.1 (2021-02-09)
- Fixed bug where QueueClient.CanGenerateSasUri and QueueServiceClient.CanGenerateSasUri was not mockable.
- Added MessageDecodingFailed event to QueueClientOptions.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 5.0.0-beta.2 (Unreleased)
## 5.0.0-beta.2 (2021-02-09)

### Major changes and features
- EventGrid support for the Blob Trigger was added. Details of the feature can be found [here](https://github.com/Azure/azure-sdk-for-net/pull/17137#issue-525036753).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Release History

## 5.0.0-beta.2 (2021-02-09)
- This release contains bug fixes to improve quality.

## 5.0.0-beta.1 (2020-11-10)
- This is the first preview of the next generation of `Microsoft.Azure.WebJobs.Extension.Storage` which has been integrated with latest Azure Storage SDK that follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 5.0.0-beta.2 (Unreleased)
## 5.0.0-beta.2 (2021-02-09)

### Major changes and features
- This version Base64-encodes/decodes queue messages by default. This reverses the breaking change in 5.0.0-beta1, and preserves compability with previous major versions. This behavior can be changed by setting `QueuesOptions.MessageEncoding`. For example, to configure Azure Functions to perform no base64 encoding/decoding, specify the following in host.json
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 5.0.0-beta.2 (Unreleased)
## 5.0.0-beta.2 (2021-02-09)

Please refer to [`Microsoft.Azure.WebJobs.Extension.Storage.Blobs`](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/CHANGELOG.md) and [`Microsoft.Azure.WebJobs.Extension.Storage.Queues`](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Queues/CHANGELOG.md) for detailed list of changes.

Expand Down