Skip to content

azure-storage-blob_12.10.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Mar 19:23
699acfe

12.10.0 (2022-03-08)

This version and all future versions will require Python 3.6+. Python 2.7 is no longer supported.

Stable release of preview features

  • Added support for service version 2021-02-12, 2021-04-10.
  • Account level SAS tokens now supports two new permissions:
    • permanent_delete
    • set_immutability_policy
  • Encryption Scope is now supported for Sync Blob Copy (copy_from_url()).
  • Encryption Scope is now supported as a SAS permission.
  • Added support for blob names containing invalid XML characters.
    Previously \uFFFE and \uFFFF would fail if present in blob name.
  • Added support for listing system containers with get_blob_containers().
  • Added support for find_blobs_by_tags() on a container.
  • Added support for Find (f) container SAS permission.

Bugs Fixed

  • Added all missing Service SAS permissions.
  • Fixed a bug that prevented upload_blob() from working with an OS pipe
    reader stream on Linux. (#23131)