Skip to content

Commit 85d5cb6

Browse files
committed
pre-release 2.5.1
1 parent 42d3b56 commit 85d5cb6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.5.0 to 2.5.1
4+
---------
5+
- 万象相关接口的DetectType审核类型参数可选
6+
- 万象内容审核接口增加DataId自定义业务标识
7+
- 新增万象网页审核任务相关接口
8+
- 新增部分参数校验
9+
- 修复PHP8.1中将null传递给不可为空的内部函数的问题
10+
311
2.4.4 to 2.5.0
412
---------
513
- 万象支持病毒检测、人声分离任务接口

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
* @see \Qcloud\Cos\Service::getService()
125125
*/
126126
class Client extends GuzzleClient {
127-
const VERSION = '2.5.0';
127+
const VERSION = '2.5.1';
128128

129129
public $httpClient;
130130

0 commit comments

Comments
 (0)