v1.6.3
版本发布时间: 2024-12-29 19:14:31
dromara/forest最新发布版本:v1.6.3(2024-12-29 19:14:31)
Forest v1.6.3 版本发布了!此次版本更新主要调整了 SSE 相关的API接口,以及更新了maven依赖
新增特性
- add: EventSource.value(Class<T>) 方法
- add: EventSource.value(TypeReference<T>) 方法
不兼容改动
- refactor: SSEInterceptor.onSSEClose(ForestRequest, ForestResponse) 方法参数改为 SSEInterceptor.onSSEClose(EventSource)
- refactor: ForestSSE.setOnClose(BiConsumer<ForestRequest, ForestResponse>) 方法参数改为 ForestSSE.setOnClose(Consumer<EventSource>)
- refactor: EventSource.getValue() 方法重命名为 EventSource.value()
- refactor: EventSource.getName() 方法重命名为 EventSource.name()
- refactor: EventSource.getRawData() 方法重命名为 EventSource.rawData()
其他改动
- update: 更新依赖版本