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.
2 parents 79944ce + 209ad59 commit 3bed1dcCopy full SHA for 3bed1dc
CHANGELOG.md
@@ -1,4 +1,5 @@
1
#Changelog
2
+
3
## 8.4.2(2022-03-02)
4
* 优化:
5
* 为自动获取上传域名流程增加了一个默认的备份域名。
@@ -20,6 +21,9 @@
20
21
* 新增:
22
* 新增 token.isValidForDuration API,可在上传之前检查 token 是否有效
23
24
+## 8.3.4(2022-05-10)
25
+* 处理分片 v1 上传偶现异常:多区域重试的断点续传场景偶现空指针异常
26
27
## 8.3.3(2021-10-20)
28
* 日志不再统计手机的信号强度
29
library/src/main/java/com/qiniu/android/common/Constants.java
@@ -2,7 +2,11 @@
public final class Constants {
+<<<<<<< HEAD
6
public static final String VERSION = "8.4.2";
7
+=======
8
+ public static final String VERSION = "8.3.4";
9
+>>>>>>> 8.3.4
10
11
public static final String UTF_8 = "utf-8";
12
}
0 commit comments