Releases: Azure/azure-storage-node
Releases · Azure/azure-storage-node
Storage Client Library 2.6.0
2017.10 Version 2.6.0
FILE
- Added support for file share snapshot.
Storage JavaScript Client Library v0.2.6-preview.12
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
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
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
2017.08 Version 2.4.0
ALL
- Fixed a TypeScript issue that
browserFile
should beObject
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
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
2017.08 Version 2.3.0
ALL
- Updated storage service version to 2017-04-17. For more information, please see - https://docs.microsoft.com/en-us/rest/api/storageservices/versioning-for-the-azure-storage-services
- Updated the dependency of the 'request' module to avoid security vulnerability: (https://snyk.io/test/npm/azure-storage).
- Added
requestServerEncrypted
property toServiceResponse
which indicates if the contents of the request have been successfully encrypted. - Improved API documentation.
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 toFileResult
andDirectoryResult
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
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
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
2017.08 Version 2.2.2
ALL
- Fixed a retry timeout issue during uploading.