blob: e4d81933de302d4dadfe20cac4919c408d0e350a [file] [log] [blame]
Gavin McDonald0b75e1a2010-10-28 02:12:01 +00001Thrift Changelog
2
3Version 0.1.0 RC1 / Unreleased
4
5Compatibility Breaking Changes:
6 C++:
7 * It's quite possible that regenerating code and rebuilding will be
8 required. Make sure your headers match your libs!
9
10 Java:
11
12 Python:
13
14 Ruby:
15 * Generated files now have underscored names [THRIFT-421]
16 * The library has been rearranged to be more Ruby-like [THRIFT-276]
17
18 Erlang:
19 * Generated code will have to be regenerated, and the new code will
20 have to be deployed atomically with the new library code [THRIFT-136]
21
22
23New Features and Bug Fixes:
24 C++:
25 * Support for TCompactProtocol [THRIFT-333]
26
27 Java:
28 * Support for TCompactProtocol [THRIFT-110]
29
30 Python:
31 * Support for Twisted [THRIFT-148]
32
33 Ruby:
34 * Support for TCompactProtocol [THRIFT-332]
35