We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa0c41 commit 9e9a01fCopy full SHA for 9e9a01f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.10.0 (2023-06-20)
4
+* 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
5
+* 对象存储,新增备用 UC 域名用于查询区域域名
6
+
7
## 7.9.0 (2023-03-31)
8
* 对象存储,修复无法对 key 为空字符串的对象进行操作
9
* 修复 301 重定向无法正确获取 header 信息
src/Qiniu/Config.php
@@ -3,7 +3,7 @@
final class Config
{
- const SDK_VER = '7.9.0';
+ const SDK_VER = '7.10.0';
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
0 commit comments