Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
30 ashish 1
Thrift Changelog
2
 
3
Version 0.1.0 RC1 / Unreleased
4
 
5
Compatibility 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
 
23
New 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