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