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
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 toMicrosoftAzure\Storage\Common\Exceptions\InvalidArgumentTypeException
MicrosoftAzure\Storage\Common\ServiceException
was moved toMicrosoftAzure\Storage\Exceptions\ServiceException
MicrosoftAzure\Storage\Common\Internal\HttpFormatter
was moved toMicrosoftAzure\Storage\Common\Internal\Http\HttpFormatter
MicrosoftAzure\Storage\Common\ServiceOptionsBase
was moved toMicrosoftAzure\Storage\Common\Internal\ServiceOptionsBase
MicrosoftAzure\Storage\Common\Internal\Logger
was moved toMicrosoftAzure\Storage\Common\Logger
MicrosoftAzure\Storage\Common\Internal\Middlewares\HistoryMiddleware
was moved toMicrosoftAzure\Storage\Common\Middlewares\HistoryMiddleware
MicrosoftAzure\Storage\Common\Internal\IMiddleware
was moved toMicrosoftAzure\Storage\Common\Middlewares\IMiddleware
MicrosoftAzure\Storage\Common\Internal\Middlewares\MiddlewareBase
was moved toMicrosoftAzure\Storage\Common\Middlewares\MiddlewareBase
MicrosoftAzure\Storage\Common\Internal\RetryMiddlewareFactory
was moved toMicrosoftAzure\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