Skip to content

v1.9.1-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ysfscream ysfscream released this 23 Dec 09:22
· 492 commits to main since this release

Release notes for the beta 🧪

Performance improvement of up to 50% progress 📈

MQTT X Desktop

  • Allow multiple occurrences of the same name in the user properties
  • Add an Everything about MQTT page
  • Enhance data storage capabilities
  • Reduces memory consumption by nearly 50% during use
  • Optimize Topic input reminders
  • Support setting auto scroll interval

MQTT X CLI

  • Support auto-reconnect
  • Support saving and loading config files for conn / sub / pub
  • Support payload format
  • Improve the output of the bench commands
  • Fix the connection count bug

MQTT X Web

  • Allow multiple occurrences of the same name in user properties

Preview

Using the MQTT X CLI bench to send 100 messages per second to mqttx/bench, we can notice a significant drop in CPU Usage and JS heap size in the data monitor

mqttx bench pub -c 100 -t mqttx/bench -m hello

Before

image

After

image

What's Changed

Full Changelog: v1.9.0...v1.9.1-beta.1