- Added asyncio support. (Python 3.5+) - Added a *methods* object to the jsonrpcserver module (so you can import jsonrpcserver.methods, rather than instantiating your own). - Added methods.dispatch().
3.3.4
- Fix Methods.serve_forever in python 2 (thanks bplower)
3.3.3
- Updated method of logging exception (thanks bplower)