File tree Expand file tree Collapse file tree 5 files changed +40
-4
lines changed
Expand file tree Collapse file tree 5 files changed +40
-4
lines changed Original file line number Diff line number Diff line change 1+ XEngine_MQService V3.14.0.1001
2+
3+ 增加:删除消息协议支持
4+ 增加:用户信息内存数据库支持
5+ 更新:依赖库
6+ 更新:支持xengine v9版本
7+ 更新:网络错误现在使用新的方法定义
8+ 更新:编译器版本更新到C++20,C17
9+ 优化:自动发布支持更多系统
10+ 修改:消息协议定义值
11+ 修改:VS的字符集从ansi改为unicode
12+ 修改:回调函数返回数据类型
13+ 修正:内存没有删除老旧消息当修改消息的时候
14+ 修正:字符集乱码问题
15+ 修正:某些时候获取统计信息错误的问题
16+ 修正:内存数据库获取统计信息错误的问题
17+ 修正:总可用时间在内存数据库处理不正确的问题
18+ 修正:内存数据查询不正确的问题
19+
20+ added:delete message support
21+ added:user info memory cache supported
22+ update:depend library
23+ update:match xengine v9.x support
24+ update:Network error codes use a new method definition
25+ update:c++ compiler 20 and c compiler 17
26+ improved:ci workflows release more support
27+ modify:msg protocol define value.
28+ modify:change ansi to unicode character set on vs
29+ modify:callback export type for memory cache
30+ fixed:memory not delete old message when modify message
31+ fixed:Character set garbled problem
32+ fixed:sometimes get left count value is incorrect
33+ fixed:get count is incorrect in data memory cache
34+ fixed:The total available time of memory cache data is not handled correctly
35+ fixed:memory cache query is incorrect
36+ ======================================================================================
137XEngine_MQService V3.13.0.1001
238
339增加:为DATA消息数据库增加高速缓存支持
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ this software support following features
3939## install
4040
4141#### XEngine Evn
42- you must install XEngine,need V8.31 or above,install XEngine can be refer to xengine Readme docment
42+ you must install XEngine,need V9 or above,install XEngine can be refer to xengine Readme docment
4343GITEE:https://gitee.com/libxengine/libxengine
4444GITHUB:https://github.com/libxengine/libxengine
4545
@@ -64,7 +64,7 @@ Just Run it.
6464
6565#### Linux
6666Linux use Makefile to complie
67- supproted ubuntu22 .04 x64 or RockyLinux9 x64
67+ supproted ubuntu24 .04 x64 or RockyLinux9 x64
6868
6969###### complie
7070execute command in XEngine_Source path
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ c c++Message Service
4141## 安装教程
4242
4343#### XEngine环境
44- 必须安装XEngine,版本需要V8.31或者以上版本 ,安装XEngine可以参考其Readme文档
44+ 必须安装XEngine,版本需要V9或者以上版本 ,安装XEngine可以参考其Readme文档
4545GITEE:https://gitee.com/libxengine/libxengine
4646GITHUB:https://github.com/libxengine/libxengine
4747
@@ -67,7 +67,7 @@ git submodule update
6767
6868#### Linux
6969Linux使用Makefile编译
70- UBUNTU22 .04 x64或者RockyLinux9 x64均可
70+ UBUNTU24 .04 x64或者RockyLinux9 x64均可
7171在控制台运行
7272
7373###### 编译命令
You can’t perform that action at this time.
0 commit comments