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

Storage Client Library 0.14.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@vinjiang vinjiang released this 05 Apr 07:08
· 218 commits to master since this release

2017.04 - version 0.14.0

ALL

  • Improved the documentation.
  • Restructured the classes based on their intended functionality and visiblity. The changes includes:
    • MicrosoftAzure\Storage\Common\Internal\InvalidArgumentTypeException was moved to MicrosoftAzure\Storage\Common\Exceptions\InvalidArgumentTypeException
    • MicrosoftAzure\Storage\Common\ServiceException was moved to MicrosoftAzure\Storage\Exceptions\ServiceException
    • MicrosoftAzure\Storage\Common\Internal\HttpFormatter was moved to MicrosoftAzure\Storage\Common\Internal\Http\HttpFormatter
    • MicrosoftAzure\Storage\Common\ServiceOptionsBase was moved to MicrosoftAzure\Storage\Common\Internal\ServiceOptionsBase
    • MicrosoftAzure\Storage\Common\Internal\Logger was moved to MicrosoftAzure\Storage\Common\Logger
    • MicrosoftAzure\Storage\Common\Internal\Middlewares\HistoryMiddleware was moved to MicrosoftAzure\Storage\Common\Middlewares\HistoryMiddleware
    • MicrosoftAzure\Storage\Common\Internal\IMiddleware was moved to MicrosoftAzure\Storage\Common\Middlewares\IMiddleware
    • MicrosoftAzure\Storage\Common\Internal\Middlewares\MiddlewareBase was moved to MicrosoftAzure\Storage\Common\Middlewares\MiddlewareBase
    • MicrosoftAzure\Storage\Common\Internal\RetryMiddlewareFactory was moved to MicrosoftAzure\Storage\Common\Middlewares\RetryMiddlewareFactory
  • Added Cross-Origin Resource Sharing (CORS) support. Now setting service properties can set CORS rules at the same time.
  • Added support for account-level Shared Access Signature generation.
  • Resolved an error reported from some IDEs about the phpcs.xml.
  • Fixed multiple test issues.

Blob

  • Added API createPageBlobFromContent to support creating page blob directly from contents which includes local file, stream, etc...
  • Added support for append blob.
  • Added support for Container ACL.

Queue

  • Added support for Queue ACL.

Table

  • Added support for Table ACL.
  • Fixed an issue that user could not set entity type to be double and integer as a value for PHP 7