Skip to content

Commit 1600bf2

Browse files
committed
Upgrade version to 2.10.2.
1 parent 34bf245 commit 1600bf2

4 files changed

Lines changed: 25 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
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
22
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.
33

4-
2018.09 Version 2.10.2
4+
2018.10 Version 2.10.2
55

66
ALL
7-
* Removed deprecated Buffer constructor calls in favor of static methods `Buffer.from` and `Buffer.alloc`
7+
* Upgrade `xmlbuilder` to 9.0.7 and `extend` to 3.0.2 to avoid vulnerabilities.
8+
* Removed deprecated Buffer constructor calls in favor of static methods `Buffer.from` and `Buffer.alloc`.
9+
* Added JSv10 link and docs.microsoft.com link.
10+
* Improved documents.
11+
12+
BLOB
13+
* Added typescript declarations to `listBlobDirectoriesSegmented` and `listBlobDirectoriesSegmentedWithPrefix`.
814

15+
FILE
16+
* Fixed an issue that empty text isn’t supported in `createFileFromText`.
17+
18+
TABLE
19+
* Fixed an issue that uncaught TypeError could be thrown from `createTable` when request is not sent properly.
920

1021
2018.08 Version 2.10.1
1122

browser/ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
Note: This is the change log file for Azure Storage JavaScript Client Library.
22

3+
2018.10 Version 2.10.102
4+
5+
ALL
6+
* Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.2.
7+
* Optimized browser samples and other documents.
8+
* Added JSv10 link and docs.microsoft.com link.
9+
10+
FILE
11+
* Fixed an issue that empty text isn’t supported in `createFileFromText`.
12+
313
2018.08 Version 2.10.101
414

515
ALL

lib/common/util/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ var Constants = {
3737
* @const
3838
* @type {string}
3939
*/
40-
USER_AGENT_PRODUCT_VERSION: '2.10.1',
40+
USER_AGENT_PRODUCT_VERSION: '2.10.2',
4141

4242
/**
4343
* The number of default concurrent requests for parallel operation.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "azure-storage",
33
"author": "Microsoft Corporation",
4-
"version": "2.10.1",
4+
"version": "2.10.2",
55
"description": "Microsoft Azure Storage Client Library for Node.js",
66
"typings": "typings/azure-storage/azure-storage.d.ts",
77
"tags": [

0 commit comments

Comments
 (0)