@azure/storage-blob 12.5.1-alpha.20210323.1 → 12.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +57 -51
- package/dist/index.js +8149 -5971
- package/dist/index.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobBatch.js +3 -3
- package/dist-esm/storage-blob/src/BlobBatch.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobBatchClient.js +3 -3
- package/dist-esm/storage-blob/src/BlobBatchClient.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobLeaseClient.js +7 -7
- package/dist-esm/storage-blob/src/BlobLeaseClient.js.map +1 -1
- package/dist-esm/storage-blob/src/BlobServiceClient.js +12 -12
- package/dist-esm/storage-blob/src/BlobServiceClient.js.map +1 -1
- package/dist-esm/storage-blob/src/Clients.js +72 -61
- package/dist-esm/storage-blob/src/Clients.js.map +1 -1
- package/dist-esm/storage-blob/src/ContainerClient.js +18 -18
- package/dist-esm/storage-blob/src/ContainerClient.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/index.js +11 -0
- package/dist-esm/storage-blob/src/generated/src/index.js.map +1 -0
- package/dist-esm/storage-blob/src/generated/src/models/index.js +2 -2
- package/dist-esm/storage-blob/src/generated/src/models/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js +3714 -2267
- package/dist-esm/storage-blob/src/generated/src/models/mappers.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js +848 -903
- package/dist-esm/storage-blob/src/generated/src/models/parameters.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js +148 -142
- package/dist-esm/storage-blob/src/generated/src/operations/appendBlob.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/blob.js +675 -592
- package/dist-esm/storage-blob/src/generated/src/operations/blob.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js +254 -223
- package/dist-esm/storage-blob/src/generated/src/operations/blockBlob.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/container.js +426 -377
- package/dist-esm/storage-blob/src/generated/src/operations/container.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/directory.js +153 -128
- package/dist-esm/storage-blob/src/generated/src/operations/directory.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/index.js +3 -5
- package/dist-esm/storage-blob/src/generated/src/operations/index.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js +297 -263
- package/dist-esm/storage-blob/src/generated/src/operations/pageBlob.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/operations/service.js +207 -177
- package/dist-esm/storage-blob/src/generated/src/operations/service.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClient.js +14 -20
- package/dist-esm/storage-blob/src/generated/src/storageClient.js.map +1 -1
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js +13 -12
- package/dist-esm/storage-blob/src/generated/src/storageClientContext.js.map +1 -1
- package/dist-esm/storage-blob/src/generatedModels.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/constants.js +2 -2
- package/dist-esm/storage-blob/src/utils/constants.js.map +1 -1
- package/dist-esm/storage-blob/src/utils/tracing.js +3 -2
- package/dist-esm/storage-blob/src/utils/tracing.js.map +1 -1
- package/package.json +10 -11
- package/typings/3.1/storage-blob.d.ts +888 -3049
- package/typings/latest/storage-blob.d.ts +889 -3049
- package/dist-esm/storage-blob/src/generated/src/models/appendBlobMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/appendBlobMappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/blobMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/blobMappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/blockBlobMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/blockBlobMappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/containerMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/containerMappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/directoryMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/directoryMappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/pageBlobMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/pageBlobMappers.js.map +0 -1
- package/dist-esm/storage-blob/src/generated/src/models/serviceMappers.js +0 -9
- package/dist-esm/storage-blob/src/generated/src/models/serviceMappers.js.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
# Release History
|
2
2
|
|
3
|
-
## 12.
|
3
|
+
## 12.6.0 (2021-06-09)
|
4
4
|
|
5
|
+
- Includes all features released in 12.6.0-beta.1.
|
6
|
+
|
7
|
+
## 12.6.0-beta.1 (2021-05-14)
|
8
|
+
|
9
|
+
- Updated Azure Storage Service API version to 2020-08-04.
|
10
|
+
- Restoring deleted container doesn't support renaming anymore, deprecated `destinationContainerName` in `ServiceUndeleteContainerOptions` for `BlobServiceClient.undeleteContainer()`.
|
5
11
|
|
6
12
|
## 12.5.0 (2021-03-10)
|
7
13
|
|
@@ -64,7 +70,7 @@
|
|
64
70
|
- Optimized error semantic for `listBlobsByHierarchy()`. Using `listBlobsByHierarchy()` with empty `delimiter` will now fail-fast.
|
65
71
|
- Bug fix - Content-Length header is no more ignored. Fixes bugs [8903](https://github.com/Azure/azure-sdk-for-js/issues/8903), [9300](https://github.com/Azure/azure-sdk-for-js/issues/9300) and [10614](https://github.com/Azure/azure-sdk-for-js/issues/10614).
|
66
72
|
|
67
|
-
## 12.2.0-preview.1 (2020
|
73
|
+
## 12.2.0-preview.1 (2020-07-03)
|
68
74
|
|
69
75
|
- Updated Azure Storage Service API version to 2019-12-12.
|
70
76
|
- Supported quick query. Added a new API `BlockBlobClient.query()`.
|
@@ -74,19 +80,19 @@
|
|
74
80
|
- Added convenience method `createIfNotExists` for `ContainerClient`, `AppendBlobClient` and `PageBlobClient`.
|
75
81
|
- Added convenience method `deleteIfExists` for `ContainerClient` and `BlobClients`.
|
76
82
|
|
77
|
-
## 12.1.2 (2020
|
83
|
+
## 12.1.2 (2020-05-20)
|
78
84
|
|
79
85
|
- Fix data corruption failure error [issue #6411](https://github.com/Azure/azure-sdk-for-js/issues/6411) when downloading compressed files. [PR #7993](https://github.com/Azure/azure-sdk-for-js/pull/7993)
|
80
86
|
- Fix un-handled TypeError [issue #8499](https://github.com/Azure/azure-sdk-for-js/issues/8499) in Electron applications. [PR #8568](https://github.com/Azure/azure-sdk-for-js/pull/8568)
|
81
87
|
- Updated to use `@opentelemetry/api` 0.6.1 via `@azure/core-tracing`. [PR #7998](https://github.com/Azure/azure-sdk-for-js/pull/7998)
|
82
88
|
- Updated to use `typescript` 3.8.3. [PR #8659](https://github.com/Azure/azure-sdk-for-js/pull/8659)
|
83
89
|
|
84
|
-
## 12.1.1 (2020
|
90
|
+
## 12.1.1 (2020-03-12)
|
85
91
|
|
86
92
|
- Bug fix - Blob SAS's `sr` field is now properly set when generating SAS for a blob using a stored policy with `signedpermissions`. For more details about Service SAS, please refer to [link](https://docs.microsoft.com/rest/api/storageservices/create-service-sas).
|
87
93
|
- Fixed unexpected hang issue when uploading empty body. Fixed bug [6904](https://github.com/Azure/azure-sdk-for-js/issues/6904).
|
88
94
|
|
89
|
-
## 12.1.0 (2020
|
95
|
+
## 12.1.0 (2020-02-12)
|
90
96
|
|
91
97
|
- Updated Azure Storage Service API version to 2019-07-07.
|
92
98
|
- Add support for Encryption Scope, which is similar to regular CPK, except the encryption key is provided by name.
|
@@ -94,7 +100,7 @@
|
|
94
100
|
- Add `getPageRangesDiffForManagedDisks` to `PageBlobClient`.
|
95
101
|
- Fixed a bug where the package didn't work as expected when bundling web applications. [PR #7298](https://github.com/Azure/azure-sdk-for-js/pull/7298)
|
96
102
|
|
97
|
-
## 12.0.2 (2020
|
103
|
+
## 12.0.2 (2020-01-09)
|
98
104
|
|
99
105
|
- Bug fix - Name properties on clients now support more kinds of endpoints(IPv4/v6 hosts, single word domains). [PR #6753](https://github.com/Azure/azure-sdk-for-js/pull/6753)
|
100
106
|
- Service clients now share a single http client instance by default. [PR #6657](https://github.com/Azure/azure-sdk-for-js/pull/6657)
|
@@ -108,7 +114,7 @@
|
|
108
114
|
- 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.
|
109
115
|
- 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.
|
110
116
|
|
111
|
-
## 12.0.0 (2019
|
117
|
+
## 12.0.0 (2019-10-30)
|
112
118
|
|
113
119
|
- This release marks the general availability of the `@azure/storage-blob` package.
|
114
120
|
- Bug Fix - Previous versions of `@azure/storage-blob` preview library failed for React apps because of the usage of `fs.stat` method which is not available in browsers and due to the presence of some circular dependencies. Both of these issues are fixed in this new release.
|
@@ -140,7 +146,7 @@
|
|
140
146
|
- `BlobClient.downloadToBuffer()` helper method has a new overload where it is not required to pass the `Buffer`. Attributes `offset` and `count` are optional, downloads the entire blob if they are not provided.
|
141
147
|
- [Breaking] The default browser bundle has been removed from the npm package. Bundling your application with a bundler such as Webpack is the recommended approach to building a browser bundle. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
142
148
|
|
143
|
-
## 12.0.0-preview.5 (2019
|
149
|
+
## 12.0.0-preview.5 (2019-10-22)
|
144
150
|
|
145
151
|
- [Breaking] `IPRange` is renamed to `SasIPRange`. [PR #5551](https://github.com/Azure/azure-sdk-for-js/pull/5551)
|
146
152
|
- Created new interface `CommonOptions`. This interface is for standard options that apply to all methods that invoke remote operations. This interface currently contains options that enable client-side tracing of the SDK. [PR #5550](https://github.com/Azure/azure-sdk-for-js/pull/5550)
|
@@ -200,7 +206,7 @@
|
|
200
206
|
- [Breaking] Return type of `downloadToBuffer` helper method on `BlobClient` is changed to `Promise<Buffer>` from `Promise<void>` [PR #5624](https://github.com/Azure/azure-sdk-for-js/pull/5624)
|
201
207
|
- [Breaking] IE11 needs `Object.assign` polyfill loaded. [PR #5727](https://github.com/Azure/azure-sdk-for-js/pull/5727)
|
202
208
|
|
203
|
-
## 12.0.0-preview.4 (2019
|
209
|
+
## 12.0.0-preview.4 (2019-10-09)
|
204
210
|
|
205
211
|
- [Breaking] Replace string array with boolean flags to specify dataset to include when listing containers or blobs.
|
206
212
|
- For listing containers
|
@@ -249,7 +255,7 @@
|
|
249
255
|
- [Breaking] `Models.StorageServiceStats` is renamed to `Models.BlobServiceStatistics`
|
250
256
|
- [Breaking] `UserDelegationKey.signedOid` is renamed to `UserDelegationKey.signedObjectId`. `UserDelegationKey.signedTid` is renamed to `UserDelegationKey.signedTenantId`.
|
251
257
|
|
252
|
-
## 12.0.0-preview.3 (2019
|
258
|
+
## 12.0.0-preview.3 (2019-09-11)
|
253
259
|
|
254
260
|
- [Breaking] `RawTokenCredential` is dropped. TokenCredential implementations can be found in the [@azure/identity](https://www.npmjs.com/package/@azure/identity) library for authentication.
|
255
261
|
- Updated Azure Storage Service API version to 2019-02-02.
|
@@ -280,7 +286,17 @@
|
|
280
286
|
- Basic HTTP proxy authentication support is added. Proxy settings can be passed in the options while creating a new client. Example - [typescript/proxyAuth.ts](https://github.com/Azure/azure-sdk-for-js/blob/@azure/storage-blob_12.0.0-preview.3/sdk/storage/storage-blob/samples/typescript/proxyAuth.ts)
|
281
287
|
- Connection strings for explicit storage endpoints are supported. - [Configure Azure Storage connection strings](https://docs.microsoft.com/azure/storage/common/storage-configure-connection-string#create-a-connection-string-for-an-explicit-storage-endpoint)
|
282
288
|
|
283
|
-
##
|
289
|
+
## 10.5.0 (2019-09-09)
|
290
|
+
|
291
|
+
- Updated Azure Storage Service API version to 2019-02-02.
|
292
|
+
- A new API `ServiceURL.submitBatch()` supports Blob Batch operation which allows multiple requests to be sent within a single request body.
|
293
|
+
- Added support for customer provided encryption key.
|
294
|
+
- Added support for rehydrate priority with additional option to methods `BlobURL.startCopyFromURL()` and `BlobURL.setTier()`.
|
295
|
+
- APIs `BlobURL.startCopyFromURL()`, `BlockBlobURL.upload()`, `BlockBlobURL.commitBlockList()` and `PageBlobURL.create()` now support set the blob tier within the API call.
|
296
|
+
- Responses for all APIs now return x-ms-client-request-id through `clientRequestId` that was passed in on the request from client-side.
|
297
|
+
- Exposed options to accept CRC64 as a transactional data integrity mechanism for data transfer APIs.
|
298
|
+
|
299
|
+
## 12.0.0-preview.2 (2019-08-06)
|
284
300
|
|
285
301
|
- [Breaking] Aborter class is no longer exposed from the package. Use the package [@azure/abort-controller](https://www.npmjs.com/package/@azure/abort-controller) to pass an abort signal to any of the async operations.
|
286
302
|
`AbortController.timeout(<milliseconds>)` can be utitlized as an abort signal.
|
@@ -291,7 +307,32 @@
|
|
291
307
|
- SAS connection string example - `BlobEndpoint=https://myaccount.blob.core.windows.net/;QueueEndpoint=https://myaccount.queue.core.windows.net/;FileEndpoint=https://myaccount.file.core.windows.net/;TableEndpoint=https://myaccount.table.core.windows.net/;SharedAccessSignature=sasString`
|
292
308
|
- SAS connection string is supported in both NodeJS and browser runtimes unlike the Account Connection String which is supported only in the NodeJS runtime.
|
293
309
|
|
294
|
-
##
|
310
|
+
## 10.4.1 (2019-08-28)
|
311
|
+
|
312
|
+
- Added overloads of `generateBlobSASQueryParameters` functions to generate user delegation SAS.
|
313
|
+
- `expiry` and `start` in `AccessPolicy` are now optional in `ContainerURL.setAccessPolicy` and `ContainerURL.getAccessPolicy`.
|
314
|
+
|
315
|
+
## 10.4.0 (2019-07-30)
|
316
|
+
|
317
|
+
- Updated Azure Storage Service API version to [2018-11-09](https://docs.microsoft.com/rest/api/storageservices/version-2018-11-09).
|
318
|
+
- Improved comments for `BlockBlobURL.upload()`.
|
319
|
+
- Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.
|
320
|
+
- Fixed a bug of `downloadBlobToBuffer()` and `downloadAzureFileToBuffer()` when provided offset is not 0.
|
321
|
+
- Fixed a bug that `Aborter` cannot work during retry interval.
|
322
|
+
- Fixed a bug that `Aborter` throws timeout error even though it succeeds of `BlockBlobUrl.download()`.
|
323
|
+
- Fixed a bug that "err.code.toUpperCase is not a function" when retries in browser.
|
324
|
+
- Export `RetryPolicyType`.
|
325
|
+
- `Aborter` doesn't require `dom` as tsconfig lib requirement anymore for `Event` type.
|
326
|
+
- Service SAS generation now supports snapshot access control from 2018-11-09 in `generateBlobSASQueryParameters()`.
|
327
|
+
- Service SAS generation now supports snapshot access control from API version 2018-11-09 in `generateBlobSASQueryParameters()`.
|
328
|
+
- A new API `PageBlobURL.uploadPagesFromURL()` allows pages in a page blob to be written using a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for page blobs of any size.
|
329
|
+
- A new API `AppendBlobURL.appendBlockFromURL()` commits a new block of data to the end of an append blob. Method uses a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for append blobs of any size.
|
330
|
+
- A new API `BlobURL.syncCopyFromURL()` allows a block blob to be copied synchronously using a URL as a source. This API has a maximum size of 256 MB and preserves metadata and block list.
|
331
|
+
- A new API `ServiceURL.getUserDelegationKey()` added to get a key that can be used to generate a user delegation SAS (shared access signature).
|
332
|
+
- Updated HTTP client from axios to node-fetch in Node.js runtime.
|
333
|
+
- A new option `keepAliveOptions` added to parameter of `StorageURL.newPipeline()` which controls keep-alive configurations. Keep-alive is enabled by default.
|
334
|
+
|
335
|
+
## 12.0.0-preview.1 (2019-07-03)
|
295
336
|
|
296
337
|
- [Breaking] Client types are renamed from *URL to *Client.
|
297
338
|
BlobURL, BlockBlobURL, ContainerURL, ServiceURL, StorageURL to BlobClient, BlockBlobClient, ContainerClient, BlobServiceClient, StorageClient respectively.
|
@@ -327,42 +368,7 @@
|
|
327
368
|
|
328
369
|
For release notes and more information please visit https://aka.ms/azsdk/releases/july2019preview
|
329
370
|
|
330
|
-
## 10.
|
331
|
-
|
332
|
-
- Updated Azure Storage Service API version to 2019-02-02.
|
333
|
-
- A new API `ServiceURL.submitBatch()` supports Blob Batch operation which allows multiple requests to be sent within a single request body.
|
334
|
-
- Added support for customer provided encryption key.
|
335
|
-
- Added support for rehydrate priority with additional option to methods `BlobURL.startCopyFromURL()` and `BlobURL.setTier()`.
|
336
|
-
- APIs `BlobURL.startCopyFromURL()`, `BlockBlobURL.upload()`, `BlockBlobURL.commitBlockList()` and `PageBlobURL.create()` now support set the blob tier within the API call.
|
337
|
-
- Responses for all APIs now return x-ms-client-request-id through `clientRequestId` that was passed in on the request from client-side.
|
338
|
-
- Exposed options to accept CRC64 as a transactional data integrity mechanism for data transfer APIs.
|
339
|
-
|
340
|
-
## 10.4.1 (2019.08)
|
341
|
-
|
342
|
-
- Added overloads of `generateBlobSASQueryParameters` functions to generate user delegation SAS.
|
343
|
-
- `expiry` and `start` in `AccessPolicy` are now optional in `ContainerURL.setAccessPolicy` and `ContainerURL.getAccessPolicy`.
|
344
|
-
|
345
|
-
## 10.4.0 (2019.07)
|
346
|
-
|
347
|
-
- Updated Azure Storage Service API version to [2018-11-09](https://docs.microsoft.com/rest/api/storageservices/version-2018-11-09).
|
348
|
-
- Improved comments for `BlockBlobURL.upload()`.
|
349
|
-
- Exported `HttpRequestBody` type for who wants to implement a customized HTTP client.
|
350
|
-
- Fixed a bug of `downloadBlobToBuffer()` and `downloadAzureFileToBuffer()` when provided offset is not 0.
|
351
|
-
- Fixed a bug that `Aborter` cannot work during retry interval.
|
352
|
-
- Fixed a bug that `Aborter` throws timeout error even though it succeeds of `BlockBlobUrl.download()`.
|
353
|
-
- Fixed a bug that "err.code.toUpperCase is not a function" when retries in browser.
|
354
|
-
- Export `RetryPolicyType`.
|
355
|
-
- `Aborter` doesn't require `dom` as tsconfig lib requirement anymore for `Event` type.
|
356
|
-
- Service SAS generation now supports snapshot access control from 2018-11-09 in `generateBlobSASQueryParameters()`.
|
357
|
-
- Service SAS generation now supports snapshot access control from API version 2018-11-09 in `generateBlobSASQueryParameters()`.
|
358
|
-
- A new API `PageBlobURL.uploadPagesFromURL()` allows pages in a page blob to be written using a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for page blobs of any size.
|
359
|
-
- A new API `AppendBlobURL.appendBlockFromURL()` commits a new block of data to the end of an append blob. Method uses a range of another blob as a source. This permits synchronous server-side copies to be orchestrated for append blobs of any size.
|
360
|
-
- A new API `BlobURL.syncCopyFromURL()` allows a block blob to be copied synchronously using a URL as a source. This API has a maximum size of 256 MB and preserves metadata and block list.
|
361
|
-
- A new API `ServiceURL.getUserDelegationKey()` added to get a key that can be used to generate a user delegation SAS (shared access signature).
|
362
|
-
- Updated HTTP client from axios to node-fetch in Node.js runtime.
|
363
|
-
- A new option `keepAliveOptions` added to parameter of `StorageURL.newPipeline()` which controls keep-alive configurations. Keep-alive is enabled by default.
|
364
|
-
|
365
|
-
## 10.3.0 (2018.12)
|
371
|
+
## 10.3.0 (2018-12-27)
|
366
372
|
|
367
373
|
- [Breaking] Updated convenience layer methods enum type parameters into typescript union types, this will help reducing bundle footprint.
|
368
374
|
- [Breaking] Updated URL encoding strategy for `url` parameters of `new XXXURL(url, pipeline)` methods, such as `new BlobURL(url, pipeline)`.
|
@@ -375,7 +381,7 @@ For release notes and more information please visit https://aka.ms/azsdk/release
|
|
375
381
|
- Removed default 60s server timeout value for retry options `tryTimeoutInMs` to avoid large blob download stream unexcepted ending.
|
376
382
|
- Fixed an issue that when body is string with special characters, `BlockBlobULR.upload` will fail to upload.
|
377
383
|
|
378
|
-
## 10.2.0-preview (2018
|
384
|
+
## 10.2.0-preview (2018-11-27)
|
379
385
|
|
380
386
|
- [Breaking] Updated names of exported interfaces `IHTTPPipelineLogger` & `IHTTPClient` to `IHttpPipelineLogger` & `IHttpClient`.
|
381
387
|
- [Breaking] For `setMetadata()` and `setHTTPHeaders()`, `metadata` and `blobHTTPHeaders` are moved from `options` into top level parameter list.
|
@@ -389,7 +395,7 @@ For release notes and more information please visit https://aka.ms/azsdk/release
|
|
389
395
|
- Fixed a bug that `timeout` parameter should use second as unit instead of millisecond.
|
390
396
|
- Added stream retry when `BlobURL.download` response stream unexcepted ends.
|
391
397
|
|
392
|
-
## 10.1.0-preview (2018
|
398
|
+
## 10.1.0-preview (2018-09-29)
|
393
399
|
|
394
400
|
- Fixed sharedkey authentication error when blob names have spaces.
|
395
401
|
- Updated samples in readme and sample folder to fix undefined headers.
|
@@ -408,6 +414,6 @@ For release notes and more information please visit https://aka.ms/azsdk/release
|
|
408
414
|
- `String.prototype.includes`
|
409
415
|
- [Breaking] `Aborter.None` is renamed to `Aborter.none` for JavaScript naming conventions.
|
410
416
|
|
411
|
-
## 10.0.0-preview (2018
|
417
|
+
## 10.0.0-preview (2018-09-10)
|
412
418
|
|
413
419
|
- Initial Release. API version 2018-03-28 supported. Please see the README for information on the new design.
|