Storage JavaScript Client Library v2.9.100-preview
Pre-release
Pre-release
vinjiang
released this
28 May 11:45
·
105 commits
to master
since this release
2018.05 Version 2.9.100-preview
ALL
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.9.0-preview.
- Updated storage service version to 2017-11-09.
- Added
/* eslint-disable */
to generated JS files to avoid eslint warnings when using with create-react-app. - Added
progress
event forSpeedSummary
class, which will be triggered when every progress updates.
BLOB
- Added
createBlobServiceWithTokenCredential()
to createBlobService
object with bearer tokens such as OAuth access token (in preview). - Added support for '$web' as a valid blob container name for static website.
- Added support for write-once read-many containers (in preview).
- The
Get Container Properties
andList Containers
APIs now return two new properties indicating whether the container has an immutability policy or a legal hold. - The
Get Blob Properties
andList Blobs
APIs now return the creation time of the blob as a property.
QUEUE
- Added
createQueueServiceWithTokenCredential()
to createQueueService
object with bearer tokens such as OAuth access token (in preview).