azure-storage-blob_12.14.0b1
Pre-release
Pre-release
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
AzureNamedKeyCredentialas a validcredentialtype. - Added standard
readmethod toStorageStreamDownloader. - Added support for async streams (classes with an async
readmethod) 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_blobandStorageStreamDownloader.readall. - Fixed a bug where uploading an empty blob via
upload_blobwould fail withvalidate_content=True.