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 Client Library 0.4.0

Published by veena-udayabhanu almost 10 years ago

2014.10.28 Version 0.4.0

ALL

  • Provide an option to enable/disable nagling. Nagling is disabled by default. It can be enabled by setting options.useNagleAlgorithm to true.
    • Added batch operation callback in sequence mode.

BLOB

  • Added support to download a single blob in parallel similar to upload. You can set ‘parallelOperationThreadCount’ option for api’s that download a blob to indicate number of parallel operations to use for download.
  • Added speed summary in blob downloading.

FILE

  • Fixed an issue which caused an invalid resource name error when the directory name starts or ends with a /;
azure-storage-node - Storage Client Library 0.3.3

Published by vinaysh-msft about 10 years ago

BLOB

  • Fixed an issue where SAS tokens were being incorrectly generated for the root container and when the blob name required encoding.
  • Documented the 'parallelOperationThreadCount' option as input to various uploadBlob APIs.

FILE

  • Fixed an issue where signing was incorrect when the URI contained '.' or '..'.
  • Fixed an issue where "getURI" was requiring a file parameter, although the parameter should be optional.
azure-storage-node - Storage Client Library 0.3.2

Published by veena-udayabhanu about 10 years ago

2014.07.25 Version 0.3.2

ALL

  • Fixed an issue which prevented transient server errors like ECONNRESET, ESOCKETTIMEDOUT and ETIMEDOUT from being retried.

BLOB

  • Fixed an issue which caused a reference error in blobs due to 'err' not being defined.
azure-storage-node - Storage Client Library 0.3.1

Published by veena-udayabhanu about 10 years ago

ALL

  • Fixed a bug which failed to validate special names for containers and tables.
  • Exposed the Validation utility methods so users can use it to validate resource names.

BLOB

  • Fixed an issue which caused failures when an error was encountered while uploading big blobs.
azure-storage-node - Storage Client Library 0.2.1

Published by veena-udayabhanu over 10 years ago

2014.07.01 Version 0.2.1

ALL

  • Fixed a bug with casing which caused the module to fail on linux machines.

BLOB

  • Fixed a bug which failed to upload an empty blob for empty block blob files uploaded using createBlockBlobFromFile when retry policies were used.
azure-storage-node - Storage Client Library 0.3.0

Published by veena-udayabhanu over 10 years ago

2014.07.07 Version 0.3.0

BLOB

  • Fixed a bug which failed to return single item blocklists while doing listBlocks.

FILE

  • Added File Service support. The File Service and the associated APIs are in preview.
azure-storage-node - Storage Client Library 0.2.0

Published by veena-udayabhanu over 10 years ago

2014.06.16 Version 0.2.0

ALL

  • Updated storage service version to 2014-02-14. The SAS tokens generated will therefore contain a signed version of 2014-02-14 and all the requests using SAS credentials have the api-version query parameter appended to the URI.
azure-storage-node - Storage Client Library 0.1.0

Published by vinaysh-msft over 10 years ago

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