Skip to content

v0.6.9

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 08:54
· 40 commits to main since this release

🧹 Housekeeping

Bump netty to 4.1.94.Final
Bump guava to 32.1.0-jre

Features 🌈

  • Add config usage status when selecting mqtt config.
image
  • Improve the user experience of mqtt and refine subcommands 🥳
commands:
  help                Displays help information about the specified command
  pub, publish        Publish a message to a list of topics
  sub, subscribe      Subscribe this MQTT client to a list of topics
  unsub, unsubscribe  Unsubscribe this MQTT client from a list of topics
  dis, disconnect     Disconnects this MQTT client
  ls, list            List connected client info and subscribed topics
  exit                Exit the current context
  • When the mqtt broker disconnects from the current client connection, it automatically senses and exits.
    asciicast