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

latest releases: azure-ai-agentserver-core_1.0.0b10, azure-monitor-opentelemetry_1.8.5, azure-template_0.1.0b5803890...
pre-release6 hours ago

12.29.0b1 (2026-01-27)

Features Added

  • Added support for service version 2026-04-06.
  • Added support for error code INCREMENTAL_COPY_OF_EARLIER_SNAPSHOT_NOT_ALLOWED.
    This replaces INCREMENTAL_COPY_OF_EARLIER_VERSION_SNAPSHOT_NOT_ALLOWED which has been deprecated.
  • Added support for the keywords access_tier_if_modified_since and access_tier_if_unmodified_since to
    conditionally perform BlobClient.delete_blob operation.
  • Added support for the keyword source_cpk for BlobClient's upload_blob_from_url,
    stage_block_from_url, upload_pages_from_url, and append_block_from_url APIs
    to re-encrypt data automatically by the service through a CustomerProvidedEncryptionKey.
  • Added support for the keyword user_delegation_tid to BlobServiceClient.get_user_delegation_key API, which
    can be used in generate_blob_sas and generate_container_sas to specify the Tenant ID that is authorized
    to use the generated SAS URL. Note that user_delegation_tid must be used together with user_delegation_oid.
  • Added support for the keyword request_headers to generate_blob_sas and generate_container_sas,
    which specifies a set of headers and their corresponding values that must be
    present in the request header when using the generated SAS.
  • Added support for the keyword request_query_params to generate_blob_sas and generate_container_sas,
    which specifies a set of query parameters and their corresponding values that must be
    present in the request URL when using the generated SAS.

Other Changes

  • Bumped minimum azure-core dependency to 1.37.0.

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

NewReleases is sending notifications on new releases.