We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57deed0 + 9e4e933 commit af52094Copy full SHA for af52094
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Next Version
+## 7.9.0 (2023-03-31)
4
* 对象存储,修复无法对 key 为空字符串的对象进行操作
5
* 修复 301 重定向无法正确获取 header 信息
6
* 对象存储,新增查询区域域名过期时间
src/Qiniu/Config.php
@@ -3,7 +3,7 @@
final class Config
{
- const SDK_VER = '7.8.0';
+ const SDK_VER = '7.9.0';
7
8
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
9
0 commit comments