File tree Expand file tree Collapse file tree 5 files changed +35
-2
lines changed
XEngine_Release/XEngine_Config Expand file tree Collapse file tree 5 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1+ XEngine_MQService V3.15.0.1001
2+
3+ 增加:HTTP验证授权支持
4+ 增加:删除主题和用户的HTTP接口支持
5+ 增加:帮助模块
6+ 增加:arm64的发布流和编译支持
7+ 增加:设置日志类型支持
8+ 更新:依赖库
9+ 优化:参数解析
10+ 修改:http错误码使用了公用头的错误
11+ 修改:主题存在不允许创建主题
12+ 修改:为队列使用单独的序列号统计
13+ 修改:不允许注册空的密码
14+ 修改:http封包可以设置空的消息
15+ 修正:定时发布不工作的问题
16+ 修正:设置日志级别不工作的问题
17+
18+ added:authorize verification support with http authorize
19+ added:delete topic and user for http management
20+ added:help module
21+ added:arm64 build support and ci release
22+ added:set log type support
23+ update:depend library
24+ improved:parameter parse and more parameter supported
25+ modify:http error code use protocol common hdr file
26+ modify:does not allow to create topic when the topic is existed
27+ modify:Use of separate statistical notation for queue
28+ modify:does not allow empty for register and login
29+ modify:http packet can be set null message
30+ fixed:time publish task not work
31+ fixed:set log level not work
32+ ======================================================================================
133XEngine_MQService V3.14.0.1001
234
335增加:删除消息协议支持
Original file line number Diff line number Diff line change 4343 "nTimeCount" :0
4444 },
4545 "XAuthorize" :{
46- "bHTTPAuth" :false ,
46+ "bHTTPAuth" :true ,
4747 "tszHTTPPass" :" " ,
48- "tszToken" :" XENGINE_MQPasskey "
48+ "tszToken" :" MQPasskey "
4949 },
5050 "XReport" :{
5151 "bEnable" :true ,
Original file line number Diff line number Diff line change 11{
22 "XVer" :[
3+ " 3.15.0.1001 Build20250313" ,
34 " 3.14.0.1001 Build20250120" ,
45 " 3.13.0.1001 Build20241129" ,
56 " 3.12.0.1001 Build20240919" ,
You can’t perform that action at this time.
0 commit comments