Azure Storage SDK for JavaScript - Blob 10.2.0-preview
Pre-release
Pre-release
vinjiang
released this
29 Nov 06:17
·
90 commits
to master
since this release
2018.11 10.2.0-preview
- [Breaking] Updated names of exported interfaces
IHTTPPipelineLogger
&IHTTPClient
toIHttpPipelineLogger
&IHttpClient
. - [Breaking] For
setMetadata()
andsetHTTPHeaders()
,metadata
andblobHTTPHeaders
are moved fromoptions
into top level parameter list. - Fixed bugs and typos in samples.
- Fixed a bug during generateAccountSASQueryParameters() that generated signature is not valid.
- Fixed a bug during generateBlobSASQueryParameters() that cache-control, content-type, content-disposition, content-encoding and content-language are not supported.
- Fixed a bug in SAS generation that start and expiry time format is not correct.
- Removed
File
fromuploadBrowserDataToBlockBlob
parameter type list, becauseFile
extendsBlob
which is already in the list. - Fixed typos in
IRange
comments. - Removed useless
marker
field from option ofServiceURL.listContainersSegment
method. - Fixed a bug that
timeout
parameter should use second as unit instead of millisecond. - Added stream retry when
BlobURL.download
response stream unexcepted ends.