Skip to content

Commit

Permalink
pre-release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tuuna committed Jun 14, 2023
1 parent 1060c0a commit dd1b7a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
cos-php-sdk-v5 Upgrade Guide
====================
2.6.2 to 2.6.3
---------
1. 直播审核支持转存到cos存储桶
2. 网页审核支持BizType参数
3. 批量图片审核接口支持加密图片审核
4. 支持加密视频审核
5. 桶文件审核时支持冻结操作
6. 媒体处理、文档预览、文档审核队列ID允许为空

2.6.1 to 2.6.2
---------
修复部分问题
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@
* @see \Qcloud\Cos\Service::getService()
*/
class Client extends GuzzleClient {
const VERSION = '2.6.2';
const VERSION = '2.6.3';

public $httpClient;

Expand Down

0 comments on commit dd1b7a0

Please sign in to comment.