Skip to content

Commit

Permalink
Upgrade version to 2.10.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacfan committed Oct 9, 2018
1 parent 34bf245 commit 1600bf2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
15 changes: 13 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
10 changes: 10 additions & 0 deletions browser/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/common/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 1600bf2

Please sign in to comment.