This repository was 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\InvalidArgumentTypeExceptionwas moved toMicrosoftAzure\Storage\Common\Exceptions\InvalidArgumentTypeExceptionMicrosoftAzure\Storage\Common\ServiceExceptionwas moved toMicrosoftAzure\Storage\Exceptions\ServiceExceptionMicrosoftAzure\Storage\Common\Internal\HttpFormatterwas moved toMicrosoftAzure\Storage\Common\Internal\Http\HttpFormatterMicrosoftAzure\Storage\Common\ServiceOptionsBasewas moved toMicrosoftAzure\Storage\Common\Internal\ServiceOptionsBaseMicrosoftAzure\Storage\Common\Internal\Loggerwas moved toMicrosoftAzure\Storage\Common\LoggerMicrosoftAzure\Storage\Common\Internal\Middlewares\HistoryMiddlewarewas moved toMicrosoftAzure\Storage\Common\Middlewares\HistoryMiddlewareMicrosoftAzure\Storage\Common\Internal\IMiddlewarewas moved toMicrosoftAzure\Storage\Common\Middlewares\IMiddlewareMicrosoftAzure\Storage\Common\Internal\Middlewares\MiddlewareBasewas moved toMicrosoftAzure\Storage\Common\Middlewares\MiddlewareBaseMicrosoftAzure\Storage\Common\Internal\RetryMiddlewareFactorywas 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
createPageBlobFromContentto 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