Skip to content

Storage Client Library 0.4.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@slepox slepox released this 17 Mar 03:03
· 423 commits to master since this release

2015.03 Version 0.4.3

ALL

  • Fixed an issue that setting metadata keys are converted into lowercase. The metadata keys retrieved from the service will however still be converted into lowercase by the http component of Node.js.(nodejs/node-v0.x-archive#1954)
  • Included all storage error code strings in the error constants definition.
  • Documented the client request ID option in all APIs.

BLOB

  • Supported listing blob virtual directories.
  • Fixed an issue that exception is thrown when downloading a blob larger than 32MB to a stream.
  • Fixed an issue that the process exits when the free memory is low.