From eae8a7e2b015c3a7478aed9eeed064ae05ed1e8c Mon Sep 17 00:00:00 2001 From: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:51:45 -0400 Subject: [PATCH] minor fixes to changelog --- sdk/storage/azblob/CHANGELOG.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/sdk/storage/azblob/CHANGELOG.md b/sdk/storage/azblob/CHANGELOG.md index 3cb78f6f01f8..b46f52c18483 100644 --- a/sdk/storage/azblob/CHANGELOG.md +++ b/sdk/storage/azblob/CHANGELOG.md @@ -3,17 +3,20 @@ ## 1.1.1 (Unreleased) ### Features Added -* Added support for [Cold tier](https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview?tabs=azure-portal). +* Added support for [Cold Tier](https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview?tabs=azure-portal). * Added `CopySourceTag` option for `UploadBlobFromURLOptions` -* Added [FilterBlobs](https://learn.microsoft.com/rest/api/storageservices/find-blobs-by-tags-container) by tags API for container client. -* Added `System` option to `ListContainersInclude` to allow listing of system containers. -* Updated the SAS Version to `2021-12-02` and added `Encryption Scope` to Account SAS, Service SAS, and User Delegation SAS +* Added [FilterBlobs by Tags](https://learn.microsoft.com/rest/api/storageservices/find-blobs-by-tags-container) API for container client. +* Added `System` option to `ListContainersInclude` to allow listing of system containers (i.e, $web). +* Updated the SAS Version to `2021-12-02` and added `Encryption Scope` to Account SAS, Service SAS, and User Delegation SAS ### Breaking Changes ### Bugs Fixed +* Fixed issue where some requests fail with mismatch in string to sign. +* Fixed service SAS creation where expiry time or permissions can be omitted when stored access policy is used. Fixes [#21229](https://github.com/Azure/azure-sdk-for-go/issues/21229). ### Other Changes +* Updating version of azcore to 1.6.0. ## 1.1.0 (2023-07-13) @@ -36,7 +39,7 @@ ### Other Changes * Add `dragonfly` to the list of build constraints for `blockblob`. -* Updating version of azcore to 1.7.0 and azidentity to 1.3.0 +* Updating version of azcore to 1.6.0 and azidentity to 1.3.0 ## 1.1.0-beta.1 (2023-05-09)