-------------------
- Add support for zipkin trace sampling.
- ``tchannel.TChannel.FALLBACK`` may now be used to register fallback endpoints
which are called for requests with unrecognized endpoints. For more
information, see :ref:`fallback-endpoint`
- Expose ``timeout`` and ``service`` attributes on ``Request`` objects inside
endpoint handlers.
- Disable the retry for all zipkin trace submit.
- Fix Thrift service inheritance bug which caused parent methods to not be
propagated to child services.
- VCR recording should not fail if the destination directory for the cassette
does not exist.
- Fix bug which incorrectly encoded JSON arg scheme headers in the incorrect
format.
- Add support for ``rd`` transport header.
- **BREAKING** - Support unit testing endpoints by calling the handler
functions directly. This is enabled by changing ``tchannel.thrift.register``
to return the registered function unmodified. See Upgrade Guide for more
details.