Skip to content

Releases: Azure/azure-storage-node

Storage Client Library 2.6.0

12 Oct 07:48
Compare
Choose a tag to compare

2017.10 Version 2.6.0

FILE

  • Added support for file share snapshot.

Storage JavaScript Client Library v0.2.6-preview.12

12 Oct 08:00
Compare
Choose a tag to compare

2017.10 Version 0.2.6-preview.12

  • Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.6.0.

Storage Client Library 2.5.0

08 Sep 05:05
Compare
Choose a tag to compare

2017.09 Version 2.5.0

ALL

  • Optimized samples and documentation for retry policies.
  • Added additional samples for blob and file.

BLOB

  • Optimized commitBlocks API implementation and documentation.

FILE

  • Added support for File metrics.

Storage JavaScript Client Library v0.2.5-preview.11

08 Sep 05:19
Compare
Choose a tag to compare

2017.09 Version 0.2.5-preview.11

  • Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.5.0.

Storage Client Library 2.4.0

23 Aug 03:18
Compare
Choose a tag to compare

2017.08 Version 2.4.0

ALL

  • Fixed a TypeScript issue that browserFile should be Object type in the TypeScript definition file.

BLOB

  • Added support for getting and setting a tier for a block blob under a LRS Blob Storage Account from tiers hot, cool and archive. As of 8/22/2017, to use this feature, you need to be part of the Storage Archive Preview Program.

Storage JavaScript Client Library v0.2.4-preview.10

23 Aug 03:42
Compare
Choose a tag to compare

2017.08 Version 0.2.4-preview.10

  • Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.4.0.

Storage Client Library 2.3.0

17 Aug 09:40
Compare
Choose a tag to compare

2017.08 Version 2.3.0

ALL

BLOB

  • PageBlobs: For Premium Accounts only, added support for getting and setting the tier on a page blob. The tier can also be set when creating or copying from an existing page blob.

FILE

  • Added serverEncryped property to FileResult and DirectoryResult which indicates if the file data and application metadata are completely encrypted using the specified algorithm on the server.
  • Fixed a TypeScript issue that SharedAccessPermissions for FileUtilities is missing in type definition file.

TABLE

  • Fixed a typo in table query example for combineFilters function.

Storage JavaScript Client Library v0.2.3-preview.9

18 Aug 07:47
Compare
Choose a tag to compare

2017.08 Version 0.2.3-preview.9

  • Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.3.0.

Storage JavaScript Client Library v0.2.2-preview.8

08 Aug 09:01
Compare
Choose a tag to compare

2017.08 Version 0.2.2-preview.8

  • Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.2.2.

Storage Client Library 2.2.2

07 Aug 08:14
Compare
Choose a tag to compare

2017.08 Version 2.2.2

ALL

  • Fixed a retry timeout issue during uploading.