Updated the version number and change log

This commit is contained in:
hasonmsft 2017-02-22 15:21:49 +08:00
Родитель e4f5e78648
Коммит 25744c3035
4 изменённых файлов: 20 добавлений и 2 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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.

Просмотреть файл

@ -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": [