Skip to content

v1.5.33

Compare
Choose a tag to compare
@mySingleLive mySingleLive released this 10 Apr 03:15
· 162 commits to master since this release

Forest v1.5.33 发布了,此次版本更新主要支持了 Socks 协议的代理,以及组合注解的属性重写

新增特性:

  • feat: 支持socks代理 (#I6MLMD)
  • feat: 组合注解支持属性重写

修复问题:

  • fix: @Body注解的数组参数无法正常解析为JSON数组 (#I7UPBR)
  • fix: Content-Type为application/xml的情况下,发送byte数组数据错误 (#I7F3F0)
  • fix: @JSONBody Collection codes 报错 (#I7QLTS)

代码改动:

  • add: @SocksProxy注解
  • add: @OverrideAttribute注解
  • opt: 优化URL更新方式
  • update: forest-solon-plugin 升级 solon 为:2.4.0

鸣谢:

  • forest-solon-plugin 升级 solon 为:2.4.0 由 @noear_admin 贡献
  • 解决issure:#I7QLTS 由 @angle94 贡献

新特性如何使用: