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 21960a3 commit fea18deCopy full SHA for fea18de
CHANGELOG.md
@@ -4,6 +4,8 @@
4
8.0.0版本相对于7.4.6版本的改进:
5
- 优化上传流程
6
- 优化重试方案
7
+- 更改dns解析自定义方式:通过GlobalConfiguration进行配置
8
+- 更改并发上传配置方式:通过Configuration配置,useConcurrentResumeUpload配置是否开启并发上传 & concurrentTaskCount配置并发上传任务数量
9
10
8.0.0版本是在7.x版本基础上,在保证上传接口不变的条件下进行的升级,代码修改信息如下:
11
- 增加的内部使用类:GlobalConfiguration(dns配置类)、HttpRegionRequest、UploadRequestState等
@@ -15,9 +17,6 @@
15
17
16
18
详细情况请参考:[Android_Changes_from_7.x_to_8.0.0.md](./doc/Android_Changes_from_7.x_to_8.0.0.md)
19
-注:
-- dns配置类:GlobalConfiguration
20
-- 设置并发上传:Configuration -> useConcurrentResumeUpload & concurrentTaskCount
21
22
# 7.6.5
23
* 优化Dns local cache
@@ -288,3 +287,4 @@
288
287
* 项目使用Android Studio构建
289
* 实现crc32的检查
290
* 支持取消上传
+
0 commit comments