Skip to content

Storage Client Library 2.9.0-preview

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinjiang vinjiang released this 28 May 11:37
· 105 commits to master since this release

2018.05 Version 2.9.0-preview

ALL

  • Updated storage service version to 2017-11-09.
  • Added progress event for SpeedSummary class, which will be triggered when every progress updates.
  • Bumped version of request module from ~2.83.0 to ^2.86.0 to solve a vulnerability issue.

BLOB

  • Added createBlobServiceWithTokenCredential() to create BlobService 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 and List Containers APIs now return two new properties indicating whether the container has an immutability policy or a legal hold.
  • The Get Blob Properties and List Blobs APIs now return the creation time of the blob as a property.

QUEUE

  • Added createQueueServiceWithTokenCredential() to create QueueService object with bearer tokens such as OAuth access token (in preview).