Skip to content

Commit

Permalink
version to v7.17.0 (#611)
Browse files Browse the repository at this point in the history
Co-authored-by: YangSen-qn <[email protected]>
  • Loading branch information
YangSen-qn and YangSen-qn authored Oct 25, 2024
1 parent 08e353f commit 34de949
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 7.17.0 (2024-10-25)

* 支持代码生成器
* 支持任务模版
* 处理 Response 成功但读取 Body 失败的场景
* 支持 IAM 账户接口(示例:src/test/java/com/qiniu/iam/apis)

## 7.16.0 (2024-09-12)

* 支持闲时任务
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
或者 Gradle:

```groovy
implementation 'com.qiniu:qiniu-java-sdk:7.16.+'
implementation 'com.qiniu:qiniu-java-sdk:7.17.+'
```

## 运行环境
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/qiniu/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class Constants {
/**
* 版本号
*/
public static final String VERSION = "7.16.0";
public static final String VERSION = "7.17.0";
/**
* 块大小,不能改变
*/
Expand Down
1 change: 0 additions & 1 deletion src/test/java/test/com/qiniu/storage/RegionTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package test.com.qiniu.storage;

import com.qiniu.common.QiniuException;
import com.qiniu.storage.Region;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 34de949

Please sign in to comment.