Xiaoning Liu
|
d834b21bdd
|
Improved JSDoc to clarify Node.js Writable and Readable stream #389
|
2018-04-19 02:21:41 -07:00 |
Xiaoning Liu
|
e71cf72d0e
|
Fixed a README.MD mistake for FileService example
|
2018-04-19 02:21:41 -07:00 |
Xiaoning Liu
|
fa7b3be893
|
Fixed a TypeScript definition error that blobService.getUrl() misses snapshotId parameter
|
2018-04-19 02:21:41 -07:00 |
Xiaoning Liu
|
72a3e4fb9a
|
Fixed a bug that retry policy will not retry for XHR error in browsers
|
2018-04-19 02:21:41 -07:00 |
Xiaoning Liu
|
94aeb0cb78
|
Updated version number and ChangeLog
|
2018-03-02 17:25:37 +08:00 |
Pierre Cauchois
|
6890d9ff30
|
Update the request and validator package dependencies
|
2018-02-27 00:50:42 -08:00 |
Xiaoning Liu
|
b3039452cf
|
Fixed a compatibility issue with Node.js v9 about writeStream.close()
|
2018-02-02 19:39:54 +08:00 |
Xiaoning Liu
|
45f6e5cae3
|
Add support for soft delete; Updated Azure Storage Version to 2017-07-29
|
2018-02-02 19:39:53 +08:00 |
Xiaoning Liu
|
34d1880f8f
|
Fixed a bug that when Blob Size > 32M, GetBlobStream returns root blob data instead of snapshot data
|
2018-02-01 17:41:35 +08:00 |
James Dixon
|
84ed5f6b93
|
fixes bad scoping
|
2018-01-09 21:59:39 -08:00 |
Xiaoning Liu
|
9a47bc72d6
|
Added support for XArchive GA; Update version number to 2.7.0
|
2017-12-04 11:00:10 +08:00 |
Johan Karlsson
|
32bf524597
|
Add apostrophe in TableQuery.where() example
|
2017-11-30 14:45:41 +08:00 |
jiacfan
|
fb1f0833d6
|
Fix blob lease support for AppendFromText and ResizePageBlob API.
|
2017-10-19 17:45:05 +08:00 |
jiacfan
|
c320424210
|
Switch to use keep-alive.
|
2017-10-19 17:45:05 +08:00 |
Xiaoning Liu
|
5dba8f867a
|
Updated changelog and version number
|
2017-10-10 16:32:02 +08:00 |
hasonmsft
|
073f34354f
|
Supported file share snapshot feature
|
2017-09-18 15:47:59 +08:00 |
jiacfan
|
be223e0a48
|
Optimize commitBlocks API implementation and documentation.
|
2017-09-07 00:23:49 -07:00 |
jiacfan
|
9055147047
|
File metrics support.
|
2017-09-07 00:23:49 -07:00 |
Suz Hinton
|
afc3066fc2
|
add file storage example in docs for createFileFromText
|
2017-09-07 00:23:49 -07:00 |
Suz Hinton
|
2a51031315
|
add file storage example in docs for createFileFromStream
|
2017-09-07 00:23:49 -07:00 |
Xiaoning Liu
|
2a443b90e1
|
Added support for xArchive
|
2017-08-22 20:03:20 -07:00 |
jiacfan
|
bddba29b4f
|
Fix issue related to JsDoc behavior change.
|
2017-08-17 15:58:23 +08:00 |
jiacfan
|
c42fcc5e84
|
Improve API documentation.
|
2017-08-17 09:56:30 +08:00 |
jiacfan
|
5e7e8f833b
|
Update version number to 2.3.0 and ChangeLog.md
|
2017-08-10 20:28:11 +08:00 |
jiacfan
|
d5d3e191e9
|
File Server Encryption.
|
2017-08-10 09:35:19 +08:00 |
Xiaoning Liu
|
e66295fa67
|
For Premium Accounts only, added support for getting and setting the tier on a page blob. The tier can also be set when creating or copying from an existing page blob.
|
2017-08-09 17:21:21 +08:00 |
Vincent Jiang (LEI)
|
7b42122626
|
Merge branch 'master' into dev
|
2017-08-07 15:42:57 +08:00 |
Xiaoning Liu
|
c2ec89ab98
|
Fixed a retry TIMEOUT issue during uploading
|
2017-08-02 10:58:09 +08:00 |
Vincent Jiang (LEI)
|
db07b6eced
|
Merge pull request #328 from lijunle/patch-1
Fix the typo in the table query example.
|
2017-07-14 02:47:10 -07:00 |
Xiaoning Liu
|
4c6aa19fae
|
Added browseri specific APIs for uploading files and blobs
Updated sample-blob.html and sample-file.html for new uploading APIs
Added TypeScript definitions for new uploading APIs
|
2017-07-13 02:31:47 -07:00 |
Xiaoning Liu
|
94b184acdb
|
Fixed memory optimizing issues for browsers
|
2017-06-30 19:11:17 +08:00 |
Xiaoning Liu
|
b8a48106d2
|
Optimize the memory usage for blob uploading
|
2017-06-30 19:11:17 +08:00 |
Junle Li
|
793375bd5e
|
Fix the typo in the table query example.
|
2017-06-26 22:20:20 +08:00 |
Xiaoning Liu
|
9d42c00f58
|
Merge branch 'errorHandling' into v2.2.0
|
2017-06-12 10:47:09 +08:00 |
Xiaoning Liu
|
4faa344a66
|
Added error callback for getBlobToLocalFile and getFileToLocalFile fs.createWriteStream exception
|
2017-06-08 18:26:15 +08:00 |
Xiaoning Liu
|
79025162fc
|
Fixed a bug that doesBlobExist does not support snapshotId parameter
|
2017-06-07 15:05:15 +08:00 |
hasonmsft
|
44f65fd9e1
|
Fixed the hang issue because the batch operation and chunkstream event loop may get disconnected under some situations
|
2017-05-25 17:16:08 +08:00 |
Xiaoning Liu
|
a0553d08d4
|
Added defaultEnableReuseSocket setting for blob & file service.
|
2017-05-23 16:34:56 +08:00 |
Vincent Jiang (LEI)
|
69e5778b31
|
Merge pull request #287 from kunalspathak/utf16
Removed utf16 character from script file
|
2017-05-17 10:25:29 +08:00 |
Vincent Jiang (LEI)
|
e0f1c90fc9
|
Merge pull request #257 from marcbachmann/update-uuid
Update uuid to version 3.0.0
|
2017-05-17 10:23:11 +08:00 |
Kunal Pathak
|
6cb6cdebe1
|
Removed utf16 character from script file
|
2017-05-15 10:02:01 -07:00 |
Xiaoning Liu
|
bc5b581564
|
Added request-wraper and implemented request module for browsers;
|
2017-05-05 19:16:53 +08:00 |
Xiaoning Liu
|
0f1a0de9b4
|
Remove local file related APIs and dependencies to fs from client library
for browsers;
Update test codes after removing dependency to fs;
Split common.js to common.core.js, common.node.js & common.browser.js;
|
2017-05-05 19:16:53 +08:00 |
hasonmsft
|
25744c3035
|
Updated the version number and change log
|
2017-03-02 14:46:37 +08:00 |
hasonmsft
|
78ba80b976
|
Added support for page blob incremental copy
|
2017-03-02 14:46:37 +08:00 |
XiaoningLiu
|
06857ecc1c
|
Added comments to JsDoc about limitations of local file related APIs in browsers
|
2017-03-01 18:50:12 +08:00 |
Joshua Wulf
|
32a90d9b03
|
Update queueservice.js
Fixes #265 - check that `responseObject` _has_ a `response`
|
2017-02-13 23:09:06 +10:00 |
hasonmsft
|
85812a99e1
|
Added support for client side timeout
|
2017-01-24 10:30:31 +08:00 |
hasonmsft
|
9c65a98a4a
|
Fixed the issue that retry filter will continuously retry for client error like `ETIMEDOUT`.
|
2017-01-24 10:25:42 +08:00 |
hasonmsft
|
98481ac929
|
Added support for listing files and directories with prefix
|
2017-01-24 10:14:55 +08:00 |