Skip to content

Commit 34de949

Browse files
YangSen-qnYangSen-qn
and
YangSen-qn
authored
version to v7.17.0 (#611)
Co-authored-by: YangSen-qn <yangsen@qiniu.com>
1 parent 08e353f commit 34de949

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 7.17.0 (2024-10-25)
4+
5+
* 支持代码生成器
6+
* 支持任务模版
7+
* 处理 Response 成功但读取 Body 失败的场景
8+
* 支持 IAM 账户接口(示例:src/test/java/com/qiniu/iam/apis)
9+
310
## 7.16.0 (2024-09-12)
411

512
* 支持闲时任务

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
或者 Gradle:
2424

2525
```groovy
26-
implementation 'com.qiniu:qiniu-java-sdk:7.16.+'
26+
implementation 'com.qiniu:qiniu-java-sdk:7.17.+'
2727
```
2828

2929
## 运行环境

src/main/java/com/qiniu/common/Constants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public final class Constants {
1010
/**
1111
* 版本号
1212
*/
13-
public static final String VERSION = "7.16.0";
13+
public static final String VERSION = "7.17.0";
1414
/**
1515
* 块大小,不能改变
1616
*/

src/test/java/test/com/qiniu/storage/RegionTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package test.com.qiniu.storage;
22

3-
import com.qiniu.common.QiniuException;
43
import com.qiniu.storage.Region;
54
import org.junit.jupiter.api.Tag;
65
import org.junit.jupiter.api.Test;

0 commit comments

Comments
 (0)