Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Storage Client Library 0.10.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinjiang vinjiang released this 21 Apr 03:29
· 302 commits to master since this release

2016.04 - version 0.10.0
ALL

  • Separated Azure Storage APIs in Azure-SDK-for-PHP to establish an independent release cycle.
  • Remove all pear dependencies: HTTP_Request2, Mail_mime, and Mail_mimeDecode. Use Guzzle as underlying http client library.
  • Update storage REST API version to 2015-04-05.
  • Change root namespace from "WindowsAzure" to "MicrosoftAzure/Storage".
  • When set metadata operations contains invalid characters, it throws a ServiceException with 400 bad request error instead of Http_Request2_LogicException.

Blob

  • Fixed the issue that upload large block blob fails. (Azure/azure-sdk-for-php#757)
  • MicrosoftAzure\Storage\Blob\Models\Blocks.setBlockId now requires a base64 encoded string.

Table

  • MicrosoftAzure\Storage\Table\Models\Property.getEdmType now returns EdmType::STRING instead of null if the property data type is not set in server.