CHANGES
=======

* base: fix minor docstring issues
* service: move rpc decorator to service module
* examples: move example code to examples directory
* tests: add initial client tests
* circle: override test command
* tests: add initial server tests
* protocol: make concrete dummy feed/pack implementation
* prpc: fix lint issues
* protocol: remove automatic id initialization from response
* prpc: refactor client/server for new protocol api
* protocol: automatically generate id
* protocol: use astuple helper
* rename transport to 'protocol'
* transport: initial refactor
* transport: correctly handle streams of messages
* prpc/server: add support for rpc calls
* rename to prpc
* brpc: initial implementation
* initial
