EMQ X 4.0-rc.3 is now released, including following changes:
emqx
Made the following changes:
Added more counters; Deleted counters:
channel.gc
,messages.qos2.expired
,messages.qos2.dropped
,auth.mqtt.anonymous
, etc.Github PR:
Support configuring line numbers of the log messages
Github PR:
Add more test cases for emqx_connection
Github PR:
Fix MQTT/WS message published unordered
Github PR:
emqx-dashboard (plugin)
Made the following changes:
Improved the SQL editor:
Github PR:
Improved the overview page
Github PR:
emqx-management (plugin)
Made the following changes:
Support return the real topic of shared subscription
Github PR:
Addressed the following issues:
Fix the issue that cannot get multiple routes for a topic
Github PR:
emqx-coap (plugin)
Addressed the following issues:
Fix the issue that cannot start emqx after stopping the plugin
Github PR:
emqx-delayed-publish (plugin)
Made the following changes:
Added new counters
messages.delayed
Github PR:
emqx-statsd (plugin)
Made the following changes:
Adapt to emqx changes
Github PR:
emqx-bridge-mqtt (plugin)
Addressed the following issues:
Fixed timer unit for keep-alive
Github PR:
emqx-auth-http (plugin)
Made the following changes:
Support new placeholder '%p' for getting the listening port that client connected
Github PR:
All of Authentication Plugins
Made the following changes:
Rename the counters for auth success/failure to prefixed by
client.auth.
; Rename the counters for auth success/failure to prefixed byclient.acl.
Github PR: