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 0551cd2 commit ad30ab4Copy full SHA for ad30ab4
CHANGELOG.md
@@ -1,4 +1,10 @@
1
# Changelog
2
+## 7.5.1 (2021-04-29)
3
+
4
+## 增加
5
+* 上传服务基础上传数据 api 支持 InputStream
6
+* 支持构建 DownloadUrl 功能
7
8
9
## 7.5.0 (2021-04-15)
10
src/main/java/com/qiniu/common/Constants.java
@@ -9,7 +9,7 @@ public final class Constants {
/**
* 版本号
11
*/
12
- public static final String VERSION = "7.5.0";
+ public static final String VERSION = "7.5.1";
13
14
* 块大小,不能改变
15
0 commit comments