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 a430665 commit 6bbce32Copy full SHA for 6bbce32
CHANGELOG.md
@@ -1,5 +1,14 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
+2.6.7 to 2.6.8
4
+---------
5
+1. 实时文字翻译
6
+2. 图片标签
7
+3. Logo、游戏场景、人体、宠物、卡证识别
8
+4. 创建、更新视频目标检测模板
9
+5. 提交视频目标检测任务、视频人像抠图任务
10
+6. 关闭AI内容识别服务
11
+
12
2.6.6 to 2.6.7
13
---------
14
修复部分问题
src/Client.php
@@ -248,7 +248,7 @@
248
* @see \Qcloud\Cos\Service::getService()
249
*/
250
class Client extends GuzzleClient {
251
- const VERSION = '2.6.7';
+ const VERSION = '2.6.8';
252
253
public $httpClient;
254
0 commit comments