Skip to content

Commit

Permalink
refactor(xxl-rpc-core):
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed Jan 24, 2025
1 parent 85b1c96 commit 4c9410e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/XXL-RPC官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,11 @@ public class Demo2ServiceImpl implements Demo2Service {

### v1.9.0 Release Notes[2025-01-24]
- 1、【优化】服务底层代码重构优化,精简依赖、减少依赖包体;
- 2、【调整】内置注册中心XxlRpcRegister(xxl-rpc-admin)迁移,整合至XXL-CONF。
通过 XXL-CONF 提供一体化 服务配置中心、服务注册中心 能力,降低中间件认知及运维成本。
- 3、【调整】服务注册中心逻辑调整,借助 XXL-CONF 的 服务注册中心OpenApi 实现 动态服务注册与发现。
- 2、【调整】内置注册中心XxlRpcRegister(xxl-rpc-admin)迁移,整合至XXL-CONF;
(通过 XXL-CONF 提供一体化 服务配置中心、服务注册中心 能力,降低中间件认知及运维成本);
- 3、【调整】服务注册中心逻辑调整,借助 XXL-CONF 的 服务注册中心OpenApi 实现 动态服务注册与发现;
- 4、【优化】优化获取本地IP地址逻辑,调整了获取本地地址顺序;
- 5、【升级】多个项目依赖升级至较新稳定版本;

### v.1.9.1 Release Notes[迭代中]
- 1、【TODO】新增SimpleHttpServer,仅支持同步请求,简化CallType复杂度;
Expand Down

0 comments on commit 4c9410e

Please sign in to comment.