Breaking changes
* Library renamed to **jarpc**
* `Server.respond` -> `Request.reply`
* `Client.run` -> `Client.start`
* `Server.run` -> `Server.start`
* Removed Server argument in callbacks. It can be accessed using `Request.server`
What's new
* Introduced `Slient` mode
* Responses object can be either awaited or used as async iterator
* Custom encoder support
* `wait_until_ready` method for all Connection modes
* `expect_responses` argument for `Client.call`
* Default values for clients (`default_expect_responses`, `default_timeout`)
Other
* Documentation: https://jarpc.rtfd.io
* PyPi release: https://pypi.org/project/jarpc