Skip to content

Commit

Permalink
支持跨区域双活上传
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaomei authored and zhaomei committed May 28, 2021
1 parent 97b75df commit 28bf849
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Changelog

## 7.7.0 (2021-05-28)

## 增加
* 支持跨区域双活上传,提供区域级别上传故障情况下上传可用性保障,跨区域双活功能需要工单申请开通

## 7.6.0 (2021-04-29)

## 增加
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
<dependency>
<groupId>com.qiniu</groupId>
<artifactId>qiniu-java-sdk</artifactId>
<version>[7.6.0, 7.6.99]</version>
<version>[7.7.0, 7.7.99]</version>
</dependency>
```
或者 Gradle:
```groovy
compile 'com.qiniu:qiniu-java-sdk:7.6.+'
compile 'com.qiniu:qiniu-java-sdk:7.7.+'
```

## 运行环境
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.6.0";
public static final String VERSION = "7.7.0";
/**
* 块大小,不能改变
*/
Expand Down

0 comments on commit 28bf849

Please sign in to comment.