File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed
src/main/java/com/qiniu/common Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
+ ## 7.14.0(2023-07-18)
3
+ * Region 移除亚太首尔区域
4
+ * BucketManager 的部分 Bucket 级别接口支持主备重试
5
+
2
6
## 7.13.1(2023-05-25)
3
- * GetBucketQuota
4
- * ChangeApiHost
7
+ * 优化 BucketManager 的 getBucketQuota 方法
8
+ * 废弃 pu.qbox.me 域名
9
+ * 废弃 BucketManager 的 listFilesV2 方法
5
10
* PlayExpire
6
11
7
12
## 7.13.0(2023-03-30)
Original file line number Diff line number Diff line change 13
13
<dependency >
14
14
<groupId >com.qiniu</groupId >
15
15
<artifactId >qiniu-java-sdk</artifactId >
16
- <version >[7.13 .0, 7.13 .99]</version >
16
+ <version >[7.14 .0, 7.14 .99]</version >
17
17
</dependency >
18
18
```
19
19
或者 Gradle:
20
20
``` groovy
21
- implementation 'com.qiniu:qiniu-java-sdk:7.13 .+'
21
+ implementation 'com.qiniu:qiniu-java-sdk:7.14 .+'
22
22
```
23
23
24
24
## 运行环境
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public final class Constants {
9
9
/**
10
10
* 版本号
11
11
*/
12
- public static final String VERSION = "7.13.1 " ;
12
+ public static final String VERSION = "7.14.0 " ;
13
13
/**
14
14
* 块大小,不能改变
15
15
*/
You can’t perform that action at this time.
0 commit comments