Skip to content

Releases: libxengine/XEngine_MQService

XEngine_MQService V3.18.0.1001

16 Oct 06:52
a45bde1

Choose a tag to compare

XEngine_MQService V3.17.0.1001

01 Sep 03:23
b5d8671

Choose a tag to compare

XEngine_MQService V3.16.0.1001

24 May 04:17
1b3aea7

Choose a tag to compare

XEngine_MQService V3.15.0.1001

13 Mar 05:33
a6a05ba

Choose a tag to compare

XEngine_MQService V3.14.0.1001

20 Jan 01:52
a87737e

Choose a tag to compare

XEngine_MQService V3.13.0.1001

29 Nov 02:31
c879c85

Choose a tag to compare

XEngine_MQService V3.12.0.1001

19 Sep 05:42
dfc89bd

Choose a tag to compare

增加:编译CI工作流支持
增加:注册绑定公用消息
增加:服务启动测试参数
增加:MQTT消息发布的支持
修正:MQTT没有日志输出
修正:WEBSOCKET不支持关闭和PING协议的问题
修正:DBModule_MQUser_KeyList用户参数为NULL的问题
修正:指定用户发送数据的问题

added:build ci workflows supported
added:register bind comm topic
added:start test parameter
added:mqtt message publish support
fixed:log not print for mqtt
fixed:close and ping protocol support for websocket protocol
fixed:DBModule_MQUser_KeyList user parameter is null incorrect
fixed:The problem of specifying invalid sending user

XEngine_MQService V3.11.0.1001

17 May 06:37
0595f2f

Choose a tag to compare

增加:MQTT协议服务支持
增加:信息报告支持
修改:jsoncpp模块使用git的子模块替换
修改:分离了版本列表从主配置中
修改:增加了日志的路径配置
修改:信号量有提示了
修改:保存时间配置移动到db配置
修正:日志配置没有效果的问题
修正:关闭客户端处理不正确
修正:绑定消息日志提示不正确

added:mqtt protocol service supported
added:info report supported
modify:jsoncpp module use git submodule instead
modify:detach version list from main configure
modify:added file path of log configure
modify:signal have tips
modify:save time configure move to db configure
fixed:log configure is not work
fixed:close client is incorrect
fixed:bind log print is incorrect

XEngine_MQService V3.10.0.1001

05 Mar 03:48
292be9c

Choose a tag to compare

增加:消息属性增加无限制消息获取
增加:http的获取主题消息支持队列统计了
更新:匹配XEngine V8.25版本API
修改:退出协议不在需要验证用户和密码,因为只对自己做登出
修改:用户删除需要身份ID了
修改:消息队列支持默认主题名设置了
修改:获取指定消息时会处理消息识别的一些问题
修改:未读消息协议修改为统计剩余消息了
修改:获取在线列表会验证url参数了
修正:用户登出的http hook没有用户信息的问题
修正:获取消息对于指定消息没有正确处理的问题
删除:数据库模块的DBModule_MQData_List函数

added:message attr add proactive message get.
added:get topic of http restful support get message count
update:match xengine v8.25
modify:does not ver user pass and user name when user logout.just ver self
modify:delete user need id number
modify:support default topic name set for mq protocol
modify:some issues with message identification will be handled when obtaining the specified message
modify:unread message protocol is modify to left count
modify:get online user list ver url parament now
fixed:user logout httppass is not user info
fixed:getting messages will process messages that are not sent to self
delete:DBModule_MQData_List function for dbmoudle

XEngine_MQService V3.9.0.1001

27 Dec 06:57
408b7a7

Choose a tag to compare

增加:消息属性的通知所有和通知自身的支持
增加:为指定用户发送消息
增加:http管理接口获取在线用户列表
优化:内存的消息通知处理方法
优化:查询数据库的方法
修正:当消息通知的时候客户端网络类型不正确的问题
修正:无论用户是否在线都进行消息通知的问题
修正:DBModule_MQUser_KeyList函数列举数据不正确的问题
修正:未读协议内存溢出
修正:未读协议序列号处理错误
删除:获取消息次数支持
删除:定时发布的break字段

added:message attritube supported with notify all and notify self
added:send a message for a specific user
added:get online user list for http restful
improved:memory and process way for msg notify
improved:query sql point handle way
fixed:client nettype is incorrent when message notify
fixed:Doesn't handle whether the client is online or not when a message notification is made
fixed:DBModule_MQUser_KeyList function list is incorrent
fixed:unread protocol memory leak
fixed:unread protocol serial handle is incorrent
delete:get time number supported
delete:time publish break field