File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
src/main/java/com/qiniu/common Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 7.12.0(2022-10-25)
3+ * 增加亚太-首尔区域固定 Region
4+ * 移除雾存储区域:华东一区
5+ * 升级 gson 版本至 2.8.9
6+ * 表单上传支持主备域名
7+ * 优化私有云使用姿势,不再单独配置 rs api uc域名
8+ * 优化分片上传 ctx 超时检测
29
310## 7.11.0(2022-06-08)
411* 对象存储,管理类 API 发送请求时增加 [ X-Qiniu-Date] ( https://developer.qiniu.com/kodo/3924/common-request-headers ) (生成请求的时间) header
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.11 .0, 7.11 .99]</version >
15+ <version >[7.12 .0, 7.12 .99]</version >
1616</dependency >
1717```
1818或者 Gradle:
1919``` groovy
20- compile 'com.qiniu:qiniu-java-sdk:7.11 .+'
20+ compile 'com.qiniu:qiniu-java-sdk:7.12 .+'
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.11 .0" ;
12+ public static final String VERSION = "7.12 .0" ;
1313 /**
1414 * 块大小,不能改变
1515 */
You can’t perform that action at this time.
0 commit comments