Skip to content

Commit 3bed1dc

Browse files
author
yangsen
committed
Merge branch '8.3.4' into develop
# Conflicts: # CHANGELOG.md # README.md # library/src/main/java/com/qiniu/android/common/Constants.java
2 parents 79944ce + 209ad59 commit 3bed1dc

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#Changelog
2+
23
## 8.4.2(2022-03-02)
34
* 优化:
45
* 为自动获取上传域名流程增加了一个默认的备份域名。
@@ -20,6 +21,9 @@
2021
* 新增:
2122
* 新增 token.isValidForDuration API,可在上传之前检查 token 是否有效
2223

24+
## 8.3.4(2022-05-10)
25+
* 处理分片 v1 上传偶现异常:多区域重试的断点续传场景偶现空指针异常
26+
2327
## 8.3.3(2021-10-20)
2428
* 日志不再统计手机的信号强度
2529

library/src/main/java/com/qiniu/android/common/Constants.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33

44
public final class Constants {
5+
<<<<<<< HEAD
56
public static final String VERSION = "8.4.2";
7+
=======
8+
public static final String VERSION = "8.3.4";
9+
>>>>>>> 8.3.4
610

711
public static final String UTF_8 = "utf-8";
812
}

0 commit comments

Comments
 (0)