File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
src/main/java/com/qiniu/common Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+
3+ ## 7.7.0 (2021-05-28)
4+
5+ ## 增加
6+ * 支持跨区域双活上传,提供区域级别上传故障情况下上传可用性保障,跨区域双活功能需要工单申请开通
7+
28## 7.6.0 (2021-04-29)
39
410## 增加
Original file line number Diff line number Diff line change 1212<dependency >
1313 <groupId >com.qiniu</groupId >
1414 <artifactId >qiniu-java-sdk</artifactId >
15- <version >[7.6 .0, 7.6 .99]</version >
15+ <version >[7.7 .0, 7.7 .99]</version >
1616</dependency >
1717```
1818或者 Gradle:
1919``` groovy
20- compile 'com.qiniu:qiniu-java-sdk:7.6 .+'
20+ compile 'com.qiniu:qiniu-java-sdk:7.7 .+'
2121```
2222
2323## 运行环境
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public final class Constants {
99 /**
1010 * 版本号
1111 */
12- public static final String VERSION = "7.6 .0" ;
12+ public static final String VERSION = "7.7 .0" ;
1313 /**
1414 * 块大小,不能改变
1515 */
You can’t perform that action at this time.
0 commit comments