EMQ X 3.2-rc.2 is now available, this version is mainly for bug fixes.
EMQ X Core
Enhancements:
- Change the default logger level to warning:
Github PR: [#2657]
- Add get history alarm API:
Github PRs: [[#2660]] (https://github.com/emqx/emqx/pull/2660) [emqx/emqx-management#98] (https://github.com/emqx/emqx-management/pull/98>)
Bug fixes:
- Clean the stale sessions:
Github PR: [[#2655]] (https://github.com/emqx/emqx/pull/2655)
- Fix the massages order when batch dispatching:
Github PR: [[#2650]] (https://github.com/emqx/emqx/pull/2650)
Thank the contributions from tradingtrace!
emqx-rule-engine (plugin)
Enhancements:
- Add an action "do nothing" for debug purpose.
Github PR: [emqx/emqx-rule-engine#70](https://github.com/emqx/emqx-rule-engine/issues/70)
- Change data type of the
retain
flag to integer
Github RP: [emqx/emqx-rule-engine#72](https://github.com/emqx/emqx-rule-engine/issues/72)
Bug fixes:
- Escape SQL reserved keyword timestamp:
Github PR: [emqx/emqx-rule-engine#71](https://github.com/emqx/emqx-rule-engine/issues/71)
emq-bridge-mqtt (plugin)
- Migrate the MQTT bridge from emqx project to a separated plugin:
Github PR: [emqx/emqx-bridge-mqtt#2](https://github.com/emqx/emqx-bridge-mqtt/issues/2)
emqx-rel (build project)
Bug fixes:
- Fixed a windows service register bug:
Github PR: [emqx/emqx-rel#381](https://github.com/emqx/emqx-rel/issues/381)