uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

Use thriftrw #1282

Closed Raynos closed 9 years ago

Raynos commented 9 years ago

This PR replaces thriftify with thriftrw.

There is no interface change other then an addition of a strict boolean.

Technically this is a breaking change as we now support a stricter subset of Thrift IDL files and enforce the required field.

However thrift is marked as unstable in the documentation so we will just bump minor.

r: @jcorbin @kriskowal @rf

kriskowal commented 9 years ago

:ok: with recommended changes.