github Azure/azure-sdk-for-python azure-storage-blob_12.28.0b1

12.28.0b1 (2025-12-04)

Features Added

  • Added support for service version 2026-02-06.
  • Added support for the keywords if_modified_since, if_unmodified_since, etag, and match_condition to
    conditionally perform BlobClient's set_blob_tags and get_blob_tags operations.
  • Added support for the keyword start_from in ContainerClient's list_blobs, list_blob_names, and walk_blobs
    APIs, which specifies the full path to start listing paths from.
  • Added support for the keyword user_delegation_oid to generate_blob_sas and generate_container_sas, which
    specifies the Entra ID of the user that is authorized to use the generated SAS URL.
  • Added support for UseDevelopmentStorage=true; as a valid connection string for Azurite.
  • Added the ability to skip auto decompression on BlobClient.download_blob via the decompress keyword.

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

NewReleases is sending notifications on new releases.