Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating CHANGELOG.md for azblob 0.5.0 beta release #19199

Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Release History

## 0.5.0 (Unreleased)
## 0.5.0 (Beta)
siminsavani-msft marked this conversation as resolved.
Show resolved Hide resolved

### 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)
siminsavani-msft marked this conversation as resolved.
Show resolved Hide resolved
* 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

Expand Down