github Azure/azure-sdk-for-js @azure/storage-blob_12.0.0-preview.2

latest releases: @azure/template_1.0.12-beta.3640015, @azure/template_1.0.12-beta.3640012, @azure/notification-hubs_1.2.0...
pre-release4 years ago

2019.08 Version 12.0.0-preview.2

  • [Breaking] Aborter class is no longer exposed from the package. Use the package @azure/abort-controller to pass an abort signal to any of the async operations.
    AbortController.timeout(<milliseconds>) can be utilized as an abort signal.
  • Generalized the credential parameter in client constructors to support {SharedKeyCredential | AnonymousCredential | TokenCredential} credentials as a union type.
  • Storage service allows SAS connection string with SAS string and endpoints along with the Account connection string(account name, key and endpoint).
    In this preview, SAS connection string support is added to the existing connection string client constructors and static methods.
    • Account connection string example - DefaultEndpointsProtocol=https;AccountName=myaccount;AccountKey=accountKey;EndpointSuffix=core.windows.net
    • SAS connection string example - BlobEndpoint=https://myaccount.blob.core.windows.net/;QueueEndpoint=https://myaccount.queue.core.windows.net/;FileEndpoint=https://myaccount.file.core.windows.net/;TableEndpoint=https://myaccount.table.core.windows.net/;SharedAccessSignature=sasString
    • SAS connection string is supported in both NodeJS and browser runtimes, unlike the Account Connection String which is supported only in the NodeJS runtime.

Note - Please take a look at the Browser bundle discussion #4707 if you are looking for browser bundle attachments.

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

NewReleases is sending notifications on new releases.