Skip to content

Commit dd1b7a0

Browse files
committed
pre-release 2.6.3
1 parent 1060c0a commit dd1b7a0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.2 to 2.6.3
4+
---------
5+
1. 直播审核支持转存到cos存储桶
6+
2. 网页审核支持BizType参数
7+
3. 批量图片审核接口支持加密图片审核
8+
4. 支持加密视频审核
9+
5. 桶文件审核时支持冻结操作
10+
6. 媒体处理、文档预览、文档审核队列ID允许为空
11+
312
2.6.1 to 2.6.2
413
---------
514
修复部分问题

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
* @see \Qcloud\Cos\Service::getService()
212212
*/
213213
class Client extends GuzzleClient {
214-
const VERSION = '2.6.2';
214+
const VERSION = '2.6.3';
215215

216216
public $httpClient;
217217

0 commit comments

Comments
 (0)