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, andmatch_conditionto
conditionally performBlobClient'sset_blob_tagsandget_blob_tagsoperations. - Added support for the keyword
start_frominContainerClient'slist_blobs,list_blob_names, andwalk_blobs
APIs, which specifies the full path to start listing paths from. - Added support for the keyword
user_delegation_oidtogenerate_blob_sasandgenerate_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_blobvia thedecompresskeyword.