12.12.0 (2022-05-09)
Features Added
- Stable release of features from 12.12.0b1.
- Added support for progress tracking to
upload_blob()
anddownload_blob()
via a new optional callback,progress_hook
.
Bugs Fixed:
- Fixed a bug in
BlobClient.from_blob_url()
such that users will receive a more helpful error
message if they pass an incorrect URL without a full/container/blob
path. - Fixed a bug, introduced in the previous beta release, that caused Authentication errors when attempting to use
an Account SAS with certain service level operations.