We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a3cbb commit 40e51efCopy full SHA for 40e51ef
CHANGELOG.md
@@ -1,5 +1,9 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
+2.5.4 to 2.5.5
4
+---------
5
+- fix signHost type error
6
+
7
2.5.3 to 2.5.4
8
---------
9
- 新增查询是否开通媒体处理接口
src/Client.php
@@ -132,7 +132,7 @@
132
* @see \Qcloud\Cos\Service::getService()
133
*/
134
class Client extends GuzzleClient {
135
- const VERSION = '2.5.4';
+ const VERSION = '2.5.5';
136
137
public $httpClient;
138
0 commit comments