Skip to content

Releases: kongzue/BaseOkHttpX

1.2.7 版本更新

13 Oct 00:56

Choose a tag to compare

1.2.6 版本更新

27 Aug 02:31

Choose a tag to compare

  • 为 UploadListener 和 DownloadListener 增加了 Exception error 参数;
  • 提供了上传和下载参数对应的 get 方法;

1.2.5

24 Aug 06:23

Choose a tag to compare

  • 修复网络请求异常时可能引发的空指针异常问题;

1.2.4 release

05 Aug 11:25

Choose a tag to compare

  • 增加了多请求统一返回功能和对应的回调;
  • 增加了请求生命周期;
  • 增加了重新请求、获取请求结果、媒体类型、异常信息方法。

1.2.3 release

05 Jul 04:30

Choose a tag to compare

  • 修复了拦截回调存在的因responseBody被拦截器消费而导致实际请求回调内容为空的问题;
  • 为 LockLog 增加用于设置日志输出 tag 的静态变量:TAG_RETURN和TAG_SEND;

1.2.2 release

05 Jul 02:53

Choose a tag to compare

  • 为 LockLog 增加用于设置日志输出 tag 的静态变量:TAG_RETURNTAG_SEND

1.2.1 release

24 Jun 13:40

Choose a tag to compare

  • 增加 BitmapResponseListener
  • 新增字节回调处理器 BytesResponseListener 和字节拦截处理器 BytesResponseInterceptListener,以及其对应的基础类 BaseResponseListenerBaseResponseInterceptListener;

1.2.0 release

24 Jun 11:03

Choose a tag to compare

  • 新增字节回调处理器 BytesResponseListener 和字节拦截处理器 BytesResponseInterceptListener,以及其对应的基础类 BaseResponseListenerBaseResponseInterceptListener;

1.1.0 release

23 Jun 07:31

Choose a tag to compare

  • 增加了支持流式输出;
  • 增加了支持 OpenAI 标注 API 请求方案;

1.0.0 Release

18 Jun 14:58

Choose a tag to compare

全新发布

  • 增加了数组参数的支持,现在你可以通过 .addParameter("ids[]", 1, 2, 3, 4, 5) 方式添加数组参数;
  • 完善文档;