Skip to content

azure-storage-blob_12.28.0b1

Pre-release
Pre-release

Choose a tag to compare

@azure-sdk azure-sdk released this 04 Dec 21:12
8646fbe

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.