Releases: Azure/azure-storage-node
Releases · Azure/azure-storage-node
Storage JavaScript Client Library v0.2.2-preview.7
2017.07 Version 0.2.2-preview.7
- Added browser specific APIs for blobs and files uploading.
BlobService.createBlockBlobFromBrowserFile
BlobService.createPageBlobFromBrowserFile
BlobService.createAppendBlobFromBrowserFile
BlobService.appendFromBrowserFile
FileService.createFileFromBrowserFile
- Updated samples with above new added APIs.
- Dropped dependency to browserify-fs.
Storage Client Library 2.2.1
2017.07 Version 2.2.1
BLOB
- Optimized memory usage especially for uploading blobs with large block size.
Storage JavaScript Client Library v0.2.2-preview.6
2017.07 Version 0.2.2-preview.6
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.2.1.
Storage JavaScript Client Library v0.2.2-preview.5
2017.06 Version 0.2.2-preview.5
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.2.0.
Storage Client Library 2.2.0
2017.06 Version 2.2.0
ALL
- Fixed a TypeScript issue that callback of
createWriteStreamToBlockBlob
should be optional in the TypeScript definition file. - Fixed a bug in TypeScript definition file about
AccessConditions
mismatches withAccessCondition
which is exported in JavaScript. - Fixed an undefined property issue in
BlobResult
object of the sample code. - Updated node-uuid to uuid.
- Updated underscore version to 1.8.3.
- Updated validator version to 3.35.0.
BLOB
- Added a
defaultEnableReuseSocket
option forBlobService
to control reuseSocket settings. - Fixed a hanging or silent failing issue for blob uploading under some situations.
- Fixed a bug that
doesBlobExist
does not supportsnapshotId
parameter. - Fixed a bug in
getBlobToLocalFile
thatfs
will throw exceptions instead of returning errors in callback.
FILE
- Added a
defaultEnableReuseSocket
option forFileService
to control reuseSocket settings. - Fixed a hanging or silent failing issue for file uploading under some situations.
- Fixed a bug in
getFileToLocalFile
thatfs
will throw exceptions instead of returning errors in callback.
Storage JavaScript Client Library v0.2.1-preview.4
2017.05 Version 0.2.1-preview.4
- Reduced footprint of the generated JavaScript files
- Removed 7 local-file related APIs which are limited by browser's sandbox
Storage JavaScript Client Library v0.2.1-preview.3
2017.03 Version 0.2.1-preview.3
- Fixed missing 100% upload progress issue in blob sample for uploading blobs smaller than 32MB
- Added speedSummary code example in the blob & file samples
Storage Client Library 2.1.0
2017.03 Version 2.1.0
ALL
- Fixed the type script issue that AccessConditions is missing in the type definition file
BLOB
- Added support for page blob incremental copy. Refer to https://docs.microsoft.com/en-us/rest/api/storageservices/fileservices/incremental-copy-blob
QUEUE
- Fixed the issue that
responseObject
may not have response body increateMessage
function.
Storage JavaScript Client Library v0.2.1-preview.2
2017.03 Version 0.2.1-preview.2
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.1.0
Storage JavaScript Client Library v0.2.0-preview.1
This is a JavaScript storage client library generated by Browserify from Node.js SDK [email protected]
For more information about this library, please refer to the JavaScript Client Library section in ReadMe.md