File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.10.1 (2023-08-04)
4+ * 修复部分 API 调用中间件合并失败(#417 )
5+
36## 7.10.0 (2023-06-20)
47* 对象存储,新增请求中间件逻辑,方便拓展请求逻辑
58* 对象存储,新增备用 UC 域名用于查询区域域名
Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ function classLoader($class)
1616spl_autoload_register ('classLoader ' );
1717
1818require_once __DIR__ . '/src/Qiniu/functions.php ' ;
19+ require_once __DIR__ . '/src/Qiniu/Http/Middleware/Middleware.php ' ;
Original file line number Diff line number Diff line change 3131 "Qiniu\\ " : " src/Qiniu"
3232 },
3333 "files" : [
34- " src/Qiniu/functions.php"
34+ " src/Qiniu/functions.php" ,
35+ " src/Qiniu/Http/Middleware/Middleware.php"
3536 ]
3637 }
3738}
Original file line number Diff line number Diff line change 33
44final 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
You can’t perform that action at this time.
0 commit comments