github Azure/azure-sdk-for-js @azure/storage-blob_12.2.0

latest releases: @azure-tools/test-recorder_3.5.0, @azure/storage-queue_12.17.0, @azure/storage-file-datalake_12.17.0...
3 years ago

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.

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

NewReleases is sending notifications on new releases.