- Network failures while connecting to randomly selected hosts should be retried with other hosts.
0.17.6
-------------------
- Fixed an issue where timeouts were being incorrectly converted to seconds.
0.17.5
-------------------
- Set default checksum to ``CRC32C``.
0.17.4
-------------------
- Updated ``vcr`` to use ``thriftrw``-generated code. This should resolve some unicode errors during testing with ``vcr``.
0.17.3
-------------------
- Fixed uses of ``add_done_callback`` that should have been ``add_future``. This was preventing propper request/response interleaving. - Added support for ``thriftrw`` 0.4.
0.17.2
-------------------
- VCR no longer matches on hostport to better support ephemeral ports. - Fixed a bug with thriftrw where registering an endpoint twice could fail.