File tree Expand file tree Collapse file tree 4 files changed +23
-0
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 4 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1+ XEngine_MQService V3.13.0.1001
2+
3+ 增加:为DATA消息数据库增加高速缓存支持
4+ 增加:coredump的windows支持
5+ 更新:工作流自动发布支持
6+ 更新:依赖库
7+ 优化:启动参数解析
8+ 修正:某些时候退出崩溃问题
9+ 修正:发布消息时候获取在线用户不正确的问题
10+ 修正:通知用户处理问题
11+
12+ added:memory cache module for Data DB
13+ added:coredump file support on windows
14+ update:release workflows supported
15+ update:depend library
16+ improved:start parameter parse
17+ fixed:sometime crashed when exist
18+ fixed:get online user is incorrect when publish message
19+ fixed:immediate notify user process is incorrect
20+ ======================================================================================
121XEngine_MQService V3.12.0.1001
222
323增加:编译CI工作流支持
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ this software support following features
343418 . http interface management
353519 . message attritube
363620 . point to point message
37+ 21 . Memory Database
3738
3839## install
3940
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ c c++Message Service
333318 . http接口管理
343419 . 消息属性
353520 . 点对点消息
36+ 21 . 高速缓存
3637
3738## 安装教程
3839
Original file line number Diff line number Diff line change 11{
22 "XVer" :[
3+ " 3.13.0.1001 Build20241129" ,
34 " 3.12.0.1001 Build20240919" ,
45 " 3.11.0.1001 Build20240517" ,
56 " 3.10.0.1001 Build20240305" ,
You can’t perform that action at this time.
0 commit comments