File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 11#Changelog
2+ ## 8.5.1(2022-10-21)
3+ * 移除雾存储区域:华东一区
4+ * 新增首尔和华东浙江 2 区 Region
5+ * 优化分片上传 ctx 超时检测
6+ * Configuration: 增加 writeTimeout 配置属性,用于配置 tcp 写超时
27
38## 8.5.0(2022-08-25)
49* 支持自定义 request client
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ https://github.com/qiniudemo/qiniu-lab-android
1515
1616| Qiniu SDK 版本 | 最低 Android版本 | 依赖库版本 |
1717| ------------ | -----------------| ------------------------|
18+ | 8.5.1 | Android 4.0+ | okhttp 4+ |
1819| 8.5.0 | Android 4.0+ | okhttp 4+ |
1920| 8.4.* | Android 4.0+ | okhttp 4+ |
2021| 8.3.2 | Android 4.0+ | okhttp 4+ |
@@ -34,7 +35,7 @@ https://github.com/qiniudemo/qiniu-lab-android
3435| 7.0.7 | Android 2.2+ | android-async-http 1.4.8 |
3536
3637### 注意
37- * 推荐使用最新版:8.5.0
38+ * 推荐使用最新版:8.5.1
3839* 7.6.2 ~ 8.3.2 AndroidNetwork.getMobileDbm()可以获取手机信号强度,需要如下权限(API>=18时生效)
3940```
4041 <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
You can’t perform that action at this time.
0 commit comments