This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
v0.1.15
Changelog:
- add MIT LICENSE file as requested.
- tests refines with tox and pytest fixtures.
- support for a mostly cythonized version of framed transport, via #66.
- bugfix for unix socket param in rpc.
- bugfix for receiving 0-length strings & framed transport, via #63.
- bugfix for json protocol unicode decode error, via #65.
- bugfix for operator
__ne__
implementation error, via #68.