- Fix pin to tchannel, use ``tchannel>=0.23.1,<0.24``.
0.5.0
------------------
- **BREAKING** - switch to ``RPC-`` http header prefix from ``YARPC-``. - **BREAKING** - switch ``RPC-Ttlms`` to ``Context-TTL-MS``.
0.4.0
------------------
- Added ``reuse_port`` param to ``yarpc.transport.http.HTTPInbound`` which takes advantage of ``SO_REUSEPORT`` so that multiple processes can listen on the same port.
0.3.0
------------------
- **BREAKING** - Only allow Tornado handlers to be injected into ``yarpc.transport.http.HTTPInbound`` for now, given the following problem - https://github.com/tornadoweb/tornado/issues/1687
0.2.0
------------------
- Allow Tornado app and HTTP Server to be injected into ``yarpc.transport.http.HTTPInbound``.
0.1.0
------------------
- Initial release - basic support for encodings (raw, json, thrift) and transports (http & tchannel).