blob: e4d81933de302d4dadfe20cac4919c408d0e350a [file] [log] [blame]
Kevin Clark38919c52009-04-07 19:12:01 +00001Thrift Changelog
2
Kevin Clark50e030a2009-05-05 00:53:01 +00003Version 0.1.0 RC1 / Unreleased
Kevin Clark38919c52009-04-07 19:12:01 +00004
5Compatibility Breaking Changes:
David Reiss7d64c0a2009-04-08 20:46:13 +00006 C++:
David Reissc42485a2009-04-07 23:44:01 +00007 * It's quite possible that regenerating code and rebuilding will be
8 required. Make sure your headers match your libs!
9
David Reiss7d64c0a2009-04-08 20:46:13 +000010 Java:
David Reissc42485a2009-04-07 23:44:01 +000011
David Reiss7d64c0a2009-04-08 20:46:13 +000012 Python:
David Reissc42485a2009-04-07 23:44:01 +000013
David Reiss7d64c0a2009-04-08 20:46:13 +000014 Ruby:
Kevin Clark38919c52009-04-07 19:12:01 +000015 * Generated files now have underscored names [THRIFT-421]
16 * The library has been rearranged to be more Ruby-like [THRIFT-276]
17
David Reiss7d64c0a2009-04-08 20:46:13 +000018 Erlang:
David Reissc42485a2009-04-07 23:44:01 +000019 * 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 Reiss7d64c0a2009-04-08 20:46:13 +000024 C++:
David Reissc42485a2009-04-07 23:44:01 +000025 * Support for TCompactProtocol [THRIFT-333]
Kevin Clark38919c52009-04-07 19:12:01 +000026
David Reiss7d64c0a2009-04-08 20:46:13 +000027 Java:
Kevin Clark38919c52009-04-07 19:12:01 +000028 * Support for TCompactProtocol [THRIFT-110]
29
David Reiss7d64c0a2009-04-08 20:46:13 +000030 Python:
David Reissc42485a2009-04-07 23:44:01 +000031 * Support for Twisted [THRIFT-148]
32
David Reiss7d64c0a2009-04-08 20:46:13 +000033 Ruby:
David Reissc42485a2009-04-07 23:44:01 +000034 * Support for TCompactProtocol [THRIFT-332]
35