We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4561dad commit 8f396d8Copy full SHA for 8f396d8
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 7.10.2 (2022-04-28)
4
+* RTC模块提供V4版本合流接口
5
+
6
## 7.10.1 (2022-04-25)
7
* 对象存储,补充 stat api 可查看对象元数据信息
8
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
9
/**
10
* 版本号
11
*/
12
- public static final String VERSION = "7.10.1";
+ public static final String VERSION = "7.10.2";
13
14
* 块大小,不能改变
15
0 commit comments