mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
50e030ad77
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@771515 13f79535-47bb-0310-9956-ffa450edef68
36 lines
794 B
Plaintext
36 lines
794 B
Plaintext
Thrift Changelog
|
|
|
|
Version 0.1.0 RC1 / Unreleased
|
|
|
|
Compatibility Breaking Changes:
|
|
C++:
|
|
* It's quite possible that regenerating code and rebuilding will be
|
|
required. Make sure your headers match your libs!
|
|
|
|
Java:
|
|
|
|
Python:
|
|
|
|
Ruby:
|
|
* Generated files now have underscored names [THRIFT-421]
|
|
* The library has been rearranged to be more Ruby-like [THRIFT-276]
|
|
|
|
Erlang:
|
|
* Generated code will have to be regenerated, and the new code will
|
|
have to be deployed atomically with the new library code [THRIFT-136]
|
|
|
|
|
|
New Features and Bug Fixes:
|
|
C++:
|
|
* Support for TCompactProtocol [THRIFT-333]
|
|
|
|
Java:
|
|
* Support for TCompactProtocol [THRIFT-110]
|
|
|
|
Python:
|
|
* Support for Twisted [THRIFT-148]
|
|
|
|
Ruby:
|
|
* Support for TCompactProtocol [THRIFT-332]
|
|
|