Skip to content

Commit 22366f4

Browse files
author
franktguo
committed
版本说明
1 parent 668cfbd commit 22366f4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.15 to 2.6.16
4+
---------
5+
1. header:x-ci-* 写入签名
6+
2. 补充音视频转码、创建数据集、文档异步处理任务参数
7+
3. 调整人脸特效功能处理detect-url公网图片链接时的请求方式
8+
39
2.6.14 to 2.6.15
410
---------
511
1. 通过API使用极智压缩

Diff for: src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
* @see \Qcloud\Cos\Service::getService()
283283
*/
284284
class Client extends GuzzleClient {
285-
const VERSION = '2.6.15';
285+
const VERSION = '2.6.16';
286286

287287
public $httpClient;
288288

0 commit comments

Comments
 (0)