EMQ X 4.1-beta.1 is released now, it mainly includes the following changes:
emqx
Bug fixes:
- Fix the issue that abnormal client detection did not delete expired data
Github PR: [#3406]
- Fix the issue that ACL caches were not cleared when the internal ACL module was reloaded
Github PR: [#3409]
emqx-management
Bug fixes:
- Fix bad unit of timestamp
Github PR: [emqx/emqx-management#203](https://github.com/emqx/emqx-management/issues/203)
emqx-bridge-mqtt
Bug fixes:
- Fix the issue that the connection is disconnected because PINREQ message is not sent
Github PR: [emqx/emqx-bridge-mqtt#68](https://github.com/emqx/emqx-bridge-mqtt/issues/68)
emqx-statsd
Bug fixes:
- Fix no EMQ X Broker Metrics
Github PR: [emqx/emqx-statsd#55](https://github.com/emqx/emqx-statsd/issues/55)
emqx-sasl
Enhancements:
- Support server authentication
Github PR: [emqx/emqx-sasl#3](https://github.com/emqx/emqx-sasl/issues/3)
Bug fixes:
- Fix the issue that SCRAM-SHA-1 mechanism is not available
Github PR: [emqx/emqx-sasl#2](https://github.com/emqx/emqx-sasl/issues/2)
emqx-auth-jwt
Enhancements:
- Add option to configure jwerl signature format
Github PR: [emqx/emqx-auth-jwt#117](https://github.com/emqx/emqx-auth-jwt/issues/117)
emqx-extension-hook
Enhancements:
- Add support for Java
Github PR: [emqx/emqx-extension-hook#2](https://github.com/emqx/emqx-extension-hook/issues/2)
emqx-dashboard
Enhancements:
- Support management of internal modules
Github PR: [emqx/emqx-dasboard#225](https://github.com/emqx/emqx-dasboard/issues/225)
- Support editing rule
Github PR: [emqx/emqx-dasboard#227](https://github.com/emqx/emqx-dasboard/issues/227), [emqx/emqx-dasboard#230](https://github.com/emqx/emqx-dasboard/issues/230)