File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
src/main/java/com/qiniu/common Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## 7.13.0(2023-03-30)
3+ * Client 开放 head 请求方法
4+ * BatchOperations 增加 size() 方法
5+ * BucketManager 支持获取源站域名
6+
27## 7.12.1(2022-12-07)
38* uc query 增加全局缓存
49* 处理分片 v2 块大小设置无效问题
Original file line number Diff line number Diff line change 1313<dependency >
1414 <groupId >com.qiniu</groupId >
1515 <artifactId >qiniu-java-sdk</artifactId >
16- <version >[7.12 .0, 7.12 .99]</version >
16+ <version >[7.13 .0, 7.13 .99]</version >
1717</dependency >
1818```
1919或者 Gradle:
2020``` groovy
21- implementation 'com.qiniu:qiniu-java-sdk:7.12 .+'
21+ implementation 'com.qiniu:qiniu-java-sdk:7.13 .+'
2222```
2323
2424## 运行环境
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public final class Constants {
99 /**
1010 * 版本号
1111 */
12- public static final String VERSION = "7.12.1 " ;
12+ public static final String VERSION = "7.13.0 " ;
1313 /**
1414 * 块大小,不能改变
1515 */
You can’t perform that action at this time.
0 commit comments