Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-04-11 | 2.0 kB | |
Totals: 1 Item | 2.0 kB | 0 |
EMQ X 4.1-alpha.2 is released now.
emqx
Enhancements:
- Support for obtaining network addresses and ports when using the proxy protocol
Github PR: [#3372]
- Support MQTT AUTH packet(No authentication mechanism)
Github PR: [#3374]
emqx-management (plugin)
Enhancements:
- Optimize HTTP APIs for topic metrics
Github PR: [emqx/emqx-management#189](https://github.com/emqx/emqx-management/issues/189)
- Support data export and import
Github PR: [emqx/emqx-management#190](https://github.com/emqx/emqx-management/issues/190)
- Support fuzzy search for subscriptions
Github PR: [emqx/emqx-management#191](https://github.com/emqx/emqx-management/issues/191)
- Add HTTP APIs and CLIs for internal modules
Github PR: [emqx/emqx-management#193](https://github.com/emqx/emqx-management/issues/193)
emqx-rel (build project)
Bug fixes:
- Fix the issue that emqx could not start when
etc/emqx.conf
was read-only
Github issue: [emqx/emqx-rel#479](https://github.com/emqx/emqx-rel/issues/479) Github PR: [emqx/emqx-rel#480](https://github.com/emqx/emqx-rel/issues/480)
emqx-dashboard (plugin)
Bug fixes:
- Fixed the issue that users could not be deleted
Github PR: [emqx/emqx-dashboard#219](https://github.com/emqx/emqx-dashboard/issues/219)
emqx-extension-hook (plugin)
Enhancements:
- Support multi-language extensions, only Python is supported now
Github Repository: emqx/emqx-extension-hook