Skip to content

v3.0.1

Compare
Choose a tag to compare
@jeasonlzy jeasonlzy released this 14 Jun 09:15
· 26 commits to master since this release

升级3.0.1,对应以下四个版本号
compile 'com.lzy.net:okgo:3.0.1'
compile 'com.lzy.net:okrx:1.0.1'
compile 'com.lzy.net:okrx2:2.0.1'
compile 'com.lzy.net:okserver:2.0.1'

  1. 修复所有模块最低版本minSdkVersion=14
  2. 修复删除下载状态为等待的任务时crash
  3. BodyRequest#requestBody()方法改名为upRequestBody()
  4. 优化getHeaderFileName() 与 getUrlFileName() 方法的逻辑,提高兼容性
  5. 修复okUpload上传任务进度回调异常
  6. 修复在Request#onStart方法中,调用 request.headers() 没有生效的问题
  7. 修复Debug模式中HttpLoggingInterceptor的编码问题
  8. 强制okserver中,对任务需要先调用register()然后再调用start()
  9. 优化okserver,可以上传params和string,json数据等
  10. 修复demo中的小bug
  11. 增加OkRx关于缓存使用的演示demo