EMQ X 4.0.1 is released now. This version mainly focuses on bug fixes and performance optimizes.
emqx
Enhancements:
force_shutdown_policy
defaults to disable
Github PR:
-
Support timed global GC and provide configuration items
Github PR:
-
Tune the default value of
force_gc_policy
Github PR: + [#3192] + [#3201]
- Tune and optimize the Erlang VM
Github PR: + [#3195] + [#3197]
Bug Fixes:
- Fix the issue that the feature of ban is abnormal due to using the wrong unit
Github PR:
-
Fix the handling of
Retain As Publish
and keep the value ofRetain
in bridge mode
Github PR:
-
Fix the issue of unable to use multiple websocket listening ports
Github PR:
-
Fix the issue that EMQ X may not send DISCONNECT packet when session is takeovered
Github PR: + [#3208]
emqx-rule-engine
Enhancements:
- Provide more arrays functions of SQL
Github PR:
-
[emqx/emqx-rule-engine#136](https://github.com/emqx/emqx-rule-engine/issues/136)
-
Reduce performance impact when no rules are configured
Github PR:
emqx-web-hook
Bug Fixes:
- Fix crash due to parameter mismatch
Github PR: