File tree 4 files changed +9
-3
lines changed
main/java/com/qiniu/common
test/java/test/com/qiniu/storage
4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.17.0 (2024-10-25)
4
+
5
+ * 支持代码生成器
6
+ * 支持任务模版
7
+ * 处理 Response 成功但读取 Body 失败的场景
8
+ * 支持 IAM 账户接口(示例:src/test/java/com/qiniu/iam/apis)
9
+
3
10
## 7.16.0 (2024-09-12)
4
11
5
12
* 支持闲时任务
Original file line number Diff line number Diff line change 23
23
或者 Gradle:
24
24
25
25
``` groovy
26
- implementation 'com.qiniu:qiniu-java-sdk:7.16 .+'
26
+ implementation 'com.qiniu:qiniu-java-sdk:7.17 .+'
27
27
```
28
28
29
29
## 运行环境
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public final class Constants {
10
10
/**
11
11
* 版本号
12
12
*/
13
- public static final String VERSION = "7.16 .0" ;
13
+ public static final String VERSION = "7.17 .0" ;
14
14
/**
15
15
* 块大小,不能改变
16
16
*/
Original file line number Diff line number Diff line change 1
1
package test .com .qiniu .storage ;
2
2
3
- import com .qiniu .common .QiniuException ;
4
3
import com .qiniu .storage .Region ;
5
4
import org .junit .jupiter .api .Tag ;
6
5
import org .junit .jupiter .api .Test ;
You can’t perform that action at this time.
0 commit comments