@azure/storage-file-share
Advanced tools
Comparing version 12.0.0-dev.20191126.1 to 12.0.0-dev.20191127.1
@@ -14,2 +14,4 @@ # Changelog | ||
- [Breaking] Removed `uploadBrowserData` from `ShareFileClient` in favor of a unified method `uploadData` that accepts both browser `Blob` objects as well as Node.js `Buffer` objects. | ||
- Added a warning to the documentation of `downloadToBuffer` that explains the limitations of Node.js `Buffer` sizes to around 2GB on 64-bit architectures and 1GB on 32-bit architectures. | ||
- Documented the behavior of `getProperties` methods with respect to metadata keys and their casing inconsistency when compared to the metadata keys returned through corresponding "list" methods with the `includeMetadata` option. | ||
@@ -16,0 +18,0 @@ ## 2019.11 12.0.0-preview.6 |
{ | ||
"name": "@azure/storage-file-share", | ||
"sdk-type": "client", | ||
"version": "12.0.0-dev.20191126.1", | ||
"version": "12.0.0-dev.20191127.1", | ||
"description": "Microsoft Azure Storage SDK for JavaScript - File", | ||
@@ -6,0 +6,0 @@ "main": "./dist/index.js", |
3084696