Skip to content

Commit 06ccc95

Browse files
committed
pre-release 2.6.4
1 parent 0574ef7 commit 06ccc95

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.3 to 2.6.4
4+
---------
5+
1. 媒体处理转码任务支持闲时转码
6+
2. 搜索图片处理队列
7+
3. 更新图片处理队列
8+
4. 查询图片处理服务状态
9+
5. 查询 AI 内容识别服务状态
10+
6. 开通 AI 内容识别
11+
7. 搜索 AI 内容识别队列
12+
8. 更新 AI 内容识别队列
13+
9. 创建音视频转码 pro 模板
14+
10. 更新音视频转码 pro 模板
15+
11. 创建语音合成模板
16+
12. 更新语音合成模板
17+
13. 创建智能封面模板
18+
14. 更新智能封面模板
19+
15. 创建语音识别模板
20+
16. 更新语音识别模板
21+
17. 提交一个语音合成任务
22+
18. 提交一个翻译任务
23+
19. 提交一个语音识别任务
24+
20. 提交一个分词任务
25+
326
2.6.2 to 2.6.3
427
---------
528
1. 直播审核支持转存到cos存储桶

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
* @see \Qcloud\Cos\Service::getService()
231231
*/
232232
class Client extends GuzzleClient {
233-
const VERSION = '2.6.3';
233+
const VERSION = '2.6.4';
234234

235235
public $httpClient;
236236

0 commit comments

Comments
 (0)