EMQ X 3.1.0 is now available. The rule engine has become stable and production ready. We've also introduced an emqx-edge manager - the Storm
, and improved some code for flapping.
EMQ X Core
Enhancements:
- Add emqx_ct_helpers as deps and refactor test suites
Github PR: [#2480]
- Refactor flapping code
Github PR: [#2476]
emqx-management (plugin)
Bug fixes:
- Fixed listeners acceptors is undefined
Github PR: [emqx/emqx-management#76](https://github.com/emqx/emqx-management/issues/76)
emqx-rule-engine (plugin)
Enhancements:
- Support validation of rule action params
Github PR: emqx/emqx-rule-engine#b28318
- Check dependency when deleting resources
Github PR: emqx/emqx-rule-engine#fa75b9
- Remove
from
param from republish action
Github PR: emqx/emqx-rule-engine#8721eb
- Fix where clause of SQL cannot handle integers
Github PR: emqx/emqx-rule-engine#c9c761
emqx-storm (plugin)
Enhancements:
- Support edge storm
Github Repository: emqx/emqx-storm