File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/java/com/qiniu/common Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 7.16.0(2024-09-12)
3+ * 支持闲时任务
4+ * 移除已下线区域相关域名
5+
26## 7.15.1(2024-05-29)
37* 处理在构造 Download URL 时 Key 前缀为 / 的情况
48
Original file line number Diff line number Diff line change 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## 运行环境
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments