Storage Client Library 2.10.2
2018.10 Version 2.10.2
ALL
- Upgrade
xmlbuilder
to 9.0.7 andextend
to 3.0.2 to avoid vulnerabilities. - Removed deprecated Buffer constructor calls in favor of static methods
Buffer.from
andBuffer.alloc
. - Added JSv10 link and docs.microsoft.com link.
- Improved documents.
BLOB
- Added typescript declarations to
listBlobDirectoriesSegmented
andlistBlobDirectoriesSegmentedWithPrefix
.
FILE
- Fixed an issue that empty text isn’t supported in
createFileFromText
.
TABLE
- Fixed an issue that uncaught TypeError could be thrown from
createTable
when request is not sent properly.