-------------------
- It is now possible to load Thrift IDL files directly with
``tchannel.thrift.load``. This means that the code generation step using the
Apache Thrift compiler can be skipped entirely. Check the API documentation
for more details.
- Accept host file in advertise: ``TChannel.advertise()`` now accepts
a parameter, ``router_file`` that contains a JSON stringified format
of the router list.
- Add ``TChannel.is_listening`` method to return whether the tchannel instance
is listening or not.