1.1.0 (2023-07-13)
Features Added
- Added Blob Batch API.
- Added support for bearer challenge for identity based managed disks.
- Added support for GetAccountInfo to container and blob level clients.
- Added UploadBlobFromURL API.
- 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.
-
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
andUploadFile
. Fixes #20735.
Other Changes
- Add
dragonfly
to the list of build constraints forblockblob
. - Updating version of azcore to 1.6.0 and azidentity to 1.3.0