v1.5.31
版本发布时间: 2024-04-10 11:14:21
dromara/forest最新发布版本:v1.5.36(2024-04-10 11:16:50)
Forest v1.5.31 发布了!该版本是一个小版本发布,主要修复了一些BUG
新增特性
- feat: 所有 Forest 请求默认带上
User-Agent: forest/{version}
的请求头
修复问题
- fix: maven中各模块的JDK版本控制
- fix: 不同 ForestConfiguration 产生的 Client 实例存在参数污染的情况
- fix: 当
@Address
注解的 schema 属性设置为 https 时报错 (#I6Y6E2) - fix: ReflectUtils.getFields非线程安全 (#I6W9TF)
代码改动
- opt: ForestMethod 使用懒加载的方式初始化
- refactor: 使用 revision 进行多模块版本管理
- refactor: 请求注解的 interceptor 属性只接受继承自 Interceptor 接口的类
- add:
Forest.VERSION
字段,可动态获取 Forest 版本号