azure-storage-node

Microsoft Azure Storage SDK for Node.js

APACHE-2.0 License

Downloads
748.2K
Stars
495
Committers
55

Bot releases are hidden (Show)

azure-storage-node - Storage JavaScript Client Library v3.0.100 Latest Release

Published by vinjiang about 5 years ago

2019.08 Version 3.0.100

  • [Breaking] SharedKey based authentication and SAS generation will not be supported in browser bundles.
azure-storage-node - Storage JavaScript Client Library v2.10.103

Published by vinjiang over 5 years ago

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.
azure-storage-node - Storage Client Library 2.10.3

Published by vinjiang over 5 years ago

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.
azure-storage-node - Storage JavaScript Client Library v2.10.102

Published by vinjiang about 6 years ago

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.
azure-storage-node - Storage Client Library 2.10.2

Published by vinjiang about 6 years ago

2018.10 Version 2.10.2

ALL

  • Upgrade xmlbuilder to 9.0.7 and extend to 3.0.2 to avoid vulnerabilities.
  • Removed deprecated Buffer constructor calls in favor of static methods Buffer.from and Buffer.alloc.
  • Added JSv10 link and docs.microsoft.com link.
  • Improved documents.

BLOB

  • Added typescript declarations to listBlobDirectoriesSegmented and listBlobDirectoriesSegmentedWithPrefix.

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.
azure-storage-node - Storage JavaScript Client Library v2.10.101

Published by vinjiang about 6 years ago

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.
azure-storage-node - Storage Client Library 2.10.1

Published by vinjiang about 6 years ago

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.
azure-storage-node - Storage JavaScript Client Library v2.10.100

Published by vinjiang over 6 years ago

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 be number instead of string when calling getServiceProperties.
  • Added a method getAccountProperties to blobService.
  • Added a method createBlockFromURL to blobService.
  • Added support for static website service properties (in preview).
azure-storage-node - Storage Client Library 2.10.0

Published by vinjiang over 6 years ago

2018.06 Version 2.10.0

ALL

  • Updated storage service version to 2018-03-28.

BLOB

  • Fixed a bug that DeleteRetentionPolicy.Days should be number instead of string when calling getServiceProperties.
  • Added a method getAccountProperties to blobService.
  • Added a method createBlockFromURL to blobService.
  • Added support for static website service properties (in preview).
azure-storage-node - Storage JavaScript Client Library v2.9.100-preview

Published by vinjiang over 6 years ago

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 for SpeedSummary class, which will be triggered when every progress updates.

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).
azure-storage-node - Storage Client Library 2.9.0-preview

Published by vinjiang over 6 years ago

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).
azure-storage-node - Storage Client Library 2.8.3

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage JavaScript Client Library v2.8.100

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage Client Library 2.8.2

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage JavaScript Client Library v0.2.8-preview.15

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage Client Library 2.8.1

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage JavaScript Client Library v0.2.8-preview.14

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage Client Library 2.8.0

Published by vinjiang over 6 years ago

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.
azure-storage-node - Storage JavaScript Client Library v0.2.7-preview.13

Published by vinjiang almost 7 years ago

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.
azure-storage-node - Storage Client Library 2.7.0

Published by vinjiang almost 7 years ago

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.
Package Rankings
Top 1.08% on Npmjs.org
Top 8.17% on Proxy.golang.org
Badges
Extracted from project README
NPM version Build Status Coverage Status
Related Projects