Skip to content

Commit

Permalink
changelog for azblob GA (#21159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasherif-msft authored Jul 13, 2023
1 parent 7ead4b8 commit 48a0648
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions sdk/storage/azblob/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Release History

## 1.1.0-beta.2 (Unreleased)
## 1.1.0 (2023-07-13)

### Features Added

### Breaking Changes
* Added [Blob Batch API](https://learn.microsoft.com/rest/api/storageservices/blob-batch).
* Added support for bearer challenge for identity based managed disks.
* Added support for GetAccountInfo to container and blob level clients.
* Added [UploadBlobFromURL API](https://learn.microsoft.com/rest/api/storageservices/put-blob-from-url).
* Added support for CopySourceAuthorization to appendblob.AppendBlockFromURL
* Added support for tag permission in Container SAS.

### Bugs Fixed

* Fixed time formatting for the conditional request headers. Fixes [#20475](https://github.com/Azure/azure-sdk-for-go/issues/20475).
* Fixed an issue where passing a blob tags map of length 0 would result in the x-ms-tags header to be sent to the service with an empty string as value.

* Fixed block size and number of blocks calculation in `UploadBuffer` and `UploadFile`. Fixes [#20735](https://github.com/Azure/azure-sdk-for-go/issues/20735).

### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/azblob/internal/exported/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ package exported

const (
ModuleName = "azblob"
ModuleVersion = "v1.1.0-beta.2"
ModuleVersion = "v1.1.0"
)

0 comments on commit 48a0648

Please sign in to comment.