Release Note 🎉
🗃️ Out-of-box MQTT benchmark tool --
mqttx bench
Features 🌈
- Desktop: UI Enhancement
- Desktop: Add a help page to help you better learn the MQTT protocol
- Desktop: Internationalization of the top menu
- Desktop: Script function Enhancements
- Desktop: Add more shortcuts
- Desktop: Add Highlight for resize line
- CLI: Add
bench
command for MQTT performance testing - CLI: Add the retain flag to received messages
- Web: Remove certificate configuration
Fix 🛠
- Desktop: Fix the inability to receive messages after reconnection
- Desktop: Remove incorrect unit display
- CLI: Fix some compatibility issues
The New ✨
- MQTT X CLI Repo 👉 https://github.com/emqx/MQTTX/tree/main/cli
- MQTT X Web Repo 👉 https://github.com/emqx/MQTTX/tree/main/web
- MQTT X Web Online 👉 http://www.emqx.io/online-mqtt-client
Preview 🖼
What's Changed
- feat(cli): add bench commands by @Red-Asuka in #1100
- chore(cli): print error with client id by @Red-Asuka in #1109
- chore(web): remove certificates by @Red-Asuka in #1111
- docs(cli): add bench commands to readme by @Red-Asuka in #1110
- docs(branch): modify github links by @Red-Asuka in #1113
- feat(desktop & web): add help page by @Red-Asuka in #1114
- fix(connection): remove byte unit by @ysfscream in #1115
- improve(leftbar): click outside close popover by @Red-Asuka in #1117
- feat(desktop): add message type & index to script by @Red-Asuka in #1118
- chore(cli): print retain flag by @Red-Asuka in #1120
- docs(script): add dynamic switch command to example by @Red-Asuka in #1121
- chore(help): add utm params to links on help page by @Red-Asuka in #1122
- feat(desktop): add menu i18n by @Red-Asuka in #1123
- docs(desktop): modify some copywriting by @Red-Asuka in #1124
- feat(desktop): add shortcuts to new connections by @Red-Asuka in #1125
- fix(cli): add polyfills & modify pkg node version by @Red-Asuka in #1126
- refactor(connection): replace new collection button to icon by @ysfscream in #1127
- styles(subs): change some sub list styles by @ysfscream in #1128
- feat(connection): add hightlight for resize line when hover by @ysfscream in #1129
- refactor(connection): replace new group icon by @ysfscream in #1130
- chore(resub): auto resub does not require clean session is true by @Red-Asuka in #1132
- chore(release): 1.8.3 -> 1.9.0 by @Red-Asuka in #1119
Full Changelog: v1.8.3...v1.9.0