Skip to content

Storage Client Library 2.8.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 06 Feb 14:34
· 138 commits to master since this release
31a9878

ALL

  • Updated storage service version to 2017-07-29.

BLOB

  • Added support for Soft Delete feature.
  • Fixed several blobuploader example issues.
  • Fixed a compatibility issue for getBlobToLocalFile and createReadStream with Node.js v9.
  • Fixed a bug that blob name will be wrongly trimmed to empty string when listing blobs.
  • Fixed a bug when blob size > 32M, GetBlobStream returns root blob data instead of snapshot data.

FILE

  • Fixed a compatibility issue for getFileToLocalFile and createReadStream with Node.js v9.