12.30.0b1 (2026-04-01)
Features Added
- Added support for service version 2026-06-06.
- Added support for connection strings and
account_urls to accept URLs with-ipv6and-dualstacksuffixes
forBlobServiceClient,ContainerClient, andBlobClient. - Added support for
createpermission inBlobSasPermissionsforstage_block,
stage_block_from_url, andcommit_block_list. - Added support for a new
Smartaccess tier toStandardBlobTierused inBlobClient.set_standard_blob_tier,
which is optimized to automatically determine the most cost-effective access with no performance impact.
When set,BlobProperties.smart_access_tierwill reveal the service's current access
tier choice betweenHot,Cool, andArchive. - Added support for
is_directorykeyword ingenerate_blob_sasthat generates directory-level SAS for blobs.
Other Changes
- Consolidated the behavior of
max_concurrency=Noneby defaulting to the sharedDEFAULT_MAX_CONCURRENCYconstant.