You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ChangeLog.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,22 @@
1
1
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
2
2
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.
3
3
4
-
2018.09 Version 2.10.2
4
+
2018.10 Version 2.10.2
5
5
6
6
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`.
8
14
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.
0 commit comments