Skip to content

Storage Client Library 0.4.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@veena-udayabhanu veena-udayabhanu released this 26 Nov 17:22
· 427 commits to master since this release

2014.11.28 Version 0.4.1

ALL

  • Fixed an issue where the request does not invoke the callback when the input stream ends with an 'end' event instead of a 'finish' event.
  • Fixed an issue where the request does not invoke the callback when the input stream ends with a 'close' event on Node 0.8.X.
  • Fixed an issue that the temporary files generated by unit tests are not cleaned up.
  • Fixed an issue that the unit tests may fail when the file generated by previous tests is not accessible temporarily.

FILE

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

TABLE

  • Fixed an issue which caused invalid input errors when the partition key or the row key contains an apostrophe.