1
0
drake 3 жил өмнө
parent
commit
e277f4600f
2 өөрчлөгдсөн 8 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md
  2. 7 0
      docs/updates.md

+ 1 - 1
README.md

@@ -103,7 +103,7 @@ implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.1'
 // OkHttp(版本可自定, 要求OkHttp4以上版本)
 implementation 'com.squareup.okhttp3:okhttp:4.9.1'
 // Net
-implementation 'com.github.liangjingkanji:Net:3.0.27'
+implementation 'com.github.liangjingkanji:Net:3.1.0'
 
 // 支持自动下拉刷新和缺省页的(可选)
 implementation 'com.github.liangjingkanji:BRV:1.3.37'

+ 7 - 0
docs/updates.md

@@ -1,3 +1,10 @@
+## 3.1.0
+- 修复部分子线程开启作用域崩溃
+- 网络异常堆栈使用 NetConfig.logTag 作为标签, 使用debug日志类型输出
+- 默认转换器现在要求HTTP状态码为成功才返回数据(泛型Response请求完成都返回)
+- 开启编译器强制替换废弃函数(可查看函数注释替换规则)
+- 禁止暴露冗余函数
+
 ## 3.0.27
 - setDownloadDir函数同时支持完整路径(即包含文件名称)和下载目录