From 8757c91bf9716524a134064d36e15a64b533c6d5 Mon Sep 17 00:00:00 2001 From: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com> Date: Fri, 23 Sep 2022 14:22:13 -0700 Subject: [PATCH 1/5] Updating CHANGELOG.md for azblob 0.5.0 beta release --- sdk/storage/azblob/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk/storage/azblob/CHANGELOG.md b/sdk/storage/azblob/CHANGELOG.md index 99aad9a03d54..ff48767964ef 100644 --- a/sdk/storage/azblob/CHANGELOG.md +++ b/sdk/storage/azblob/CHANGELOG.md @@ -1,14 +1,17 @@ # Release History -## 0.5.0 (Unreleased) +## 0.5.0 (Beta) ### Breaking Changes * Complete architectural change for better user experience. Please see the example file for more information. +* Added [UserDelegationCredential](https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas) which resolves [#18976](https://github.com/Azure/azure-sdk-for-go/issues/18976), [#16916](https://github.com/Azure/azure-sdk-for-go/issues/16916), [#18977](https://github.com/Azure/azure-sdk-for-go/issues/18977) +* Added [Restore Container API](https://learn.microsoft.com/en-us/rest/api/storageservices/restore-container). ### Bugs Fixed * Fixed bugs reported in the previous version of `azblob`. +* Fixed issue [#18767](https://github.com/Azure/azure-sdk-for-go/issues/18767) ### Other Changes From 9df802bd6e6255812ec3a045516505a09242a445 Mon Sep 17 00:00:00 2001 From: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com> Date: Mon, 26 Sep 2022 09:54:36 -0700 Subject: [PATCH 2/5] Additional details to the changelog --- sdk/storage/azblob/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azblob/CHANGELOG.md b/sdk/storage/azblob/CHANGELOG.md index ff48767964ef..20697e410f23 100644 --- a/sdk/storage/azblob/CHANGELOG.md +++ b/sdk/storage/azblob/CHANGELOG.md @@ -4,14 +4,14 @@ ### Breaking Changes -* Complete architectural change for better user experience. Please see the example file for more information. +* Complete architectural change for better user experience. Please view the [README](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob#readme) * Added [UserDelegationCredential](https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas) which resolves [#18976](https://github.com/Azure/azure-sdk-for-go/issues/18976), [#16916](https://github.com/Azure/azure-sdk-for-go/issues/16916), [#18977](https://github.com/Azure/azure-sdk-for-go/issues/18977) * Added [Restore Container API](https://learn.microsoft.com/en-us/rest/api/storageservices/restore-container). ### Bugs Fixed -* Fixed bugs reported in the previous version of `azblob`. * Fixed issue [#18767](https://github.com/Azure/azure-sdk-for-go/issues/18767) +* Fix deadlock when error writes are slow [#16937](https://github.com/Azure/azure-sdk-for-go/pull/16937) ### Other Changes From a382ee2ee05be4c421f619e35178d4b8c8d2ad42 Mon Sep 17 00:00:00 2001 From: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:01:19 -0700 Subject: [PATCH 3/5] Updating changelog --- sdk/storage/azblob/CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sdk/storage/azblob/CHANGELOG.md b/sdk/storage/azblob/CHANGELOG.md index 20697e410f23..eb13b97dbd30 100644 --- a/sdk/storage/azblob/CHANGELOG.md +++ b/sdk/storage/azblob/CHANGELOG.md @@ -1,10 +1,13 @@ # Release History -## 0.5.0 (Beta) +## 0.5.0 (2022-09-26) ### Breaking Changes * Complete architectural change for better user experience. Please view the [README](https://github.com/Azure/azure-sdk-for-go/tree/main/sdk/storage/azblob#readme) + +### Features Added + * Added [UserDelegationCredential](https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas) which resolves [#18976](https://github.com/Azure/azure-sdk-for-go/issues/18976), [#16916](https://github.com/Azure/azure-sdk-for-go/issues/16916), [#18977](https://github.com/Azure/azure-sdk-for-go/issues/18977) * Added [Restore Container API](https://learn.microsoft.com/en-us/rest/api/storageservices/restore-container). From 04bcb6d0d60948ddf356de347fe5c50b91223257 Mon Sep 17 00:00:00 2001 From: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:20:39 -0700 Subject: [PATCH 4/5] Update links --- sdk/storage/azblob/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/azblob/CHANGELOG.md b/sdk/storage/azblob/CHANGELOG.md index eb13b97dbd30..84014953e9b0 100644 --- a/sdk/storage/azblob/CHANGELOG.md +++ b/sdk/storage/azblob/CHANGELOG.md @@ -8,8 +8,8 @@ ### Features Added -* Added [UserDelegationCredential](https://learn.microsoft.com/en-us/rest/api/storageservices/create-user-delegation-sas) which resolves [#18976](https://github.com/Azure/azure-sdk-for-go/issues/18976), [#16916](https://github.com/Azure/azure-sdk-for-go/issues/16916), [#18977](https://github.com/Azure/azure-sdk-for-go/issues/18977) -* Added [Restore Container API](https://learn.microsoft.com/en-us/rest/api/storageservices/restore-container). +* Added [UserDelegationCredential](https://learn.microsoft.com/rest/api/storageservices/create-user-delegation-sas) which resolves [#18976](https://github.com/Azure/azure-sdk-for-go/issues/18976), [#16916](https://github.com/Azure/azure-sdk-for-go/issues/16916), [#18977](https://github.com/Azure/azure-sdk-for-go/issues/18977) +* Added [Restore Container API](https://learn.microsoft.com/rest/api/storageservices/restore-container). ### Bugs Fixed From aa8a6468d5fa19feaa07a3358a0bbf420efe7d9e Mon Sep 17 00:00:00 2001 From: siminsavani-msft <77068571+siminsavani-msft@users.noreply.github.com> Date: Mon, 26 Sep 2022 10:30:48 -0700 Subject: [PATCH 5/5] Removing empty section --- sdk/storage/azblob/CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/sdk/storage/azblob/CHANGELOG.md b/sdk/storage/azblob/CHANGELOG.md index 84014953e9b0..c416474066c6 100644 --- a/sdk/storage/azblob/CHANGELOG.md +++ b/sdk/storage/azblob/CHANGELOG.md @@ -16,8 +16,6 @@ * Fixed issue [#18767](https://github.com/Azure/azure-sdk-for-go/issues/18767) * Fix deadlock when error writes are slow [#16937](https://github.com/Azure/azure-sdk-for-go/pull/16937) -### Other Changes - ## 0.4.1 (2022-05-12) ### Other Changes