Windows Azure SDK For PHP 0.5.6, 2017-09-22 - [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.19.1 version. Windows Azure SDK For PHP 0.5.5, 2017-08-29 - [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.18.0 version. Windows Azure SDK For PHP 0.5.4, 2017-08-07 - [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.17.0 version. Windows Azure SDK For PHP 0.5.3, 2017-06-16 - [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.16.0 version. Windows Azure SDK For PHP 0.5.2, 2017-05-05 - [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.15.0 version. Windows Azure SDK For PHP 0.5.1, 2017-03-20 ------------------------------------------- - [Azure Storage SDK](https://packagist.org/packages/microsoft/azure-storage) is updated to the 0.13 version. Windows Azure SDK For PHP 0.5.0, 2016-10-31 ------------------------------------------- - Breaking changes [Type declarations](http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration) - WindowsAzure\MediaServices\Models\AssetDeliveryPolicyConfigurationKey - stringifyAssetDeliveryPolicyConfiguartionKey() => stringifyAssetDeliveryPolicyConfigurationKey() - src/WindowsAzure.php has been removed, - src/Common/InternalFilter/RetryPolicyFilter.php has been removed. - the `getResponse()` function from `\WindowsAzure\Common\Internal\Http\IHttpClient` is replaced by `sendAndGetResponse()`. - the `getContexts()` function from `\WindowsAzure\Common\Internal\Http\BatchResponse` is replaced by `getResponses()`. - the `sendContext()` function from `\WindowsAzure\Common\Internal\RestProxy` is replaced by `sendHttpContext()`. - the `send()` function from `\WindowsAzure\MediaServices\MediaServicesRestProxy` is replaced by `sendHttp()`. - `\WindowsAzure\Common\Internal\Http\BatchResponse` constructor the first parameter is `Response`. - Using `zendframework/zend-mime` instead of `pear/mail_mime-decode`. - Switch to PHP 5.6. - Support for PHP 7. Windows Azure SDK For PHP 0.4.5, 2016-09-26 ------------------------------------------- - All HTTP(S) requests have the same 'User-Agent' header. - Updated packages: firebase/php-jwt 3.0 => 4.0, fabpot/php-cs-fixer => friendofphp/php-cs-fixer. - Support for HTTP_PROXY environment variable for logging with Fiddler - Support for LiveStreaming in Media Services - AMS SDK Live Features & Samples Windows Azure SDK For PHP 0.4.4, 2016-08-16 ------------------------------------------- Added Widevine Base License Acquisition + FairPlay support Windows Azure SDK For PHP 0.4.3, 2016-05-10 ------------------------------------------- - Updated PHP version requirement to >=5.5 for PHP Storage SDK (https://github.com/Azure/azure-storage-php) - Updated SDK code for storage (Blob, Queue and Table) to use the new Storage SDK - Removed unit and functional tests for storage (Blob, Queue and Table) - Fixed broken functional tests - Updated code samples to use the new storage SDK - Adopted PSR-2 as coding standard (contributed by @phansys) - Added paging support for getAssetList() in Media Services - Other minor fixes To update your code for the new storage SDK, change "use WindowsAzure\Blob" to "use MicrosoftAzure\Storage\Blob", "use WindowsAzure\Queue" to "use MicrosoftAzure\Storage\Queue" "use WindowsAzure\Table" to "use MicrosoftAzure\Storage\Table" If you use ServiceException for Storage API, you need to change "use WindowsAzure\Common\ServiceException" to "use MicrosoftAzure\Storage\Common\ServiceException". This does not apply if use ServiceExpception in other APIs such as Media Services. For the following calls, ServicesBuilder::getInstance()->createTableService($connectionString) ServicesBuilder::getInstance()->createBlobService($connectionString) ServicesBuilder::getInstance()->createQueueService($connectionString) The new API will be called automatically. You have no need to update your code. Windows Azure SDK For PHP 0.4.2, 2016-04-08 ------------------------------------------- - Removed support for PEAR as package manager. Only support Composer from now on - Updated composer.json file - Fixed broken unit tests and code examples - Other bug fixes Windows Azure SDK For PHP 0.4.0, 2014-01-23 ------------------------------------------- - Added additional API support for Media Services: * Connection * Ingest asset, upload files * Encoding / process asset, create job, job templates * Manage media services entities: create / update / read / delete / get list * Delivery SAS and Streaming media content * REST API Version: 2.2 Windows Azure SDK For PHP 0.3.1, 2012-08-17 ------------------------------------------- - Added additional API support for Service Management: * Operations on Hosted Services > create, update, delete, list, get properties * Operations on Deployments > deployment: create, get, delete, swap, change configuration, update status, upgrade, rollback > role instance: reboot, reimage Windows Azure SDK For PHP 0.3.0, 2012-07-16 ------------------------------------------- - Added Cloud Configuration Manager Windows Azure SDK For PHP 0.2.0, 2012-06-25 ------------------------------------------- - Added Service Bus Support * Queues: create, list and delete queues; send, receive, unlock and delete messages * Topics: create, list, and delete topics; create, list, and delete subscriptions; send, receive, unlock and delete messages; create, list, and delete rules - Added Composer package Windows Azure SDK For PHP 0.1.0, 2012-06-07 ------------------------------------------- First Official Release - Added REST Wrappers for the following Windows Azure 1.6 APIs: * Tables * Blobs * Storage Queues * Service Runtime * Service Management for Storage Services only