Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
clarify upgrade doc
Browse files Browse the repository at this point in the history
  • Loading branch information
blampe committed Aug 24, 2015
1 parent 27fbc3b commit 36c9dba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions UPGRADE.rst
Expand Up @@ -34,9 +34,10 @@ From 0.15 to 0.16
- ``TChannelSyncClient`` has been replaced with ``tchannel.sync.TChannel``.
This new synchronous client has been significantly re-worked to more closely
match the asynchronous ``TChannel`` API. ``tchannel.sync.thrift.client_for``
has been removed and ``tchannel.thrift.client_for`` should be used instead.
This new API allows specifying headers, timeouts, and retry behavior with
Thrift requests.
has been removed and ``tchannel.thrift_request_builder`` should be used
instead (``tchannel.thrift.client_for`` still exists for backwards
compatibility but is not recommended). This new API allows specifying
headers, timeouts, and retry behavior with Thrift requests.

Before:

Expand Down

0 comments on commit 36c9dba

Please sign in to comment.