From 1600bf2a7a74ffb1f4a5a60a9a82c1a3ac21004d Mon Sep 17 00:00:00 2001 From: jiacfan Date: Tue, 9 Oct 2018 11:10:23 +0800 Subject: [PATCH] Upgrade version to 2.10.2. --- ChangeLog.md | 15 +++++++++++++-- browser/ChangeLog.md | 10 ++++++++++ lib/common/util/constants.js | 2 +- package.json | 2 +- 4 files changed, 25 insertions(+), 4 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a09b983e..8152517a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,11 +1,22 @@ 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. -2018.09 Version 2.10.2 +2018.10 Version 2.10.2 ALL -* Removed deprecated Buffer constructor calls in favor of static methods `Buffer.from` and `Buffer.alloc` +* Upgrade `xmlbuilder` to 9.0.7 and `extend` to 3.0.2 to avoid vulnerabilities. +* Removed deprecated Buffer constructor calls in favor of static methods `Buffer.from` and `Buffer.alloc`. +* Added JSv10 link and docs.microsoft.com link. +* Improved documents. + +BLOB +* Added typescript declarations to `listBlobDirectoriesSegmented` and `listBlobDirectoriesSegmentedWithPrefix`. +FILE +* Fixed an issue that empty text isn’t supported in `createFileFromText`. + +TABLE +* Fixed an issue that uncaught TypeError could be thrown from `createTable` when request is not sent properly. 2018.08 Version 2.10.1 diff --git a/browser/ChangeLog.md b/browser/ChangeLog.md index 3d04a41a..5d9d3848 100644 --- a/browser/ChangeLog.md +++ b/browser/ChangeLog.md @@ -1,5 +1,15 @@ Note: This is the change log file for Azure Storage JavaScript Client Library. +2018.10 Version 2.10.102 + +ALL +* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.2. +* Optimized browser samples and other documents. +* Added JSv10 link and docs.microsoft.com link. + +FILE +* Fixed an issue that empty text isn’t supported in `createFileFromText`. + 2018.08 Version 2.10.101 ALL diff --git a/lib/common/util/constants.js b/lib/common/util/constants.js index ddef9183..28aeb230 100644 --- a/lib/common/util/constants.js +++ b/lib/common/util/constants.js @@ -37,7 +37,7 @@ var Constants = { * @const * @type {string} */ - USER_AGENT_PRODUCT_VERSION: '2.10.1', + USER_AGENT_PRODUCT_VERSION: '2.10.2', /** * The number of default concurrent requests for parallel operation. diff --git a/package.json b/package.json index 239d20f9..0aab0d9a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "azure-storage", "author": "Microsoft Corporation", - "version": "2.10.1", + "version": "2.10.2", "description": "Microsoft Azure Storage Client Library for Node.js", "typings": "typings/azure-storage/azure-storage.d.ts", "tags": [