You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
12.12.0 (2022-05-09)
Features Added
Stable release of features from 12.12.0b1.
Added support for progress tracking to upload_blob() and download_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.