Skip to content

Version 5.0.0: Improved CLI, documentation

Compare
Choose a tag to compare
@borntyping borntyping released this 15 Aug 16:18
· 142 commits to master since this release
  • Added API documentation (riemann-client.readthedocs.org)
  • Replaced argparse with click for an improved CLI
  • Various command line parameters changed
    • --event-host became --host
    • --print was removed, send always prints the sent event
  • Minor fixes to QueuedClient API
  • UDPTransport.send returns None``instead ofNotImplemented`