Releases: Azure/azure-storage-node
Releases · Azure/azure-storage-node
Storage JavaScript Client Library v3.0.100
Storage JavaScript Client Library v2.10.103
2019.04 Version 2.10.103
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.3.
- Fixed callback not being called in _getBlobToLocalFile.
- Removed retryInfo.retryable check in retrypolicyfilter.js.
- Removed comment about maxResults.
- Fixed Travis-CI failed validation.
- Updated latest links and descriptions to V10 SDK in readme.md.
Storage Client Library 2.10.3
2019.04 Version 2.10.3
- Fixed callback not being called in _getBlobToLocalFile.
- Removed retryInfo.retryable check in retrypolicyfilter.js.
- Removed comment about maxResults.
- Fixed Travis-CI failed validation.
- Updated latest links and descriptions to V10 SDK in readme.md.
- Fixed some errors are thrown in a inner async callback which cannot be caught.
Storage JavaScript Client Library v2.10.102
2018.10 Version 2.10.102
ALL
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.2.
- Optimized browser samples and other documents.
- Added JSv10 link and docs.microsoft.com link.
FILE
- Fixed an issue that empty text isn’t supported in
createFileFromText
.
Storage Client Library 2.10.2
2018.10 Version 2.10.2
ALL
- Upgrade
xmlbuilder
to 9.0.7 andextend
to 3.0.2 to avoid vulnerabilities. - Removed deprecated Buffer constructor calls in favor of static methods
Buffer.from
andBuffer.alloc
. - Added JSv10 link and docs.microsoft.com link.
- Improved documents.
BLOB
- Added typescript declarations to
listBlobDirectoriesSegmented
andlistBlobDirectoriesSegmentedWithPrefix
.
FILE
- Fixed an issue that empty text isn’t supported in
createFileFromText
.
TABLE
- Fixed an issue that uncaught TypeError could be thrown from
createTable
when request is not sent properly.
Storage JavaScript Client Library v2.10.101
2018.08 Version 2.10.101
ALL
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.1.
- Fixed a bug that content type value is incorrect for json.
- Fixed an issue that user agent is set in browser environment.
Storage Client Library 2.10.1
2018.08 Version 2.10.1
ALL
- Added a parameter
enableGlobalHttpAgent
to all services. To enable global HTTP(s) agent, please set{blob|queue|table|file}Service.enableGlobalHttpAgent
to true. - Fixed a bug that content type value is incorrect for json.
Storage JavaScript Client Library v2.10.100
2018.06 Version 2.10.100
ALL
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.10.0.
- Updated storage service version to 2018-03-28.
BLOB
- Fixed a bug that
DeleteRetentionPolicy.Days
should benumber
instead ofstring
when callinggetServiceProperties
. - Added a method
getAccountProperties
toblobService
. - Added a method
createBlockFromURL
toblobService
. - Added support for static website service properties (in preview).
Storage Client Library 2.10.0
2018.06 Version 2.10.0
ALL
- Updated storage service version to 2018-03-28.
BLOB
- Fixed a bug that
DeleteRetentionPolicy.Days
should benumber
instead ofstring
when callinggetServiceProperties
. - Added a method
getAccountProperties
toblobService
. - Added a method
createBlockFromURL
toblobService
. - Added support for static website service properties (in preview).
Storage JavaScript Client Library v2.9.100-preview
2018.05 Version 2.9.100-preview
ALL
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.9.0-preview.
- Updated storage service version to 2017-11-09.
- Added
/* eslint-disable */
to generated JS files to avoid eslint warnings when using with create-react-app. - Added
progress
event forSpeedSummary
class, which will be triggered when every progress updates.
BLOB
- Added
createBlobServiceWithTokenCredential()
to createBlobService
object with bearer tokens such as OAuth access token (in preview). - Added support for '$web' as a valid blob container name for static website.
- Added support for write-once read-many containers (in preview).
- The
Get Container Properties
andList Containers
APIs now return two new properties indicating whether the container has an immutability policy or a legal hold. - The
Get Blob Properties
andList Blobs
APIs now return the creation time of the blob as a property.
QUEUE
- Added
createQueueServiceWithTokenCredential()
to createQueueService
object with bearer tokens such as OAuth access token (in preview).