Skip to content

Releases: Azure/azure-storage-node

Storage Client Library 2.9.0-preview

28 May 11:37
Compare
Choose a tag to compare
Pre-release

2018.05 Version 2.9.0-preview

ALL

  • Updated storage service version to 2017-11-09.
  • Added progress event for SpeedSummary 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 create BlobService 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 and List Containers APIs now return two new properties indicating whether the container has an immutability policy or a legal hold.
  • The Get Blob Properties and List Blobs APIs now return the creation time of the blob as a property.

QUEUE

  • Added createQueueServiceWithTokenCredential() to create QueueService object with bearer tokens such as OAuth access token (in preview).

Storage Client Library 2.8.3

24 May 08:47
Compare
Choose a tag to compare

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

20 Apr 04:54
Compare
Choose a tag to compare

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

19 Apr 10:31
Compare
Choose a tag to compare

2018.04 Version 2.8.2

ALL

  • Improved JSDoc to clarify Node.js Writable and Readable stream.
  • Updated CONTRIBUTION.md about the Node.js supported versions.

BLOB

  • Fixed a TypeScript definition error that blobService.getUrl() misses snapshotId parameter.

FILE

  • Fixed a README.MD mistake for FileService example.

Storage Client Library 2.8.1

06 Mar 10:15
78a09ef
Compare
Choose a tag to compare

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

07 Mar 04:52
78a09ef
Compare
Choose a tag to compare

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

06 Feb 14:34
31a9878
Compare
Choose a tag to compare

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 and createReadStream 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 and createReadStream with Node.js v9.

Storage JavaScript Client Library v0.2.8-preview.14

07 Feb 09:57
31a9878
Compare
Choose a tag to compare

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

11 Dec 10:45
d789db2
Compare
Choose a tag to compare

2017.12 Version 2.7.0

ALL

  • Default HTTP connection will enable keep-alive to improve performance.

BLOB

  • Added support for getBlobProperties, listBlobsSegmented and listBlobsSegmentedWithPrefix to return AccessTierChangeTime and AccessTierInferred properties.
  • Fixed a blob lease support issue for appendFromText and resizePageBlob.

TABLE

  • Fixed an apostrophe missing issue in TableQuery.where() example.

Storage JavaScript Client Library v0.2.7-preview.13

12 Dec 09:31
d789db2
Compare
Choose a tag to compare

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.