Skip to content

Releases: borntyping/python-riemann-client

Version 7.0.0: Long awaited fixes

15 Mar 23:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.3.0...v7.0.0

Version 6.0.0: Ignore default fields

24 Apr 17:08
Compare
Choose a tag to compare

This release fixes #19.

Python 3 support is still provided via protobuf-py3.

Version 5.1.0: Python 3 support

05 Sep 11:36
Compare
Choose a tag to compare

riemann-client will use Google's protobuf library when running under Python 2, and protobuf-py3 when running under Python 3. Python 3 support is experimental and is likely to use Google's protobuf once it supports Python 3 fully.

Version 5.0.0: Improved CLI, documentation

15 Aug 16:18
Compare
Choose a tag to compare
  • 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`

Version 4.2.0: events() and --timeout

15 Aug 14:19
Compare
Choose a tag to compare
  • Added events() and send_events() methods to the client (thanks @ReAzem)
  • Added clear_queue() method to the queued client (thanks @ReAzem)
  • Add --timeout option for TCP based transports (thanks @radu-munteaun)

Version 4.1.2: Minor bugfixes

18 Jun 12:55
Compare
Choose a tag to compare

Fixed the --print and --tags command line options.

Version 4.1.0: Added missing features

11 Jun 16:36
Compare
Choose a tag to compare
  • Improved documentation 11d8eca 6e7f206 c0f4016
  • Added support for Riemann event attributes 735ebc8
  • Added support for 'SSL'/TLS Riemann servers 504d9fd
  • Raise exceptions when attempting to query over UDP and when Transports are used without connecting de1b933 737212e

Version 4.0.0: Packaged for CentOS

11 Apr 14:37
Compare
Choose a tag to compare

Added a specfile and Makefile for building RPMs, and relaxed the library dependencies to work with the versions CentOS 6 provides.

Version 3.0.2: Fix --event-host argument

26 Feb 16:20
Compare
Choose a tag to compare

Previous behaviour sent the riemann host, not the event host. This patch release fixes this.

Version 3.0.0: Query support and new name

22 Jan 13:12
Compare
Choose a tag to compare
  • Renamed module from riemann to riemann_client
  • Support for querying the Riemann index was added
  • Command line interface was rewritten, and is now the only part of the library that respects the RIEMANN_HOST and RIEMANN_PORT environment variables