Skip to content

Commit

Permalink
version to v7.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
YangSen-qn committed Oct 25, 2024
1 parent 08e353f commit 5c72d34
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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

0 comments on commit 5c72d34

Please sign in to comment.