EMQ X 3.1-beta.3 is now available. In this version we've introduced an experimental IoT rule engine, and improved plugin discovery mechanism, fixed some bugs.
EMQ X Core
Enhancements:
- Improve plugin discovery mechanism
Github PR: [#2339]
Bug fixes:
- Fix bug of clearing alarm repeatedly
Github PR: [#2332]
- Fix bug of parsing sticky package failure
Github PR: [#2333]
- Set DUP flag in PUBLISH packet correctly
Github PR: [#2337]
emqx-rule-engine (plugin)
Enhancements:
- Implement prototype of rule engine
Github Repository: emqx/emqx-rule-engine
emqx-lua-hook (plugin)
Enhancements:
- Add auth and acl hook
Github PR: [emqx/emqx-lua-hook#63](https://github.com/emqx/emqx-lua-hook/issues/63)
emqx-auth-mysql (plugin)
Bug fixes:
- Fix bug that ACL could not be loaded
Github PR: [emqx/emqx-auth-mysql#130](https://github.com/emqx/emqx-auth-mysql/issues/130), [emqx/emqx-auth-mysql#128](https://github.com/emqx/emqx-auth-mysql/issues/128)