Skip to content

Commit f270c68

Browse files
committed
bump to v7.10.1
1 parent 1754913 commit f270c68

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 7.10.1 (2023-08-04)
4+
* 修复部分 API 调用中间件合并失败(#417
5+
36
## 7.10.0 (2023-06-20)
47
* 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
58
* 对象存储,新增备用 UC 域名用于查询区域域名

src/Qiniu/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.10.0';
6+
const SDK_VER = '7.10.1';
77

88
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
99

0 commit comments

Comments
 (0)