Skip to content

Commit af52094

Browse files
authored
Merge pull request #404 from qiniu/bump-to-v7.9.0
bump to v7.9.0
2 parents 57deed0 + 9e4e933 commit af52094

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Next Version
3+
## 7.9.0 (2023-03-31)
44
* 对象存储,修复无法对 key 为空字符串的对象进行操作
55
* 修复 301 重定向无法正确获取 header 信息
66
* 对象存储,新增查询区域域名过期时间

src/Qiniu/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.8.0';
6+
const SDK_VER = '7.9.0';
77

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

0 commit comments

Comments
 (0)