github Azure/azure-sdk-for-python azure-storage-blob_12.4.0

latest releases: azure-storage-queue_12.10.0, azure-storage-file-share_12.16.0, azure-storage-file-datalake_12.15.0...
3 years ago

12.4.0 (2020-08-12)

New features

  • Added support for Object Replication Service on list_blobs and get_blob_properties.
  • Added more support for blob tags. Added if_tags_match_condition that allow a user to specify a SQL statement for the blob's tags to satisfy.
  • Added support for setting and getting the default_index_document_path of StaticWebsite property on the service client.
  • Added rehydrate_priority to BlobProperties.
  • Added support to seal an append blob. Added test_seal_append_blob. Added ability to specify seal_destination_blob on start_copy_from_url. is_append_blob_sealed property returned on get_blob_properties/download_blob/list_blobs.
  • Added support to set tier on a snapshot or version.

Fixes

  • Fixed the bug when parsing blob url with '/' in blob name (#12563, #12568).
  • Support batch delete empty blob list (#12778, #12779).
  • Fixed blob_samples_query bug.
  • Fixed empty etag in acquire_blob response (#8490).

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

NewReleases is sending notifications on new releases.