github Azure/azure-sdk-for-python azure-storage-blob_12.10.0

latest releases: azure-ai-ml_1.22.1, azure-ai-evaluation_1.0.0, azure-storage-file-datalake_12.18.0...
2 years ago

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)

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.