Skip to content

Commit abe1593

Browse files
YangSen-qnYangSen-qn
andauthored
version to 7.14.0 (#585)
Co-authored-by: YangSen-qn <[email protected]>
1 parent 3f86ee8 commit abe1593

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Changelog
2+
## 7.14.0(2023-07-18)
3+
* Region 移除亚太首尔区域
4+
* BucketManager 的部分 Bucket 级别接口支持主备重试
5+
26
## 7.13.1(2023-05-25)
3-
* GetBucketQuota
4-
* ChangeApiHost
7+
* 优化 BucketManager 的 getBucketQuota 方法
8+
* 废弃 pu.qbox.me 域名
9+
* 废弃 BucketManager 的 listFilesV2 方法
510
* PlayExpire
611

712
## 7.13.0(2023-03-30)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
<dependency>
1414
<groupId>com.qiniu</groupId>
1515
<artifactId>qiniu-java-sdk</artifactId>
16-
<version>[7.13.0, 7.13.99]</version>
16+
<version>[7.14.0, 7.14.99]</version>
1717
</dependency>
1818
```
1919
或者 Gradle:
2020
```groovy
21-
implementation 'com.qiniu:qiniu-java-sdk:7.13.+'
21+
implementation 'com.qiniu:qiniu-java-sdk:7.14.+'
2222
```
2323

2424
## 运行环境

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

0 commit comments

Comments
 (0)