File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
library/src/main/java/com/qiniu/android/common Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.5.3(2023-06-26)
3+ * 优化:
4+ * 对 Dns 预解析和网络检测中的默认域名进行 Base64 处理
5+
26## 8.5.2(2022-11-24)
37* 升级 HappyDns 依赖至 v2.0.1
48* 优化 Server 配置拉取逻辑
1721* 处理 Dns 预解析内存问题
1822
1923## 8.4.3 (2022-05-18)
20- * 修复:解决使用分片上传 v1 偶现上传异常:在多个区域域名之间进行上传重试的场景下空指针异常
24+ * 修复:
25+ * 解决使用分片上传 v1 偶现上传异常:在多个区域域名之间进行上传重试的场景下空指针异常
2126* 补充了上传 response status code 注释,详情 [ code 注释说明] ( https://github.com/qiniu/android-sdk/blob/master/library/src/main/java/com/qiniu/android/http/ResponseInfo.java )
2227
2328## 8.4.2(2022-03-02)
2429* 优化:
2530 * 为自动获取上传域名流程增加了一个默认的备份域名。
2631
2732## 8.4.1(2022-01-27)
28- * 优化
33+ * 优化:
2934 * SystemDns 解析:异步开线程池,降低高并发场景下对内存资源占用。
3035
3136## 8.4.0(2021-12-07)
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ https://github.com/qiniudemo/qiniu-lab-android
1515
1616| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1717| ------------ | -----------------| ------------------------|
18- | 8.5.2 | Android 4.0+ | okhttp 4+ |
19- | 8.5.1 | Android 4.0+ | okhttp 4+ |
20- | 8.5.0 | Android 4.0+ | okhttp 4+ |
21- | 8.4.* | Android 4.0+ | okhttp 4+ |
18+ | 8.5.x | Android 4.0+ | okhttp 4+ |
19+ | 8.4.x | Android 4.0+ | okhttp 4+ |
2220| 8.3.2 | Android 4.0+ | okhttp 4+ |
2321| 8.3.1 | Android 4.0+ | okhttp 4+ |
2422| 8.3.0 | Android 5.0+ | okhttp 4+ |
@@ -36,7 +34,7 @@ https://github.com/qiniudemo/qiniu-lab-android
3634| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
3735
3836### 注意
39- * 推荐使用最新版:8.5.2
37+ * 推荐使用最新版:8.5.3
4038* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
4139```
4240 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
Original file line number Diff line number Diff line change 22
33
44public final class Constants {
5- public static final String VERSION = "8.5.2 " ;
5+ public static final String VERSION = "8.5.3 " ;
66
77 public static final String UTF_8 = "utf-8" ;
88}
You can’t perform that action at this time.
0 commit comments