File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed
Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ XEngine_MQService V3.6.0.1001
2+
3+ 增加:主题所有者数据支持
4+ 增加:为发布表增加时间字段
5+ 修改:匹配XEngine到V7.48
6+ 修改:消息数据库增加用户字段用于消息验证
7+ 修改:主题修改需要验证用户了
8+ 修改:消息修改需要验证用户
9+ 修改:修改主题定时表和key和所有者表现在会一起修改了
10+ 修改:改编表名称也会改变字段名了
11+ 修改:删除消息表也会删除userkey和time表相对应的数据了
12+ 修改:请求序列协议修改为绑定主题协议功能
13+ 修改:协议名称统一
14+ 修改:定时发布任务现在不会发布给自己了
15+ 修改:获取消息会跳过超时和定时发布的消息了
16+ 修复:错误码不正确的问题
17+ 修复:未读消息初始化错误
18+ 删除:会话通知代码
19+
20+ added:topic owner
21+ added:create time for publish time
22+ modify:match xengine v7.48
23+ modify:message database added user field and use to message verification
24+ modify:topic name need ver user
25+ modify:message modify need to ver user
26+ modify:bucket name for timerelease and key and owner
27+ modify:change table name that to be change field name
28+ modify:can be delete userkey and timerelease datas when delete table
29+ modify:req serial protocol to bind topic
30+ modify:protocol name
31+ modify:release time task does not to notify user
32+ modify:break time task and left task when get message
33+ fixed:error code is incorrent
34+ fixed:unread memset is incorrent
35+ delete:unused notify code
36+ ======================================================================================
137XEngine_MQService V3.5.0.1001
238
339增加:未读消息协议处理支持
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ MQTT支持
111111支持时区设置
112112完善消息订阅(永存)
113113完善HTTP_CALL
114+ 允许主题解除绑定
115+ 允许删除主题
114116
115117## 提交问题
116118
You can’t perform that action at this time.
0 commit comments