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 668cfbd commit 22366f4Copy full SHA for 22366f4
CHANGELOG.md
@@ -1,5 +1,11 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
+2.6.15 to 2.6.16
4
+---------
5
+1. header:x-ci-* 写入签名
6
+2. 补充音视频转码、创建数据集、文档异步处理任务参数
7
+3. 调整人脸特效功能处理detect-url公网图片链接时的请求方式
8
+
9
2.6.14 to 2.6.15
10
---------
11
1. 通过API使用极智压缩
src/Client.php
@@ -282,7 +282,7 @@
282
* @see \Qcloud\Cos\Service::getService()
283
*/
284
class Client extends GuzzleClient {
285
- const VERSION = '2.6.15';
+ const VERSION = '2.6.16';
286
287
public $httpClient;
288
0 commit comments