Skip to content

Storage Client Library 1.0.0

Compare
Choose a tag to compare
@vinjiang vinjiang released this 24 May 08:03
· 354 commits to master since this release

2016.05 Version 1.0.0

BLOB

  • The blob property of BlobResult has been renamed to name to keep consistent with other services API and the listBlob API.
  • Decoded the block name of LockListResult from base64 string to utf-8 string.

QUEUE

  • The encodeMessage flag of QueueService has been replaced by messageEncoder which support TextBase64QueueMessageEncoder, BinaryBase64QueueMessageEncoder, TextXmlQueueMessageEncoder and custom implementation of QueueMessageEncoder.

TABLE

  • Fixed the issue that loses the data type for Edm.Double value like: 1.0.
  • Fixed the issue that loses the data precision for Edm.Int64 value when it is outisde of the range (2^53 - 1) to -(2^53 - 1).