EMQ X 3.2-rc.1 is now available. We've enhanced features and fixed bugs.
EMQ X Core
Enhancements:
- Support setting prefix of log message
Github PR: [#2627]
- Improve precision of the timestamp of clients' connecting and disconnecting in system messages
Github PR: [#2641]
- Optimize develop workflow and support
make run
Github PR: [#2644]
Bug fixes:
- Fix the issue that flapping module can't read configuration correctly
Github PR: [#2628]
- Fix the issue that unavailable
cpu_sup:util/0
result in crash in Windows
Github PR: [#2629]
Github PR: [#2646]
emqx-rule-engine (plugin)
Enhancements:
- Support fetching resource status periodically and setting alarms
Github PR: [emqx/emqx-rule-engine#67](https://github.com/emqx/emqx-rule-engine/issues/67)
emqx-sn (plugin)
Bug fixes:
- Fix the misjudgement of
keepalive_timeout
Github PR: [emqx/emqx-sn#127](https://github.com/emqx/emqx-sn/issues/127)
- Fix the issue that don't read
idle_timeout
correctly
Github PR: [emqx/emqx-sn#128](https://github.com/emqx/emqx-sn/issues/128)
- Fix the test case
Github PR: [emqx/emqx-sn#130](https://github.com/emqx/emqx-sn/issues/130)
emqx-auth-jwt (plugin)
Bug fixes:
- Read pubkey correctly
Github PR: [emqx/emqx-auth-jwt#88](https://github.com/emqx/emqx-auth-jwt/issues/88)
emqx-rel (build-project)
Enhancements:
- Make the building more intelligent and robust
GitHub PR: [emqx/emqx-rel#375](https://github.com/emqx/emqx-rel/issues/375), [emqx/emqx-rel#376](https://github.com/emqx/emqx-rel/issues/376)