Skip to content

Releases: Azure/azure-storage-node

Storage JavaScript Client Library v0.2.2-preview.7

13 Jul 09:43
Compare
Choose a tag to compare

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

04 Jul 08:51
Compare
Choose a tag to compare

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

05 Jul 06:29
Compare
Choose a tag to compare

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

29 Jun 04:56
Compare
Choose a tag to compare

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

20 Jun 13:06
Compare
Choose a tag to compare

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 with AccessCondition 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 for BlobService to control reuseSocket settings.
  • Fixed a hanging or silent failing issue for blob uploading under some situations.
  • Fixed a bug that doesBlobExist does not support snapshotId parameter.
  • Fixed a bug in getBlobToLocalFile that fs will throw exceptions instead of returning errors in callback.

FILE

  • Added a defaultEnableReuseSocket option for FileService to control reuseSocket settings.
  • Fixed a hanging or silent failing issue for file uploading under some situations.
  • Fixed a bug in getFileToLocalFile that fs will throw exceptions instead of returning errors in callback.

Storage JavaScript Client Library v0.2.1-preview.4

08 May 07:42
Compare
Choose a tag to compare

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

16 Mar 05:54
Compare
Choose a tag to compare

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

03 Mar 16:25
Compare
Choose a tag to compare

2017.03 Version 2.1.0

ALL

  • Fixed the type script issue that AccessConditions is missing in the type definition file

BLOB

QUEUE

  • Fixed the issue that responseObject may not have response body in createMessage function.

Storage JavaScript Client Library v0.2.1-preview.2

08 Mar 07:36
Compare
Choose a tag to compare

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

02 Mar 03:21
Compare
Choose a tag to compare

This is a JavaScript storage client library generated by Browserify from Node.js SDK azure-storage@2.0.0

For more information about this library, please refer to the JavaScript Client Library section in ReadMe.md