EMQ X 3.1-beta.2 is now available. In this version we've redesigned the hooks
, supported TLS/PSK
, fixed some issues about gen_rpc
.
EMQ X Core
Enhancements:
- Improve emqx hooks and credentials
Github PR: [#2309]
- Support TLS/DTLS PSK
Github PR: [#2297]
- Move request response out of emqx client
Github PR: [#2293]
Bug fixes:
- Broker crash when forwarding message in cluster
Github issues: [#2290]
Github PR: [#2320]
- Unload emqx_alarm_handler before unloading plugins when shutting down
Github PR: [#2316]
- Fixed a bug related to emqx bridge
Github issues: [#2312]
Github PR: [#2313]
- Eliminate inflight full error
Github PR: [#2281]
emqx-management (plugin)
Enhancements:
- Add default application secret configuration
Github PR: [emqx/emqx-management#58](https://github.com/emqx/emqx-management/issues/58)
- Fix plugin reload error when plugin is not started
Github PR: [emqx/emqx-management#59](https://github.com/emqx/emqx-management/issues/59)
- Move plugin-related HTTP APIs to each plugin
Github PR: [emqx/emqx-management#57](https://github.com/emqx/emqx-management/issues/57)
- Fix io/max_fds undefined issue
Github issues: [emqx/emqx-management#2222](https://github.com/emqx/emqx-management/issues/2222)
Github PR: [emqx/emqx-management#54](https://github.com/emqx/emqx-management/issues/54)
emqx-auth-jwt (plugin)
Enhancements:
- Improve the JWT Auth plugin
Github PR: [emqx/emqx-auth-jwt#63](https://github.com/emqx/emqx-auth-jwt/issues/63)
emqx-auth-username (plugin)
Enhancements:
- Add CURD HTTP API for managing usernames
Github PR: [emqx/emqx-auth-username#82](https://github.com/emqx/emqx-auth-username/issues/82)
emqx-web-hook (plugin)
Bug fixes:
- Fix bug when formatting message
Github issues: [emqx/emqx-web-hook#93](https://github.com/emqx/emqx-web-hook/issues/93)
Github PR: [emqx/emqx-web-hook#96](https://github.com/emqx/emqx-web-hook/issues/96)
minirest (deps)
Bug fixes:
- Filter the API for plugins that not started
Github PR: [emqx/minirest#12](https://github.com/emqx/minirest/issues/12)
gen_rpc (deps)
Bug fixes:
- Fix raw socket flags for 'gen_tcp'
Github PR: [emqx/gen_rpc#5](https://github.com/emqx/gen_rpc/issues/5)