Skip to content

Commit

Permalink
update: 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Jul 31, 2023
1 parent 72a8ee1 commit dbfca03
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencyResolutionManagement {
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" // 协程(版本自定)
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0'
implementation 'com.squareup.okhttp3:okhttp:4.10.0' // 要求OkHttp4以上
implementation 'com.github.liangjingkanji:Net:3.5.9'
implementation 'com.github.liangjingkanji:Net:3.6.0'
```
如果你是在 Android 5 (API level 21)以下开发, 要求使用OkHttp3.x请使用: [Net-okhttp3](https://github.com/liangjingkanji/Net-okhttp3)
<br>
Expand Down
15 changes: 15 additions & 0 deletions docs/updates.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 3.6.0
- pref: Optimize code
- feat: contentLength未知的上传对象finish也有效
- pref: RunningCalls遍历优化
- pref: 考虑到Uri.toRequestBody读取不到文件或长度
- refactor: 删除废弃函数
- refactor: 下载临时文件名后缀改成.downloading
- refactor: 删除param(RequestBody, Header)
- refactor: LogRecordInterceptor.kt
- refactor: 删除有问题的取消请求函数
- refactor: peekBytes的默认读取大小统一为1MB
- fix: 修复获取请求对象获取ID/Group错误
- fix: 全局取消请求时发生ConvertException错误提示
- fix: #187 上传进度监听finish字段无效

## 3.5.9
- fix: 修复Java基础类型泛型解析

Expand Down

0 comments on commit dbfca03

Please sign in to comment.