EMQ X 3.2-beta.1 is now available. We've changed our build tool from erlang.mk to rebar3, and improved the rule-engine.
EMQ X Core
Enhancements:
- Build with rebar3
Github PR: [#2475], [#2510], [#2518], [#2521]
- Support
{active, N}
for SSL connection
Github PR: [#2531]
- Improve the behaviour of anonymous access
Github PR: [#2355]
- Speed up zone access
Github PR: [#2548]
Bug fixes:
- Fixed a fatal error in the
emqx_sm
Github PR: [#2559]
- Fixed an error when publishing MQTT-SN, CoAP messages
Github PR: [#2556]
emqx-rule-engine (plugin)
Enhancements:
- Better rule engine
Github Repository: emqx/emqx-rule-engine
emqx-web-hook (plugin)
Enhancements:
- Add an option for encoding payload field
Github PR: [emqx/emqx-web-hook#119](https://github.com/emqx/emqx-web-hook/issues/119)
emqx-auth-http (plugin)
Enhancements:
- More opts for http request
Github PR: [emqx/emqx-auth-http#128](https://github.com/emqx/emqx-auth-http/issues/128)
- Add more parameters for acl/auth request
Github PR: [emqx/emqx-auth-http#127](https://github.com/emqx/emqx-auth-http/issues/127)
emqx-sn (plugin)
Bug fixes:
- Fix wrong function call
Github PR: [emqx/emqx-sn#118](https://github.com/emqx/emqx-sn/issues/118)