Skip to content

v1.6.3

Latest
Compare
Choose a tag to compare
@mySingleLive mySingleLive released this 29 Dec 11:14
· 2 commits to master since this release

Forest v1.6.3 版本发布了!此次版本更新主要调整了 SSE 相关的API接口,以及更新了maven依赖

新增特性

  • add: EventSource.value(Class) 方法
  • add: EventSource.value(TypeReference) 方法

不兼容改动

  • refactor: SSEInterceptor.onSSEClose(ForestRequest, ForestResponse) 方法参数改为 SSEInterceptor.onSSEClose(EventSource)
  • refactor: ForestSSE.setOnClose(BiConsumer<ForestRequest, ForestResponse>) 方法参数改为 ForestSSE.setOnClose(Consumer)
  • refactor: EventSource.getValue() 方法重命名为 EventSource.value()
  • refactor: EventSource.getName() 方法重命名为 EventSource.name()
  • refactor: EventSource.getRawData() 方法重命名为 EventSource.rawData()

其他改动

  • update: 更新依赖版本