blob: 6080af2b0fb9ec0f5f02ec406aa76e41c511971f [file] [log] [blame]
Kevin Clark38919c52009-04-07 19:12:01 +00001Thrift Changelog
2
3Release 0.1.0 / 4-7-09
4
5Compatibility Breaking Changes:
David Reissc42485a2009-04-07 23:44:01 +00006 C++ Library:
7 * It's quite possible that regenerating code and rebuilding will be
8 required. Make sure your headers match your libs!
9
10 Java Library:
11
12 Python Library:
13
Kevin Clark38919c52009-04-07 19:12:01 +000014 Ruby Library:
15 * Generated files now have underscored names [THRIFT-421]
16 * The library has been rearranged to be more Ruby-like [THRIFT-276]
17
David Reissc42485a2009-04-07 23:44:01 +000018 Erlang Library:
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]
Kevin Clark38919c52009-04-07 19:12:01 +000021
22
23New Features and Bug Fixes:
David Reissc42485a2009-04-07 23:44:01 +000024 C++ Library:
25 * Support for TCompactProtocol [THRIFT-333]
Kevin Clark38919c52009-04-07 19:12:01 +000026
27 Java Library:
28 * Support for TCompactProtocol [THRIFT-110]
29
David Reissc42485a2009-04-07 23:44:01 +000030 Python Library:
31 * Support for Twisted [THRIFT-148]
32
33 Ruby Library:
34 * Support for TCompactProtocol [THRIFT-332]
35