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.