Skip to content

Commit 1ddc3c4

Browse files
author
YangSen-qn
committed
version to v7.16.0
1 parent cb3be0f commit 1ddc3c4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 7.16.0(2024-09-12)
3+
* 支持闲时任务
4+
* 移除已下线区域相关域名
5+
26
## 7.15.1(2024-05-29)
37
* 处理在构造 Download URL 时 Key 前缀为 / 的情况
48

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>com.qiniu</groupId>
1515
<artifactId>qiniu-java-sdk</artifactId>
16-
<version>[7.15.0, 7.15.99]</version>
16+
<version>[7.16.0, 7.16.99]</version>
1717
</dependency>
1818
```
1919
或者 Gradle:
2020
```groovy
21-
implementation 'com.qiniu:qiniu-java-sdk:7.15.+'
21+
implementation 'com.qiniu:qiniu-java-sdk:7.16.+'
2222
```
2323

2424
## 运行环境

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.15.1";
13+
public static final String VERSION = "7.16.0";
1414
/**
1515
* 块大小,不能改变
1616
*/

0 commit comments

Comments
 (0)