From 629ac1c18337cfe6808454c96649f6019b5d2c96 Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Tue, 8 Sep 2020 15:09:22 -0700 Subject: [PATCH 1/2] added changelogs --- sdk/storage/azure-storage-blob/CHANGELOG.md | 10 +++++++++- sdk/storage/azure-storage-file-datalake/CHANGELOG.md | 4 +++- sdk/storage/azure-storage-queue/CHANGELOG.md | 5 +++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 74f4f4ae4740..2d2a6650e02b 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -1,7 +1,15 @@ # Release History -## 12.5.0 (Unreleased) +## 12.5.0 (2020-09-10) +**New features** +- Added support for checking if a blob exists using the `exists` method. +**Fixes** +- Fixed source URLs special characters issue. Users can now have special characters in their source URLs for `copy_blob_from_url`, `upload_blob_from_url` etc. +- Fixed authorization header on asyncio requests containing url-encoded-able characters. +- Fixed SAS credentials URL malformation when using local Azurite container. +- Fixed issue with permission string causing an authentication failure. +- Support for returning snapshot value in `get_blob_properties` response. ## 12.4.0 (2020-08-12) **New features** diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index d2b17e72e5d6..07f3de38c0f3 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,5 +1,7 @@ # Release History -## 12.1.2 (Unreleased) +## 12.1.2 (2020-09-10) +**Fixes** +- Fixed renaming with SAS string. ## 12.1.1 (2020-08-13) - Patch release to update the minimum dependency requirement. diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index ad8c31afc5ca..c6a689db3acf 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -1,7 +1,8 @@ # Release History -## 12.1.3 (Unreleased) - +## 12.1.3 (2020-09-10) +**Fixes** +- Fixed QueueClient type declaration. ## 12.1.2 (2020-6-12) **Notes** From 841be5c4901c480b2b706dc8afac7838e94c257b Mon Sep 17 00:00:00 2001 From: Tamer Sherif Date: Tue, 8 Sep 2020 15:24:59 -0700 Subject: [PATCH 2/2] added prs/issues in the changelogs --- sdk/storage/azure-storage-blob/CHANGELOG.md | 12 ++++++------ sdk/storage/azure-storage-file-datalake/CHANGELOG.md | 2 +- sdk/storage/azure-storage-queue/CHANGELOG.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 2d2a6650e02b..596cd573ccd2 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -2,14 +2,14 @@ ## 12.5.0 (2020-09-10) **New features** -- Added support for checking if a blob exists using the `exists` method. +- Added support for checking if a blob exists using the `exists` method (#13221). **Fixes** -- Fixed source URLs special characters issue. Users can now have special characters in their source URLs for `copy_blob_from_url`, `upload_blob_from_url` etc. -- Fixed authorization header on asyncio requests containing url-encoded-able characters. -- Fixed SAS credentials URL malformation when using local Azurite container. -- Fixed issue with permission string causing an authentication failure. -- Support for returning snapshot value in `get_blob_properties` response. +- Fixed source URLs special characters issue. Users can now have special characters in their source URLs for `copy_blob_from_url`, `upload_blob_from_url` etc (#13275). +- Fixed authorization header on asyncio requests containing url-encoded-able characters (#11028). +- Fixed SAS credentials URL malformation when using local Azurite container (#11941). +- Fixed issue with permission string causing an authentication failure (#13099). +- Support for returning snapshot value in `get_blob_properties` response (#13287). ## 12.4.0 (2020-08-12) **New features** diff --git a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md index 07f3de38c0f3..b55b1d4b52ba 100644 --- a/sdk/storage/azure-storage-file-datalake/CHANGELOG.md +++ b/sdk/storage/azure-storage-file-datalake/CHANGELOG.md @@ -1,7 +1,7 @@ # Release History ## 12.1.2 (2020-09-10) **Fixes** -- Fixed renaming with SAS string. +- Fixed renaming with SAS string (#12057). ## 12.1.1 (2020-08-13) - Patch release to update the minimum dependency requirement. diff --git a/sdk/storage/azure-storage-queue/CHANGELOG.md b/sdk/storage/azure-storage-queue/CHANGELOG.md index c6a689db3acf..ef55ba2402c0 100644 --- a/sdk/storage/azure-storage-queue/CHANGELOG.md +++ b/sdk/storage/azure-storage-queue/CHANGELOG.md @@ -2,7 +2,7 @@ ## 12.1.3 (2020-09-10) **Fixes** -- Fixed QueueClient type declaration. +- Fixed QueueClient type declaration (#11392). ## 12.1.2 (2020-6-12) **Notes**