File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/java/com/qiniu/common Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 7.18.0 (2025-02-05)
4+
5+ * 支持智能分层
6+
37## 7.17.0 (2024-10-25)
48
59* 支持代码生成器
Original file line number Diff line number Diff line change 1616<dependency >
1717 <groupId >com.qiniu</groupId >
1818 <artifactId >qiniu-java-sdk</artifactId >
19- <version >[7.16 .0, 7.16 .99]</version >
19+ <version >[7.18 .0, 7.18 .99]</version >
2020</dependency >
2121```
2222
2323或者 Gradle:
2424
2525``` groovy
26- implementation 'com.qiniu:qiniu-java-sdk:7.17 .+'
26+ implementation 'com.qiniu:qiniu-java-sdk:7.18 .+'
2727```
2828
2929## 运行环境
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public final class Constants {
1010 /**
1111 * 版本号
1212 */
13- public static final String VERSION = "7.17 .0" ;
13+ public static final String VERSION = "7.18 .0" ;
1414 /**
1515 * 块大小,不能改变
1616 */
You can’t perform that action at this time.
0 commit comments