Skip to content

Commit

Permalink
Merge pull request #570 from YangSen-qn/master
Browse files Browse the repository at this point in the history
version to 7.12.1
  • Loading branch information
bachue authored Dec 7, 2022
2 parents 1fd37ed + 2b81233 commit 8f71829
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 7.12.1(2022-12-07)
* uc query 增加全局缓存
* 处理分片 v2 块大小设置无效问题

## 7.12.0(2022-10-25)
* 增加亚太-首尔区域固定 Region
* 移除雾存储区域:华东一区
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```
或者 Gradle:
```groovy
compile 'com.qiniu:qiniu-java-sdk:7.12.+'
implementation 'com.qiniu:qiniu-java-sdk:7.12.+'
```

## 运行环境
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/qiniu/common/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
public static final String VERSION = "7.12.0";
public static final String VERSION = "7.12.1";
/**
* 块大小,不能改变
*/
Expand Down

0 comments on commit 8f71829

Please sign in to comment.