github emqx/MQTTX v1.9.1-beta.1

latest releases: v1.9.10, v1.9.9, v1.9.8...
pre-release16 months ago

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

Don't miss a new MQTTX release

NewReleases is sending notifications on new releases.