Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 1 | Thrift Changelog |
2 | |||||
Kevin Clark | 50e030a | 2009-05-05 00:53:01 +0000 | [diff] [blame] | 3 | Version 0.1.0 RC1 / Unreleased |
Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 4 | |
5 | Compatibility Breaking Changes: | ||||
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 6 | C++: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 7 | * It's quite possible that regenerating code and rebuilding will be |
8 | required. Make sure your headers match your libs! | ||||
9 | |||||
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 10 | Java: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 11 | |
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 12 | Python: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 13 | |
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 14 | Ruby: |
Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 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 | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 18 | Erlang: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 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 | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 24 | C++: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 25 | * Support for TCompactProtocol [THRIFT-333] |
Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 26 | |
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 27 | Java: |
Kevin Clark | 38919c5 | 2009-04-07 19:12:01 +0000 | [diff] [blame] | 28 | * Support for TCompactProtocol [THRIFT-110] |
29 | |||||
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 30 | Python: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 31 | * Support for Twisted [THRIFT-148] |
32 | |||||
David Reiss | 7d64c0a | 2009-04-08 20:46:13 +0000 | [diff] [blame] | 33 | Ruby: |
David Reiss | c42485a | 2009-04-07 23:44:01 +0000 | [diff] [blame] | 34 | * Support for TCompactProtocol [THRIFT-332] |
35 |