Skip to content

Commit 8afb85a

Browse files
committed
update:docment and readme
1 parent a68973e commit 8afb85a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
XEngine_MQService V3.1.0.1001
22

3+
添加:为HTTP会话ID支持
4+
添加:会话超时
35
添加:数据库用户消息绑定数据库
46
添加:数据库用户绑定列表函数
57
添加:数据库获取消息序列号信息函数
@@ -10,6 +12,7 @@ XEngine_MQService V3.1.0.1001
1012
修改:扩展数据库大小字段
1113
修正:读取版本列表错误
1214
修正:插入相同用户到数据库
15+
删除:http获取消息需要序列号
1316
删除:xmq模块,现在只支持数据库版本
1417
删除:删除消息队列协议
1518
删除:登录会话创建
@@ -20,6 +23,8 @@ XEngine_MQService V3.1.0.1001
2023
SessionModule_Client_ADDDelSerial
2124
SessionModule_Client_SetAuth
2225

26+
added:session id supported for http
27+
added:session time out
2328
added:user bind key db
2429
added:user key list function for db module
2530
added:get queue serial information function
@@ -30,6 +35,7 @@ modify:SessionModule_Client_Create and SessionModule_Client_GetAuth functions fo
3035
modify:expanded data size field
3136
fixed:read version list incorrent
3237
fixed:cant allow insert same data to db
38+
delete:http get packet need to serial code
3339
delete:xmq module,only support db version
3440
delete:delete message queue protocol
3541
delete:sesison create for net login

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ c c++Message Service
1616
2. 永久消息
1717
3. 消息超时
1818
4. 主题分区
19-
5. 消息回溯(planning)
19+
5. 消息回溯
2020
6. 加密通信(planning)
2121
7. 负载均衡(planning)
2222
8. 消息次数
@@ -91,7 +91,7 @@ GITHUB:https://github.com/libxengine/xengine
9191
扩展获取消息的内容
9292
消息属性生效
9393
删除包协议
94-
HTTP支持
94+
Session支持
9595

9696
## 提交问题
9797

XEngine_Docment/Docment_en.docx

384 Bytes
Binary file not shown.

XEngine_Docment/Docment_zh.docx

310 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)