1.2.1 (2023-12-13)
Features Added
- Exposed GetSASURL from specialized clients
Bugs Fixed
- Fixed case in Blob Batch API when blob path has / in it. Fixes #21649.
- Fixed SharedKeyMissingError when using client.BlobClient().GetSASURL() method
- Fixed an issue that would cause metadata keys with empty values to be omitted when enumerating blobs.
- Fixed an issue where passing empty map to set blob tags API was causing panic. Fixes #21869.
- Fixed an issue where downloaded file has incorrect size when not a multiple of block size. Fixes #21995.
- Fixed case where
io.ErrUnexpectedEOF
was treated as expected error inUploadStream
. Fixes #21837.
Other Changes
- Updated the version of
azcore
to1.9.1
andazidentity
to1.4.0
.