File tree 3 files changed +7
-3
lines changed
src/main/java/com/qiniu/common
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 7.16.0(2024-09-12)
3
+ * 支持闲时任务
4
+ * 移除已下线区域相关域名
5
+
2
6
## 7.15.1(2024-05-29)
3
7
* 处理在构造 Download URL 时 Key 前缀为 / 的情况
4
8
Original file line number Diff line number Diff line change 13
13
<dependency >
14
14
<groupId >com.qiniu</groupId >
15
15
<artifactId >qiniu-java-sdk</artifactId >
16
- <version >[7.15 .0, 7.15 .99]</version >
16
+ <version >[7.16 .0, 7.16 .99]</version >
17
17
</dependency >
18
18
```
19
19
或者 Gradle:
20
20
``` groovy
21
- implementation 'com.qiniu:qiniu-java-sdk:7.15 .+'
21
+ implementation 'com.qiniu:qiniu-java-sdk:7.16 .+'
22
22
```
23
23
24
24
## 运行环境
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.15.1 " ;
13
+ public static final String VERSION = "7.16.0 " ;
14
14
/**
15
15
* 块大小,不能改变
16
16
*/
You can’t perform that action at this time.
0 commit comments