We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2f6ede commit 5e152d3Copy full SHA for 5e152d3
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 7.2.28 (2019-12-09)
4
+## 增加
5
+* Client 增加 setAppName 方法,ua 包含设置的名称
6
+## 修改
7
+* 修复 listFilesV2 空指针问题
8
+* 修改 cdn 刷新、预取数量限制,和文档一致
9
+
10
## 7.2.27 (2019-10-22)
11
## 增加
12
* SMS 功能增加三个接口
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
*/
- public static final String VERSION = "7.2.27";
+ public static final String VERSION = "7.2.28";
13
14
* 块大小,不能改变
15
0 commit comments