Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 1 | Thrift Changelog |
| 2 | |
| 3 | Release 0.1.0 / 4-7-09 |
| 4 | |
| 5 | Compatibility Breaking Changes: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame^] | 6 | 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 Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 14 | 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 Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame^] | 18 | 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 Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 21 | |
| 22 | |
| 23 | New Features and Bug Fixes: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame^] | 24 | C++ Library: |
| 25 | * Support for TCompactProtocol [THRIFT-333] |
Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 26 | |
| 27 | Java Library: |
| 28 | * Support for TCompactProtocol [THRIFT-110] |
| 29 | |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame^] | 30 | Python Library: |
| 31 | * Support for Twisted [THRIFT-148] |
| 32 | |
| 33 | Ruby Library: |
| 34 | * Support for TCompactProtocol [THRIFT-332] |
| 35 | |