Skip to content

v1.1 finally released!

Latest
Compare
Choose a tag to compare
@aaron-613 aaron-613 released this 18 Oct 06:56
· 2 commits to main since this release

This has been long overdue... sitting in a branch for way too long. In terms of new features? I can't remember them all!

  • selector support when consuming/browsing off queues
  • Client-side filter using a regex... scans the whole text of the dumped message output
  • count parameter, to allow either:
    - a) disconnecting after n messages; or
    - b) caching the last n messages until quitting and then dumping them
  • Full binary payload dump param, or raw param to not perform any pretty-print formatting on text payloads
  • Added --ts timestamp param for showing message received time (one-line mode, or regular)
  • Added "no payload" indent options (00, 000, 0000) for hiding massive payloads
  • Fixed two-line mode (indent -2) to trim properly, and show user properties

Probably other stuff as well. Just check the README or run prettydump -hm to see all params.