Skip to content

azure-storage-blob_12.12.0

Choose a tag to compare

@azure-sdk azure-sdk released this 10 May 22:29
d5e45f0

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.