rabtap v1.19 Release Notes

Release Date: 2019-08-03 // over 4 years ago
    • 🆕 new option --no-auto-ack for sub command disables auto acknowledge when messages are received by rabtap (#15)
    • 🆕 new: output of info command can now also be rendered to dot format, to create a visualization using graphviz. Set format with --format=dot, e.g. rabtap info --format=dot (#23)
    • 🛠 fix: termination with ctrl+c in tap, pub, sub commands now works reliably (#22)
    • 🔄 change: option --by-connection of info command changed to --mode=byConnection
    • heaviliy simplified code