github Azure/azure-sdk-for-js @azure/storage-blob_12.4.0-beta.1

latest releases: @azure/microsoft-playwright-testing_1.0.0-beta.3, @azure/monitor-opentelemetry_1.7.1, @azure/monitor-opentelemetry-exporter_1.0.0-beta.26...
pre-release3 years ago

12.4.0-beta.1 (2020-12-09)

  • Updated Azure Storage Service API version to 2020-04-08.
  • Added a new interface BlockBlobClient.syncUploadFromURL() to support creating a new Block Blob where the contents of the blob are read from a given URL.
  • Blob Tags updates: BlobClient.setTags() and BlobClient.getTags() now support the LeaseAccessConditions and BlobServiceClient.findBlobsByTags() will return all matching tags for each blob.
  • Added generateSasUrl to BlobClient and ContainerClient to generate a service-level SAS URI for the client.
  • Added generateAccountSasUrl to BlobServiceClient to generate an account-level SAS URI for the client.
  • Fixed a bug where the credential property of the StorageClient is not set correctly when using a Token credential. Fixed bug 12219.
  • Blob Batch operations now reorder the subresponses in the client side to perserve the original input order. See BlobBatchClient.submitBatch() and 12335.
  • Won't remove the first space in the userAgentOptions.userAgentPrefix passed to the newPipeline() now. Fixed bug 7536.
  • Added isHierarchicalNamespaceEnabled to the response of BlobServiceClient.getAccountInfo().

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

NewReleases is sending notifications on new releases.