diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 74f4f4ae474..596cd573ccd 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 (#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 (#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 d2b17e72e5d..b55b1d4b52b 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 (#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 ad8c31afc5c..ef55ba2402c 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 (#11392). ## 12.1.2 (2020-6-12) **Notes**