mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
|
Release Notes for Thrift 20070917
|
||
|
|
||
|
TBinaryProtocol now includes a protocol version number in messaged.
|
||
|
This is a non-backwards-compatible change. Please see the
|
||
|
TBinaryProtocol constructor for strictRead_ and strictWrite_.
|
||
|
|
||
|
Add binary type to support non-text "strings" in Java.
|
||
|
|
||
|
TSocketPool for C++ (developed by jsobel).
|
||
|
|
||
|
Syntax highlighting for vim and emacs (developed by hzhao and martin).
|
||
|
|
||
|
Perl support (contributed by Jake Luciani).
|
||
|
|
||
|
Erlang support (developed by cpiro).
|
||
|
|
||
|
Ruby API overhaul (contributed by Kevin Clark of Powerset).
|
||
|
|
||
|
IPv6 support in C++ and Python (contributed by Paul Saab of Powerset).
|
||
|
|
||
|
Read/Write locks (developed by boz).
|
||
|
|
||
|
OCaml support (developed by iproctor).
|
||
|
|
||
|
Human-readable strings from Thrift structures in C++ (developed by dreiss).
|
||
|
|
||
|
Haskell support (developed by iproctor).
|
||
|
|
||
|
Support for optional fields in C++ (contributed by Andy Lutomirsky).
|
||
|
|
||
|
Support for operator== for Thrift structures (contributed by Andy Lutomirsky).
|
||
|
|
||
|
Python/C module for fast (de)serialization (contributed by Ben Maurer).
|
||
|
|
||
|
Limited reflection for C++ services (developed by dreiss).
|
||
|
|
||
|
Python library installation defaults to /usr, override with PY_PREFIX.
|
||
|
|
||
|
Support for Javabean-style Java classes (contributed by Dave Engberg).
|
||
|
|
||
|
TDenseProtocol for C++ (experimental way to shrink structures)
|
||
|
(developed by dreiss).
|
||
|
|
||
|
Cocoa/Objective C support (contributed by Andrew McGeachie).
|
||
|
|
||
|
Thrift now builds without libevent.
|
||
|
|
||
|
TZlibTransport for C++ (compress serialized structures) (developed by dreiss).
|
||
|
|
||
|
Tons of small improvements and bug fixes.
|