跳到主要内容

版本更新日志

版本频率、版本规则

版本频率

每个季度会发 1 ~ 2 个版本,通常在大版本内升级总是兼容的,如 25.1 升级到任意 25.x 的高版本。


版本规则

  • x 表示当前使用的 JDK LTS 版本
  • y 表示框架新特性、新功能、新模块、bugfix 相关

version: 25.xx

2025

2025-12-12 - v25.2

https://github.com/iohao/ionet/releases/tag/25.2

Version update summary

Internal communication interface method naming refinement。内部通信接口方法命名整理

Requesting a Single Logic Service
------ call, callback, future ------
call()
callAsync()
callFuture()


Requesting Multiple Logic Services Simultaneously
------ call collect, callback, future ------
callCollect()
callCollectAsync()
callCollectFuture()

Requesting an External Service
------ external, callback, future ------
callExternal()
callExternalAsync()
callExternalFuture()

Requesting Multiple External Services Simultaneously
------ external collect, callback, future ------
callExternalCollect()
callExternalCollectAsync()
callExternalCollectFuture()

2025-12-07 - v25.1

https://github.com/iohao/ionet/releases/tag/25.1