Skip to content

Commit 8f71829

Browse files
authored
Merge pull request #570 from YangSen-qn/master
version to 7.12.1
2 parents 1fd37ed + 2b81233 commit 8f71829

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## 7.12.1(2022-12-07)
3+
* uc query 增加全局缓存
4+
* 处理分片 v2 块大小设置无效问题
5+
26
## 7.12.0(2022-10-25)
37
* 增加亚太-首尔区域固定 Region
48
* 移除雾存储区域:华东一区

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
```
1919
或者 Gradle:
2020
```groovy
21-
compile 'com.qiniu:qiniu-java-sdk:7.12.+'
21+
implementation 'com.qiniu:qiniu-java-sdk:7.12.+'
2222
```
2323

2424
## 运行环境

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

+1-1
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.12.0";
12+
public static final String VERSION = "7.12.1";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)