12.14.0b1 (2022-08-23)
This version and all future versions will require Python 3.7+. Python 3.6 is no longer supported.
Features Added
- Added support for
AzureNamedKeyCredential
as a validcredential
type. - Added standard
read
method toStorageStreamDownloader
. - Added support for async streams (classes with an async
read
method) to asyncupload_blob
.
Bugs Fixed
- Removed dead retry meachism from async
azure.storage.blob.aio.StorageStreamDownloader
. - Updated exception catching of
azure.storage.blob.StorageStreamDownloader
's retry mechanism. - Adjusted type hints for
upload_blob
andStorageStreamDownloader.readall
. - Fixed a bug where uploading an empty blob via
upload_blob
would fail withvalidate_content=True
.