blob: e28ea621e8a2b274f0959185779096dffb42f022 [file] [log] [blame]
Kevin Clark38919c52009-04-07 19:12:01 +00001Thrift Changelog
2
Bryan Duxburyf54f4cb2011-01-07 18:39:54 +00003Version 0.6.0
4
5THRIFT-940 Build 'make check' fails if boost is not in the std include and link paths (Christian Lavoie)
Bryan Duxburyc7cd68e2011-01-20 17:47:28 +00006THRIFT-1032 Build "make dist" fails due to c_glib problem (Michael Lum)
Bryan Duxburyf54f4cb2011-01-07 18:39:54 +00007THRIFT-1002 C glib CodeStyle: t_c_glib_generator.cc (Anatol Pomozov)
8THRIFT-975 C glib lib/c_glib/README is missing => breaks make dist (Michael Lum)
9THRIFT-1003 C glib Polishing c_glib code (Anatol Pomozov)
10THRIFT-582 C glib C implementation of Thrift (Anatol Pomozov)
11THRIFT-992 C# Naming convention in C# constructor is not consistent with other fields causes compile errors (Roger Meier)
12THRIFT-977 C++ Hex Conversion Bug in C++ TJSONProtocol (Aravind Narayanan)
13THRIFT-922 C++ Templatized [de]serialization code for C++ (David Reiss)
14THRIFT-923 C++ Event-driven client and server support for C++ (David Reiss)
15THRIFT-925 C++ Provide name<->value map for enums in C++ (David Reiss)
16THRIFT-926 C++ Miscellaneous C++ improvements (David Reiss)
17THRIFT-928 C++ Make more statistics available in C++ servers (David Reiss)
18THRIFT-929 C++ Improvements to the C++ test suite (David Reiss)
19THRIFT-868 Compiler (General) Referencing constant values doesn't work with with typedef types (David Reiss)
20THRIFT-1006 General Impossible to correctly qualify an enum constant in an external thrift file (Bryan Duxbury)
21THRIFT-932 Haskell Haskell tests need to be run through 'make check' (and probably 'cabal check') too (Christian Lavoie)
22THRIFT-933 Haskell Haskell's Thrift.cabal has warnings (Christian Lavoie)
23THRIFT-943 Haskell Silly readme typo fix. (Christian Lavoie)
24THRIFT-944 Haskell Support all version-4s of base (Christian Lavoie)
25THRIFT-950 Haskell Haskell bindings treat 'byte' as unsigned 8-bit int (Data.Word.Word8), java/cpp as signed (byte/int8_t). (Christian Lavoie)
26THRIFT-1009 Java TUnion does not correctly deep copy a ByteBuffer (Takashi Yonebayashi)
27THRIFT-1013 Java generated java code may have name clashes with thrift library (Peter Schuller)
28THRIFT-1015 Java TUnion does not handle ByteBuffer in toString (Takashi Yonebayashi)
29THRIFT-106 Java TSSLServerSocket (Nirmal Ranganathan)
30THRIFT-377 Java TFileTransport port in Java (Joydeep Sen Sarma)
31THRIFT-745 Java Make it easier to instantiate servers (Bryan Duxbury)
32THRIFT-862 Java Async client issues / improvements (Ning Liang)
33THRIFT-903 Java custom ThreadFactory in THsHaServer (Bryan Duxbury)
34THRIFT-939 Java optional binary fields throw NPE on default byte[] getters (Bryan Duxbury)
35THRIFT-947 Java Provide a helper method to determine the TProtocol used to serialize some data. (Mathias Herberts)
36THRIFT-951 Java Add a new isServing() method to TServer (Bryan Duxbury)
37THRIFT-957 Java THsHaServer: Change access modifier of the invoker field. (Benjamin Coverston)
38THRIFT-958 Java Change accessmodifer on trans_ field in the FrameBuffer class to public. (Benjamin Coverston)
39THRIFT-959 Java TSocket seems to do its own buffering inefficiently (Bryan Duxbury)
40THRIFT-970 Java Under heavy load, THttpClient may fail with "too many open files" (Mathias Herberts)
41THRIFT-971 Java java module can't be compiled without ivy and network connection (Roger Meier)
42THRIFT-807 JavaScript JavaScript: Initialization of Base Types with 0 instead of null (Roger Meier)
43THRIFT-913 JavaScript Test Case for Url encoded strings + simple enhancement to lib/js/test/RunTestServer.sh (Roger Meier)
44THRIFT-961 JavaScript JavaScript TestSuite using ant/ivy and Java's ServerTestBase Handler (Roger Meier)
45THRIFT-1005 Java Give unions byte[] signature methods to go along with their ByteBuffer counterparts (Bryan Duxbury)
46THRIFT-1008 Java byte[] accessors throw NPE on unset field (Bryan Duxbury)
47THRIFT-517 Java TExceptions thrown by server result in cryptic error message on client - Tried to read 4 bytes, but only got 0 bytes (Bryan Duxbury)
48THRIFT-946 Java Augment FieldValueMetaData so it differentiates 'string' and 'binary' fields. (Mathias Herberts)
49THRIFT-949 Java Modify the TEnum interface so it defines a method similar to findByValue (Mathias Herberts)
50THRIFT-960 Java add TestServer, TestNonblockingServer and TestClient again (Roger Meier)
51THRIFT-969 Java Java Tutorial broken, move CalculatorHandler to a separate file (Roger Meier)
52THRIFT-71 Misc Debian packaging for thrift (Roger Meier)
53THRIFT-1020 OCaml OCaml compiler generates invalid OCaml (Richard Low)
54THRIFT-347 PHP PHP TSocket Timeout Issues (Tyler Hobbs)
55THRIFT-924 PHP Fix generated php structure constants (David Reiss)
56THRIFT-927 PHP Add option to modify the PHP include path (David Reiss)
57THRIFT-935 PHP PHP Extension aborts the build if php-config is not installed (David Reiss)
58THRIFT-941 PHP Make PHP C Extension use the defined Protocol writeMessageBegin function (Chris Goffinet)
59THRIFT-955 PHP Thrift compiler for Windows uses lowercase names and directories which is inconsistent with compiling on other platforms (Roger Meier)
60THRIFT-979 Ruby ruby bindings used to work on jruby (Jeff Hodges)
61THRIFT-581 Test Suite Add a testsuite for txThrift (Twisted) (Esteve Fernandez)
62THRIFT-1024 Tutorial Add Python Twisted example to the Tutorial (Roger Meier)
63THRIFT-893 Tutorial add JavaScript to the tutorial examples (Roger Meier)
64
65
Bryan Duxburyf0755e92010-09-28 15:06:38 +000066Version 0.5.0
67
68THRIFT-505 Build Make configure give a summary of the enabled components (David Reiss)
69THRIFT-506 Build Allow Thrift to be built without the C++ library (David Reiss)
70THRIFT-844 Build Build Requirements state autoconf 2.59+ is required, but 2.60+ is needed (Harlan Lieberman-Berg)
71THRIFT-850 Build Perl runtime requires Bit::Vector which may not be installed by default, but configure does not fail (Michael Lum)
72THRIFT-854 Build Provide configure option and make rules to build/install php extension (Anthony Molinaro)
73THRIFT-858 Build Have bootstrap.sh check for a suitable autoconf version before running (David Reiss)
74THRIFT-871 Build Thrift compiler for WIndows (binary distribution) (David Reiss)
75THRIFT-323 C# TJSONProtocol (Roger Meier)
76THRIFT-634 C# C# Compiler Generates Incorrect Code For Fields which begin with an uppercase letter (Jon S Akhtar)
77THRIFT-881 C# add csharp to the tutorial (Roger Meier)
78THRIFT-856 C++ Building cpp library fails on OS X with malloc and free not being declared in scope (James Clarke)
79THRIFT-865 C++ C++ compiler build depends on libfl even when flex/lex not detected (David Reiss)
80THRIFT-900 C++ Unix domain socket (Roger Meier)
81THRIFT-920 C++ C++ Test and Tutorial does not compile anymore due to the change within Enum handling (Roger Meier)
82THRIFT-567 C++ Can't immediately stop a TSimpleServer thread that is idle (Rush Manbert)
83THRIFT-756 C++ Exposing TSocket(int) constructor to public (Rajat Goel)
84THRIFT-798 C++ TNonblockingServer leaks resources when destroyed (David Reiss)
85THRIFT-812 C++, Python Demo of Thrift over ZeroMQ (David Reiss)
86THRIFT-629 Cocoa Unused Field In TSocketServer Appears To Break iPhone Build (Jon S Akhtar)
87THRIFT-838 Cocoa Generated Cocoa classes have useless @dynamic declarations (Kevin Ballard)
88THRIFT-805 Cocoa Don't generate process_XXXX methods for oneway methods (Brad Taylor)
89THRIFT-507 Compiler Remove the compiler's dependency on Boost (David Reiss)
90THRIFT-895 Compiler (General) Thrift compiler does not allow two different enumerations to have the same key name for one of the enum values (David Reiss)
91THRIFT-852 Compiler (General) Missing newline causes many compiler warnings (Anthony Molinaro)
92THRIFT-877 Compiler (General) smalltalk namespace doesn't work (Bruce Lowekamp)
93THRIFT-897 Compiler (General) Don't allow unqualified constant access to enum values (Bryan Duxbury)
94THRIFT-9 Compiler (General) Add a default namespace declaration for all languages (David Reiss)
95THRIFT-599 Erlang Don't use unnecessary processes in the Erlang transports and clients (David Reiss)
96THRIFT-646 Erlang Erlang library is missing install target (David Reiss)
97THRIFT-698 Erlang Generated module list should contain atoms, not strings (Anthony Molinaro)
98THRIFT-866 Erlang term() in spec definitions seems to not work in erlang R12 (Anthony Molinaro)
99THRIFT-886 Erlang Dialyzer warning (Anthony Molinaro)
100THRIFT-785 Erlang Framed transport server problems (Anthony Molinaro)
101THRIFT-884 HTML HTML Generator: add Key attribute to the Data Types Tables (Roger Meier)
102THRIFT-652 Haskell Generated field name for strut is not capitalized correctly (Christian Lavoie)
103THRIFT-743 Haskell compile error with GHC 6.12.1 (Christian Lavoie)
104THRIFT-901 Haskell Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror (Christian Lavoie)
105THRIFT-905 Haskell Make haskell thrift bindings use automake to compile and install (Christian Lavoie)
106THRIFT-906 Haskell Improve type mappings (Christian Lavoie)
107THRIFT-914 Haskell Make haskell bindings 'easily' compilable (Christian Lavoie)
108THRIFT-918 Haskell Make haskell tests run again (Christian Lavoie)
109THRIFT-919 Haskell Update Haskell bindings README (Christian Lavoie)
110THRIFT-787 Haskell Enums are not read correctly (Christian Lavoie)
111THRIFT-250 Java ExecutorService as a constructor parameter for TServer (Ed Ceaser)
112THRIFT-693 Java Thrift compiler generated java code that throws compiler warnings about deprecated methods. (Bryan Duxbury)
113THRIFT-843 Java TNonblockingSocket connects without a timeout (Bryan Duxbury)
114THRIFT-845 Java async client does not respect timeout (Ning Liang)
115THRIFT-870 Java Java constants don't get Javadoc comments (Bryan Duxbury)
116THRIFT-873 Java Java tests fail due to Too many open files (Todd Lipcon)
117THRIFT-876 Java Add SASL support (Aaron T. Myers)
118THRIFT-879 Java Remove @Override from TUnion.clear (Dave Engberg)
119THRIFT-882 Java deep copy of binary fields does not copy ByteBuffer characteristics (arrayOffset, position) (Bryan Duxbury)
120THRIFT-888 Java async client should also have nonblocking connect (Eric Jensen)
121THRIFT-890 Java Java tutorial doesn't work (Todd Lipcon)
122THRIFT-894 Java Make default accessors for binary fields return byte[]; provide new accessors to get ByteBuffer version (Bryan Duxbury)
123THRIFT-896 Java TNonblockingSocket.isOpen() returns true even after close() (Eric Jensen)
124THRIFT-907 Java libfb303 doesn't compile in 0.4.0 (Todd Lipcon)
125THRIFT-912 Java Improvements and bug fixes to SASL implementation (Todd Lipcon)
126THRIFT-917 Java THsHaServer should not accept an ExecutorService without catching RejectedExecutionException (Ed Ceaser)
127THRIFT-931 Java Use log4j for Java tests (Todd Lipcon)
128THRIFT-880 JavaME JavaME code generator and runtime library (Dave Engberg)
129THRIFT-846 JavaScript JavaScript Test Framwork: extended Testcases (Roger Meier)
130THRIFT-885 JavaScript Url encoded strings never get decoded? How do we fix this? (T Jake Luciani)
131THRIFT-911 JavaScript (JavaScript compiler) Const structs, maps, sets, and lists generate a trailing comma (T Jake Luciani)
132THRIFT-860 OCaml copy method and reset method (Lev Walkin)
133THRIFT-682 PHP PHP extension doesn't compile on Mac OS X (Bryan Duxbury)
134THRIFT-851 PHP php extension fails to compile on centos 5.x (Todd Lipcon)
135THRIFT-840 Perl Perl protocol handler could be more robust against unrecognised types (Conrad Hughes)
136THRIFT-758 Perl incorrect deference in exception handling (Yann Kerherve)
137THRIFT-257 Python Support validation of required fields (Esteve Fernandez)
138THRIFT-335 Python Compact Protocol for Python (David Reiss)
139THRIFT-596 Python Make Python's TBufferedTransport use a configurable input buffer (David Reiss)
140THRIFT-597 Python Python THttpServer performance improvements (David Reiss)
141THRIFT-598 Python Allow Python's threading servers to use daemon threads (David Reiss)
142THRIFT-666 Python Allow the handler to override HTTP responses in THttpServer (David Reiss)
143THRIFT-673 Python Generated Python code has whitespace issues (Ian Eure)
144THRIFT-721 Python THttpClient ignores url parameters (Thomas Kho)
145THRIFT-824 Python TApplicationException.__str__() refers to class constants as globals (Peter Schuller)
146THRIFT-855 Python Include optimized compiled python objects in install (Anthony Molinaro)
147THRIFT-859 Python Allow py:twisted to be generated in different namespace than py (Bruce Lowekamp)
148THRIFT-869 Python TSocket.py on Mac (and FreeBSD) doesn't handle ECONNRESET from recv() (Steven Knight)
149THRIFT-875 Python Include python setup.cfg in dist (Anthony Molinaro)
150THRIFT-610 Ruby binary_protocol.rb segfaults [line 86] (Unassigned)
151THRIFT-899 Ruby Ruby read timeouts can sometimes be 2x what they should be (Ryan King)
152THRIFT-909 Ruby allow block argument to struct constructor (Michael Stockton)
153THRIFT-456 Test Suite Bad IP address string in test/cpp/src/main.cpp (Rush Manbert)
154
155
Bryan Duxburyd7042702010-08-13 04:28:13 +0000156Version 0.4.0
157
158THRIFT-650 Build Make Check fails on Centos/OSX with 0.2.0 tarball (Anthony Molinaro)
159THRIFT-770 Build Get 'make dist' to work without first compiling source code (Anthony Molinaro)
160THRIFT-160 C# Created THttpTransport for the C# library based on WebHttpRequest (Michael Greene)
161THRIFT-834 C# THttpClient resends contents of message after transport errors (Anatoly Fayngelerin)
162THRIFT-247 C++ THttpServer Transport (Unassigned)
163THRIFT-676 C++ Change C++ code generator so that generated classes can be wrapped with SWIG (Unassigned)
164THRIFT-570 Compiler Thrift compiler does not error when duplicate method names are present (Bruce Simpson)
165THRIFT-808 Compiler Segfault when constant declaration references a struct field that doesn't exist (Bryan Duxbury)
166THRIFT-646 Erlang Erlang library is missing install target (Anthony Molinaro)
167THRIFT-544 General multiple enums with the same key generate invalid code (Ben Taitelbaum)
168THRIFT-434 General ruby compiler should warn when a reserved word is used (Michael Stockton)
169THRIFT-799 General Files missing proper Apache license header (Bryan Duxbury)
170THRIFT-832 HTML HTML generator shows unspecified struct fields as 'required' (Bryan Duxbury)
171THRIFT-226 Java Collections with binary keys or values break equals() (Bryan Duxbury)
172THRIFT-484 Java Ability to use a slice of a buffer instead of a direct byte[] for binary fields (Bryan Duxbury)
173THRIFT-714 Java maxWorkerThreads parameter to THsHaServer has no effect (Bryan Duxbury)
174THRIFT-751 Java Add clear() method to TBase (Bryan Duxbury)
175THRIFT-765 Java Improved string encoding and decoding performance (Bryan Duxbury)
176THRIFT-768 Java Async client for Java (Bryan Duxbury)
177THRIFT-774 Java TDeserializer should provide a partialDeserialize method for primitive types (Piotr Kozikowski)
178THRIFT-783 Java .equals java method is broken on structs containing binary-type fields (Unassigned)
179THRIFT-804 Java CompareTo is broken for unions set to map, set, or list (Bryan Duxbury)
180THRIFT-814 Java Include a TServlet in the standard Thrift distribution (Mathias Herberts)
181THRIFT-818 Java Async client doesn't send method args (Bryan Duxbury)
182THRIFT-830 Java Switch binary field implementation from byte[] to ByteBuffer (Bryan Duxbury)
183THRIFT-831 Java FramedTransport implementation that reuses its buffers (Bryan Duxbury)
184THRIFT-833 Java build.xml in lib/java is missing a classpathref attribute for the javadoc task (Bryan Duxbury)
185THRIFT-836 Java Race condition causes CancelledKeyException in TAsyncClientManager (Bryan Duxbury)
186THRIFT-842 Java Upgrade to current version of commons-lang (2.5 instead of 2.4) and/or change dependency in ivy.xml to not be exact (Bryan Duxbury)
187THRIFT-815 JavaScript Deserialization of lists is critically broken. (T Jake Luciani)
188THRIFT-827 OCaml OCaml generator to take default values into account (Lev Walkin)
189THRIFT-647 PHP PHP library is missing install target (Anthony Molinaro)
190THRIFT-682 PHP PHP extension doesn't compile on Mac OS X (Bryan Duxbury)
191THRIFT-718 PHP Thrift PHP library includes closing tags and extraneous whitespace (Nicholas Telford)
192THRIFT-778 PHP PHP socket listening server (Nick Jones)
193THRIFT-780 PHP PHP extension sometimes causes an abort with two exceptions at the same time (David Reiss)
194THRIFT-837 PHP PHP accelerator bug for writes > 8k (Thomas Kho)
195THRIFT-782 Perl Perl code for writing containers doesn't count length of write*Begin or write*End (Conrad Hughes)
196THRIFT-395 Python Python library + compiler does not support unicode strings (Unassigned)
197THRIFT-133 Ruby 'namespace ruby' should error out, or be an alias to 'namespace rb' (Bryan Duxbury)
198THRIFT-664 Ruby Ruby extension fails to build with Ruby 1.9.1 (Rajesh Malepati)
199THRIFT-699 Ruby Excise unused "native protocol method table" stuff from thrift_native (Bryan Duxbury)
200THRIFT-767 Ruby ruby compiler does not keep comments for enum values (Bryan Duxbury)
201THRIFT-811 Ruby http_client_transport.rb: allow custom http headers (Tony Kamenick)
202THRIFT-459 Ruby Ruby installation always tries to write to /Library/Ruby/site (Matthieu Imbert)
203
204
Kevin Clark50e030a2009-05-05 00:53:01 +0000205Version 0.1.0 RC1 / Unreleased
Kevin Clark38919c52009-04-07 19:12:01 +0000206
207Compatibility Breaking Changes:
David Reiss7d64c0a2009-04-08 20:46:13 +0000208 C++:
David Reissc42485a2009-04-07 23:44:01 +0000209 * It's quite possible that regenerating code and rebuilding will be
210 required. Make sure your headers match your libs!
211
David Reiss7d64c0a2009-04-08 20:46:13 +0000212 Java:
David Reissc42485a2009-04-07 23:44:01 +0000213
David Reiss7d64c0a2009-04-08 20:46:13 +0000214 Python:
David Reissc42485a2009-04-07 23:44:01 +0000215
David Reiss7d64c0a2009-04-08 20:46:13 +0000216 Ruby:
Kevin Clark38919c52009-04-07 19:12:01 +0000217 * Generated files now have underscored names [THRIFT-421]
218 * The library has been rearranged to be more Ruby-like [THRIFT-276]
219
David Reiss7d64c0a2009-04-08 20:46:13 +0000220 Erlang:
David Reissc42485a2009-04-07 23:44:01 +0000221 * Generated code will have to be regenerated, and the new code will
222 have to be deployed atomically with the new library code [THRIFT-136]
Kevin Clark38919c52009-04-07 19:12:01 +0000223
224
225New Features and Bug Fixes:
David Reiss7d64c0a2009-04-08 20:46:13 +0000226 C++:
David Reissc42485a2009-04-07 23:44:01 +0000227 * Support for TCompactProtocol [THRIFT-333]
Kevin Clark38919c52009-04-07 19:12:01 +0000228
David Reiss7d64c0a2009-04-08 20:46:13 +0000229 Java:
Kevin Clark38919c52009-04-07 19:12:01 +0000230 * Support for TCompactProtocol [THRIFT-110]
231
David Reiss7d64c0a2009-04-08 20:46:13 +0000232 Python:
David Reissc42485a2009-04-07 23:44:01 +0000233 * Support for Twisted [THRIFT-148]
234
David Reiss7d64c0a2009-04-08 20:46:13 +0000235 Ruby:
David Reissc42485a2009-04-07 23:44:01 +0000236 * Support for TCompactProtocol [THRIFT-332]
237