diff --git a/ChangeLog.md b/ChangeLog.md index 4adde2a1..258fa53f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,20 @@ Note: This is an Azure Storage only package. The all up Azure node sdk still has the old storage bits in there. In a future release, those storage bits will be removed and an npm dependency to this storage node sdk will be taken. This is a GA release and the changes described below indicate the changes from the Azure node SDK 0.9.8 available here - https://github.com/Azure/azure-sdk-for-node. +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 in `createMessage` function. + +BROWSER +* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.1.0 + 2017.01 Version 2.0.0 ALL diff --git a/browser/ChangeLog.md b/browser/ChangeLog.md index 1616467a..9aa3bdef 100644 --- a/browser/ChangeLog.md +++ b/browser/ChangeLog.md @@ -1,5 +1,9 @@ Note: This is the change log file for Azure Storage JavaScript Client Library. +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 + 2017.03 Version 0.2.0-preview.1 * Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.0.0 diff --git a/lib/common/util/constants.js b/lib/common/util/constants.js index c3a060db..5e7098ba 100644 --- a/lib/common/util/constants.js +++ b/lib/common/util/constants.js @@ -31,7 +31,7 @@ var Constants = { /* * Specifies the value to use for UserAgent header. */ - USER_AGENT_PRODUCT_VERSION: '2.0.0', + USER_AGENT_PRODUCT_VERSION: '2.1.0', /** * The number of default concurrent requests for parallel operation. diff --git a/package.json b/package.json index 4b455be6..576e561b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azure-storage", "author": "Microsoft Corporation", - "version": "2.0.0", + "version": "2.1.0", "description": "Microsoft Azure Storage Client Library for Node.js", "typings": "typings/azure-storage/azure-storage.d.ts", "tags": [