Skip to content

Commit 870186c

Browse files
author
yangsen
committed
version to 7.12.0
1 parent 9b0062a commit 870186c

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
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
## 运行环境

src/main/java/com/qiniu/common/Constants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)