Skip to content

azure-storage-blob_12.14.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 23 Aug 22:22
ad34f0a

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 valid credential type.
  • Added standard read method to StorageStreamDownloader.
  • Added support for async streams (classes with an async read method) to async upload_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 and StorageStreamDownloader.readall.
  • Fixed a bug where uploading an empty blob via upload_blob would fail with validate_content=True.