azure-storage-blob_12.31.0b1
Pre-release
Pre-release
12.31.0b1 (2026-08-10)
Features Added
- Added support for service version 2026-10-06.
- Added support for parsing List Blobs responses in Apache Arrow format by passing
response_format="arrow"keyword toContainerClient'slist_blobs,walk_blobs, andlist_blob_namesAPIs
(response_formatdefaults to"auto", and"auto"currently means"xml").
The use of"response_format=arrow"requiresnanoarrowto be installed.
This change also enables the newend_beforekeyword for range-based listing. - Added access tier information to the response of
BlobClient'sdownload_blobAPI.
Theblob_tier,blob_tier_inferred,blob_tier_change_time, andsmart_access_tier
properties are now populated on the downloaded blob'sproperties. - The service-calculated CRC64 is now surfaced as
content_crc64on the response of
BlobClientupload operations (stage_block,stage_block_from_url,upload_page,
upload_pages_from_url,append_block,append_block_from_url,upload_blob, and
upload_blob_from_url) in addition tocontent_md5when a content MD5 is
provided with the request.
Other Changes
- Partitioned upload via
upload_blobwith Block Blobs will now generate random,
unique block ids for each block rather than using a sequential count.
The length of the new block ids will be the same as previous versions to ensure backwards compatibility.