This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 272
/
changelog.txt
139 lines (104 loc) · 6.13 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
Windows Azure SDK For PHP 0.5.7, 2017-11-27
- SAS authorization
- AD support for Media Services
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