Skip to content

Commit

Permalink
Updating CHANGELOG.md for azblob 0.5.0 beta release (#19199)
Browse files Browse the repository at this point in the history
* Updating CHANGELOG.md for azblob 0.5.0 beta release

* Additional details to the changelog

* Updating changelog

* Update links

* Removing empty section
  • Loading branch information
siminsavani-msft authored Sep 26, 2022
1 parent 4171384 commit d866302
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
# Release History

## 0.5.0 (Unreleased)
## 0.5.0 (2022-09-26)

### 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)

### Bugs Fixed
### Features Added

* Fixed bugs reported in the previous version of `azblob`.
* 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).

### Other Changes
### Bugs Fixed

* 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)

## 0.4.1 (2022-05-12)

Expand Down

0 comments on commit d866302

Please sign in to comment.