Skip to content

Commit 9e9a01f

Browse files
committed
Update CHANGELOG.md and Config.php
1 parent 8fa0c41 commit 9e9a01f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 7.10.0 (2023-06-20)
4+
* 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
5+
* 对象存储,新增备用 UC 域名用于查询区域域名
6+
37
## 7.9.0 (2023-03-31)
48
* 对象存储,修复无法对 key 为空字符串的对象进行操作
59
* 修复 301 重定向无法正确获取 header 信息

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.9.0';
6+
const SDK_VER = '7.10.0';
77

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

0 commit comments

Comments
 (0)