Skip to content

v0.2.3

Latest

Choose a tag to compare

@burukeYou burukeYou released this 31 Jan 14:09
· 2 commits to main since this release

新年快乐🎉🎉, 此次版本主要新增了重试功能, 并与我的另一个高并发异步重试框架FastRetry做了深度整合

新增特性

  • 新增@HttpRetry 重试注解
  • 新增@HttpFastRetry 重试注解
  • @BodyMultiPartPar 注解支持标记在 HttpFile对象上 #18

Bug修复

  • #19 修复当标记泛型字段时映射失效问题
  • #20 修复多json合并为字符串问题