* Fix bug, related to https://www.python.org/dev/peps/pep-0492/new-syntax; * Fix port detection for client when only domain;
0.2.1
^^^^^^^^^^^^^^^^^^
* Add admin and debug management apis; * Add new tests; * Add uvloop support (python 3.5+ required);
0.2.0
^^^^^^^^^^^^^^^^^^
* Add more docstrings to the code; * Add tests for all rpc methods; * Add admin and debug; * Fix error for unixsocket retring; * Fix unixsocket invalid loop for Python 3.4; * BaseAsyncIOClient._rpc marked as deprecated and will be removed in 0.3.0;