We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd37ed commit 2b81233Copy full SHA for 2b81233
CHANGELOG.md
@@ -1,4 +1,8 @@
1
# Changelog
2
+## 7.12.1(2022-12-07)
3
+* uc query 增加全局缓存
4
+* 处理分片 v2 块大小设置无效问题
5
+
6
## 7.12.0(2022-10-25)
7
* 增加亚太-首尔区域固定 Region
8
* 移除雾存储区域:华东一区
README.md
@@ -18,7 +18,7 @@
18
```
19
或者 Gradle:
20
```groovy
21
-compile 'com.qiniu:qiniu-java-sdk:7.12.+'
+implementation 'com.qiniu:qiniu-java-sdk:7.12.+'
22
23
24
## 运行环境
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
9
/**
10
* 版本号
11
*/
12
- public static final String VERSION = "7.12.0";
+ public static final String VERSION = "7.12.1";
13
14
* 块大小,不能改变
15
0 commit comments