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 1 commit
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
5 changes: 4 additions & 1 deletion 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.
siminsavani-msft marked this conversation as resolved.
Show resolved Hide resolved
* 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`.
siminsavani-msft marked this conversation as resolved.
Show resolved Hide resolved
* Fixed issue [#18767](https://github.com/Azure/azure-sdk-for-go/issues/18767)

### Other Changes

Expand Down