EMQ X 3.1-rc.2 is now available. In this version we've enhanced the Rule-Engine and fixed some bugs.
EMQ X Core
Enhancements:
- Redesign
ensure_start
andensure_stop
api ofemqx_bridge
Github PR: [#2423]
- Expose handler of
emqx_bridge
Github PR: [#2414]
Bug fixes:
- Fix an issue that metrics are missed in statistics when session terminated
Github PR: [#2416]
- Check log level before tracing
Github PR: [#2408]
emqx-auth-http (plugin)
Enhancements:
- Support updating
mountpoint
from user's Web Server in credentials
Github PR: [emqx/emqx-auth-http#116](https://github.com/emqx/emqx-auth-http/issues/116)
emqx-auth-username (plugin)
Enhancements:
- Remove the function that configures usernames in the emqx_auth_username.conf
Github PR: [emqx/emqx-auth-username#96](https://github.com/emqx/emqx-auth-username/issues/96)
emqx-auth-clientid (plugin)
Enhancements:
- Remove the function that configures clients in the emqx_auth_clientid.conf
Github PR: [emqx/emqx-auth-clientid#81](https://github.com/emqx/emqx-auth-clientid/issues/81)
emqx-rule-engine (plugin)
Enhancements:
- Support Posix-Style CLI in rule engine CLI
Github PR: [emqx/emqx-rule-engine#23](https://github.com/emqx/emqx-rule-engine/issues/23)
Bug fixes:
- Fix some bugs in HTTP APIs
Github PR: [emqx/emqx-rule-engine#21](https://github.com/emqx/emqx-rule-engine/issues/21)
emqx-packages (plugin)
Bug fixes:
- Fix issue that EMQ X boots abortively on CentOS
Github Commit: emqx/emqx-packages#64760523ea29ca0ad1d85b763f0e8a8e6954db9c
emqx-dashboard (plugin)
Enhancements:
- Add interactive web interface for Rule-Engine
Github PR: [emqx/emqx-dashboard#50](https://github.com/emqx/emqx-dashboard/issues/50)
- Support managing users of Dashboard in cluster
Github PR: [emqx/emqx-dashboard#48](https://github.com/emqx/emqx-dashboard/issues/48)