File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,18 +58,29 @@ Changelog
5858
5959Version numbers use the `semver <http://semver.org/ >`_ specification.
6060
61- Version 4.x.x
61+ Version 4.2.x
62+ ^^^^^^^^^^^^^
63+
64+ * Added ``events() `` and ``send_events() `` methods to the client
65+ * Added ``clear_queue() `` method to the queued client
66+ * Add ``--timeout `` option for TCP based transports
67+
68+ Version 4.1.x
6269^^^^^^^^^^^^^
6370
6471* Full Riemann protocol support (TLS transport, event attributes)
6572* Fixes for multiple broken features (``--tags ``, ``--print ``)
6673* Raise errors when clients are used incorrectly
6774* Client displays errors from Riemann nicely
6875* Relaxed version requirements to fit CentOS 6 packages
76+
77+ Version 4.0.x
78+ ^^^^^^^^^^^^^
79+
6980* ~~Added Makefile and specfile for building RPMs with rpmbuild~~
7081* ~~Added Makefile to build RPMs with `fpm <https://github.com/jordansissel/fpm>`_~~
7182
72- Version 3.0.0
83+ Version 3.0.x
7384^^^^^^^^^^^^^
7485
7586* Renamed module from ``riemann `` to ``riemann_client ``
Original file line number Diff line number Diff line change 11"""A Python Riemann client and command line tool"""
22
3- __version__ = '5.0.0-dev '
3+ __version__ = '4.2.0 '
44__author__ = 'Sam Clements <sam.clements@datasift.com>'
Original file line number Diff line number Diff line change 44
55setuptools .setup (
66 name = 'riemann-client' ,
7- version = '5.0.0-dev ' ,
7+ version = '4.2.0 ' ,
88
99 author = "Sam Clements" ,
1010 author_email = "sam.clements@datasift.com" ,
You can’t perform that action at this time.
0 commit comments