rabtap v1.19 Release Notes
Release Date: 2019-08-03 // about 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
- ๐ new option