Граф коммитов

24 Коммитов

Автор SHA1 Сообщение Дата
Xiaoning Liu bc9e9625d9 Updated `Object.keys` polyfill for IE11 2018-12-27 16:55:22 +08:00
Xiaoning Liu ef6cf96ffd IE11 needs `Array.prototype.includes` polyfill loaded. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 6dcbd487f3 Fixed a changelog typo 2018-12-27 16:55:22 +08:00
Xiaoning Liu 131d8c9bef `SASQueryParameters` exported in Node.js runtime. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 58f319665f `SASQueryParameters` is not going to be exported in browser bundle which aligns with Node.js bundle. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 8999c8e5ff Updated singleBlobUploadThresholdInBytes to maxSingleShotSize, align with Java V10 2018-12-27 16:55:22 +08:00
Xiaoning Liu fe846c0131 Fixed a issue that when body is string with special characters, `BlockBlobULR.upload` will fail to upload. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 839119b5cd Resolved CR comments 2018-12-27 16:55:22 +08:00
Xiaoning Liu afdeae04f7 Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexcepted ending. 2018-12-27 16:55:22 +08:00
Xiaoning Liu 253fce7d47 Added option `parallelismThreshold` to customize concurrency upload threshold in bytes for highlevel uploading APIs, like `uploadBrowserDataToBlockBlob` or `uploadFileToBlockBlob` 2018-12-27 16:55:22 +08:00
Xiaoning Liu 8fce3b26be Updated ms-rest-js to @azure/ms-rest-js; Updated changelog; 2018-12-27 16:55:22 +08:00
Xiaoning Liu 9dd1693bf3 Fixed typos mentioned in PR review 2018-11-27 10:25:01 +08:00
Xiaoning Liu af2ad99aa8 For `setMetadata()` and `setHTTPHeaders()`, `metadata` and `blobHTTPHeaders` are moved from `options` into top level paramter list; Fixed minor bugs in sample and test cases; 2018-11-26 16:07:05 +08:00
Xiaoning Liu d387100a89 Fixed a bug that `timeout` parameter should use second as unit instead of milli second 2018-11-26 16:06:16 +08:00
XiaoningLiu 26d5753b92 Removed useless `marker` filed from option of `ServiceURL.listContainersSegment` method 2018-11-26 16:06:16 +08:00
XiaoningLiu 5207ccbd7f Fixed typos in `IRange` comments 2018-11-26 16:06:16 +08:00
XiaoningLiu dad10fd6bf Removed `File` from `uploadBrowserDataToBlockBlob` parameter type list, because `File` extends `Blob` which is already in the list. 2018-11-26 16:06:16 +08:00
XiaoningLiu 040d0d1a48 Updated names of exported interfaces `IHTTPPipelineLogger` & `IHTTPClient` to `IHttpPipelineLogger` & `IHttpClient`. 2018-11-26 16:06:16 +08:00
Xiaoning Liu 41d943f1cb Added SAS fix testing cases 2018-11-26 16:05:30 +08:00
Xiaoning Liu 902d21d997 Added stream retry when `BlobURL.download` response stream unexcepted ends. 2018-11-14 17:48:21 +08:00
Xiaoning Liu 8f9b21ad93 Prepare 10.1.0-preview, changelog and ThridPartyNotice.txt changes 2018-09-29 17:53:21 +08:00
Xiaoning Liu 01f1d4ccf5 Removed built-in polyfills for IE11 2018-09-29 13:48:07 +08:00
Xiaoning Liu 79b7e00348 Updated changelog 2018-09-07 16:35:01 +08:00
XiaoningLiu 408b685e99 Initial checkin source code 2018-09-07 16:35:01 +08:00