EMQ X 3.2.4 is now available. This version mainly adds IPv6 support for Dashbaord and REST APIs, and fixes some bugs.
Bug fixes:
- Fix the issue that 'max_subscriptions' don't working
Github PR: [#2922]
Github Issue: [#2908]
emqx-auth-mysql (plugin)
Bug fixes:
- Gets the value corresponding to placeholders more securely
Github PR: [emqx/emqx-auth-mysql#180](https://github.com/emqx/emqx-auth-mysql/issues/180)
Github Issue: [#2937]
emqx-dashboard (plugin)
Enhancements:
- Support for IPv6 access to Dashbaord
Github PR: [emqx/emqx-dashboard#161](https://github.com/emqx/emqx-dashboard/issues/161)
emqx-management (plugin)
Enhancements:
- REST API supports IPv6
Github PR: [emqx/emqx-management#134](https://github.com/emqx/emqx-management/issues/134)
emqx-delay-publish (plugin)
Bug fixes:
- Fix the issue that delayed messages are published disorderly, thanks contribution of soldag
Github PR: [emqx/emqx-delay-publish#49](https://github.com/emqx/emqx-delay-publish/issues/49)
Github Issue: [emqx/emqx-delay-publish#15](https://github.com/emqx/emqx-delay-publish/issues/15)
emqx-rule-engine (plugin)
Enhancements:
- Improved the SQL syntax for decoding the payload of JSON format
Github Repository: emqx/emqx-rule-engine