2009-04-07 19:12:01 +00:00
|
|
|
Thrift Changelog
|
|
|
|
|
2009-05-05 00:53:01 +00:00
|
|
|
Version 0.1.0 RC1 / Unreleased
|
2009-04-07 19:12:01 +00:00
|
|
|
|
|
|
|
Compatibility Breaking Changes:
|
2009-04-08 20:46:13 +00:00
|
|
|
C++:
|
2009-04-07 23:44:01 +00:00
|
|
|
* It's quite possible that regenerating code and rebuilding will be
|
|
|
|
required. Make sure your headers match your libs!
|
2009-04-07 19:12:01 +00:00
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Java:
|
2009-04-07 19:12:01 +00:00
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Python:
|
2009-04-07 23:44:01 +00:00
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Ruby:
|
2009-04-07 23:44:01 +00:00
|
|
|
* Generated files now have underscored names [THRIFT-421]
|
|
|
|
* The library has been rearranged to be more Ruby-like [THRIFT-276]
|
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Erlang:
|
2009-04-07 23:44:01 +00:00
|
|
|
* Generated code will have to be regenerated, and the new code will
|
|
|
|
have to be deployed atomically with the new library code [THRIFT-136]
|
2009-04-07 19:12:01 +00:00
|
|
|
|
|
|
|
|
|
|
|
New Features and Bug Fixes:
|
2009-04-08 20:46:13 +00:00
|
|
|
C++:
|
2009-04-07 23:44:01 +00:00
|
|
|
* Support for TCompactProtocol [THRIFT-333]
|
2009-04-07 19:12:01 +00:00
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Java:
|
2009-04-07 19:12:01 +00:00
|
|
|
* Support for TCompactProtocol [THRIFT-110]
|
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Python:
|
2009-04-07 23:44:01 +00:00
|
|
|
* Support for Twisted [THRIFT-148]
|
|
|
|
|
2009-04-08 20:46:13 +00:00
|
|
|
Ruby:
|
2009-04-07 23:44:01 +00:00
|
|
|
* Support for TCompactProtocol [THRIFT-332]
|
|
|
|
|