File tree 3 files changed +7
-3
lines changed
src/main/java/com/qiniu/common
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 7.18.0 (2025-02-05)
4
+
5
+ * 支持智能分层
6
+
3
7
## 7.17.0 (2024-10-25)
4
8
5
9
* 支持代码生成器
Original file line number Diff line number Diff line change 16
16
<dependency >
17
17
<groupId >com.qiniu</groupId >
18
18
<artifactId >qiniu-java-sdk</artifactId >
19
- <version >[7.16 .0, 7.16 .99]</version >
19
+ <version >[7.18 .0, 7.18 .99]</version >
20
20
</dependency >
21
21
```
22
22
23
23
或者 Gradle:
24
24
25
25
``` groovy
26
- implementation 'com.qiniu:qiniu-java-sdk:7.17 .+'
26
+ implementation 'com.qiniu:qiniu-java-sdk:7.18 .+'
27
27
```
28
28
29
29
## 运行环境
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ public final class Constants {
10
10
/**
11
11
* 版本号
12
12
*/
13
- public static final String VERSION = "7.17 .0" ;
13
+ public static final String VERSION = "7.18 .0" ;
14
14
/**
15
15
* 块大小,不能改变
16
16
*/
You can’t perform that action at this time.
0 commit comments