Merge commit 'remotes/trunk'
[amiethrift.git] / NEWS
blobeb15fd149b84bec7faeeff051a0a7f0d188bac34
1 Release Notes for Thrift 20070917
3 TBinaryProtocol now includes a protocol version number in messaged.
4 This is a non-backwards-compatible change.  Please see the
5 TBinaryProtocol constructor for strictRead_ and strictWrite_.
7 Add binary type to support non-text "strings" in Java.
9 TSocketPool for C++ (developed by jsobel).
11 Syntax highlighting for vim and emacs (developed by hzhao and martin).
13 Perl support (contributed by Jake Luciani).
15 Erlang support (developed by cpiro).
17 Ruby API overhaul (contributed by Kevin Clark of Powerset).
19 IPv6 support in C++ and Python (contributed by Paul Saab of Powerset).
21 Read/Write locks (developed by boz).
23 OCaml support (developed by iproctor).
25 Human-readable strings from Thrift structures in C++ (developed by dreiss).
27 Haskell support (developed by iproctor).
29 Support for optional fields in C++ (contributed by Andy Lutomirsky).
31 Support for operator== for Thrift structures (contributed by Andy Lutomirsky).
33 Python/C module for fast (de)serialization (contributed by Ben Maurer).
35 Limited reflection for C++ services (developed by dreiss).
37 Python library installation defaults to /usr, override with PY_PREFIX.
39 Support for Javabean-style Java classes (contributed by Dave Engberg).
41 TDenseProtocol for C++ (experimental way to shrink structures)
42 (developed by dreiss).
44 Cocoa/Objective C support (contributed by Andrew McGeachie).
46 Thrift now builds without libevent.
48 TZlibTransport for C++ (compress serialized structures) (developed by dreiss).
50 Tons of small improvements and bug fixes.