Skip to content

Releases: limuyang2/okcronet

1.0.11

14 Dec 09:42

Choose a tag to compare

feat(okcronet): 增强SourceCallback功能

1.0.8

13 Dec 13:34

Choose a tag to compare

  • 提升source数据读取性能
  • 新增setTrafficStatsTag()方法

1.0.6

06 Aug 01:19

Choose a tag to compare

feat(core): 优化 Request/Response 类并添加新方法

  • 在 Response 类中添加 receivedByteCount 属性
  • 优化tag的添加和获取逻辑

1.0.5

14 Mar 08:24

Choose a tag to compare

CronetClient 新增 cancelAll() 方法

1.0.3

24 Jan 06:20

Choose a tag to compare

  • Response 新增便捷方法
  • Response 实现 Closeable
  • 优化默认超时时间

1.0.2

14 Jan 09:35

Choose a tag to compare

  • fix: #4
    网络请求超时无效的问题
  • add: 新增网络重定向配置setFollowRedirect(bool)