Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 493 Bytes

BreakingChanges.md

File metadata and controls

8 lines (7 loc) · 493 Bytes

Tracking Breaking Changes in 0.10.0 ALL

  • Remove all pear dependencies: HTTP_Request2, Mail_mime, and Mail_mimeDecode. Use Guzzle as underlying http client library.
  • 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

  • MicrosoftAzure\Storage\Blob\Models\Blocks.setBlockId now requires a base64 encoded string.