Skip to content

Commit d866302

Browse files
Updating CHANGELOG.md for azblob 0.5.0 beta release (Azure#19199)
* Updating CHANGELOG.md for azblob 0.5.0 beta release * Additional details to the changelog * Updating changelog * Update links * Removing empty section
1 parent 4171384 commit d866302

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

sdk/storage/azblob/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Release History
22

3-
## 0.5.0 (Unreleased)
3+
## 0.5.0 (2022-09-26)
44

55
### Breaking Changes
66

7-
* Complete architectural change for better user experience. Please see the example file for more information.
7+
* 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)
88

9-
### Bugs Fixed
9+
### Features Added
1010

11-
* Fixed bugs reported in the previous version of `azblob`.
11+
* 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)
12+
* Added [Restore Container API](https://learn.microsoft.com/rest/api/storageservices/restore-container).
1213

13-
### Other Changes
14+
### Bugs Fixed
15+
16+
* Fixed issue [#18767](https://github.com/Azure/azure-sdk-for-go/issues/18767)
17+
* Fix deadlock when error writes are slow [#16937](https://github.com/Azure/azure-sdk-for-go/pull/16937)
1418

1519
## 0.4.1 (2022-05-12)
1620

0 commit comments

Comments
 (0)