Releases: Azure/azure-storage-node
Releases · Azure/azure-storage-node
Storage Client Library 2.9.0-preview
2018.05 Version 2.9.0-preview
ALL
- Updated storage service version to 2017-11-09.
- Added
progress
event forSpeedSummary
class, which will be triggered when every progress updates. - Bumped version of request module from ~2.83.0 to ^2.86.0 to solve a vulnerability issue.
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).
Storage Client Library 2.8.3
2018.05 Version 2.8.3
ALL
- Bumped version of request module from ~2.83.0 to ^2.86.0 to solve a vulnerability issue.
Storage JavaScript Client Library v2.8.100
2018.04 Version 2.8.100
- Fixed a bug that retry policy will not retry for XHR error in browsers.
- Updated README.md under browser folder to make it more clear about the zip file downloading link.
- Updated github.io API reference title to include JavaScript.
- Updated local HTTP server requirements for IE11 and Chrome 56 in samples and documents.
- Added support for running UT/FT in browsers like Chrome based on Karma, with command
npm run jstest
. - Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.8.2.
Storage Client Library 2.8.2
2018.04 Version 2.8.2
ALL
- Improved JSDoc to clarify Node.js
Writable
andReadable
stream. - Updated CONTRIBUTION.md about the Node.js supported versions.
BLOB
- Fixed a TypeScript definition error that
blobService.getUrl()
missessnapshotId
parameter.
FILE
- Fixed a README.MD mistake for
FileService
example.
Storage Client Library 2.8.1
2018.03 Version 2.8.1
ALL
- Updated request and validator package dependencies to reduce vulnerability.
- Fix a type assignment bug in tests for env variables.
- Improved documents.
Storage JavaScript Client Library v0.2.8-preview.15
2018.03 Version 0.2.8-preview.15
- [Breaking] Supported UMD module standard.
- [Breaking] Dropped
azure-storage.common.js
. - Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.8.1.
Storage Client Library 2.8.0
ALL
- Updated storage service version to 2017-07-29.
BLOB
- Added support for Soft Delete feature.
- Fixed several blobuploader example issues.
- Fixed a compatibility issue for
getBlobToLocalFile
andcreateReadStream
with Node.js v9. - Fixed a bug that blob name will be wrongly trimmed to empty string when listing blobs.
- Fixed a bug when blob size > 32M, GetBlobStream returns root blob data instead of snapshot data.
FILE
- Fixed a compatibility issue for
getFileToLocalFile
andcreateReadStream
with Node.js v9.
Storage JavaScript Client Library v0.2.8-preview.14
2018.02 Version 0.2.8-preview.14
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.8.0.
Storage Client Library 2.7.0
2017.12 Version 2.7.0
ALL
- Default HTTP connection will enable keep-alive to improve performance.
BLOB
- Added support for
getBlobProperties
,listBlobsSegmented
andlistBlobsSegmentedWithPrefix
to returnAccessTierChangeTime
andAccessTierInferred
properties. - Fixed a blob lease support issue for
appendFromText
andresizePageBlob
.
TABLE
- Fixed an apostrophe missing issue in
TableQuery.where()
example.
Storage JavaScript Client Library v0.2.7-preview.13
2017.12 Version 0.2.7-preview.13
- Generated browser compatible JavaScript files based on Microsoft Azure Storage SDK for Node.js 2.7.0.