Skip to content

@azure/storage-blob_12.2.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 09 Sep 05:01
8c2cf0b

12.2.0 (2020-09-08)

  • Added RehydratePriority to BlobProperties and BlobItemProperties.
  • Fixed BlockBlobClient.uploadStream() to support bufferSize larger than buffer.constants.MAX_LENGTH.
  • Added support for Object Replication Service.
  • Added custom domain support.
  • Supported Append Blob Seal.
  • Supported tags conditional operations.
  • The Static Website Service now supports a DefaultIndexDocumentPath for a global HTTP 200 route within the static website. You can get it by BlobServiceClient.getProperties() and set it via blobServiceClient.setProperties().
  • Bug fix - credential parameter of newPipeline() function is now optional. If not specified, AnonymousCredential is used. Fixes bug 9628.
  • Bug fix - high level upload functions BlockBlobClient.uploadFile(), BlockBlobClient.uploadStream() and BlockBlobClient.uploadBrowserData() now support setting tier. Fixes bug 9062.
  • Optimized error semantic for listBlobsByHierarchy(). Using listBlobsByHierarchy() with empty delimiter will now fail-fast.
  • Bug fix - Content-Length header is no more ignored. Fixes bugs 8903, 9300 and 10614.