UNPKG

73.7 kBPlain TextView Raw
1Thrift Changelog
2
3Version 1.0
4- Coming Soon
5
6Version 0.9.1
7
8THRIFT-2137 Ruby Ruby test lib fails jenkins build #864
9THRIFT-2136 Build Proces Vagrant build not compiling java, ruby, php, go libs due to missing dependencies
10THRIFT-2135 Go GO lib leaves behind test files that are auto generated
11THRIFT-2134 Compiler mingw-cross-compile script failing with strip errors
12THRIFT-2133 Java java TestTBinaryProtocol.java test failing
13THRIFT-2129 PHP php ext missing from dist
14THRIFT-2128 Go lib GO tests fail with funct ends without a return statement
15THRIFT-2126 C++ lib/cpp/src/thrift/concurrency/STD* files missing from DIST
16THRIFT-2125 Build Process debian missing from DIST
17THRIFT-2124 Build Process .o, .so, .la, .deps, .libs, gen-* files left tutorials, test and lib/cpp when making DIST
18THRIFT-2123 GO lib missing files in DIST build
19THRIFT-2118 Certificate error handling still incorrect
20THRIFT-2117 Cocoa Cocoa TBinaryProtocol strictWrite should be set to true by default
21THRIFT-2112 Go Error in Go generator when using typedefs in map keys
22THRIFT-2109 Secure connections should be supported in Go
23THRIFT-2107 Go minor Go generator fixes
24THRIFT-2106 Fix support for namespaces in GO generator
25THRIFT-2105 Generated code for default values of collections ignores t_field::T_REQUIRED
26THRIFT-2102 constants are not referencing to correct type when included from another thrift file
27THRIFT-2100 typedefs are not correctly referenced when including from other thrift files
28THRIFT-2091 Unnecessary 'friend' declaration causes warning in TWinsockSingleton
29THRIFT-2090 Go Go generator, fix including of other thrift files
30THRIFT-2088 Compiler Typos in Thrift compiler help text
31THRIFT-2084 Delphi Delphi: Ability to create entity Thrift-generated instances based on TypeInfo
32THRIFT-2083 Go Improve the go lib: buffered Transport, save memory allocation, handle concurrent request
33THRIFT-2082 Build Process Executing "gmake clean" is broken
34THRIFT-2081 Specified timeout should be used in TSocket.Open()
35THRIFT-2080 C# C# multiplex processor does not catch IOException
36THRIFT-2070 Improper `HexChar' and 'HexVal' implementation in TJSONProtocol.cs
37THRIFT-2066 Build Process 'make install' does not install two headers required for C++ bindings
38THRIFT-2065 Java Not valid constants filename in Java
39THRIFT-2057 Build Process Vagrant fails on php tests
40THRIFT-2052 Build Process Vagrant machine image defaults to only 384MB of RAM
41THRIFT-2051 Build Process Vagrant fails to build erlang
42THRIFT-2050 Build Process Vagrant C# lib compile fails with TException missing
43THRIFT-2047 Thrift.Protocol.TCompactProtocol, intToZigZag data lost (TCompactProtocol.cs)
44THRIFT-2036 Thrift gem warns about class variable access from top level
45THRIFT-2032 C# C# client leaks sockets/handles
46THRIFT-2017 Compiler Resource Leak in thrift struct under compiler/cpp/src/parse/t_program.h
47THRIFT-2014 C++ Change C++ lib includes to use <namespace/> style throughout
48THRIFT-2012 Go Modernizing Go
49THRIFT-2003 Deprecate senum
50THRIFT-2002 Haskell Haskell: Test use Data.Maybe instead of Maybe
51THRIFT-2001 Website http://thrift.apache.org/ Example "C++ Server" tab is broken
52THRIFT-1997 Add accept backlog configuration method to TServerSocket
53THRIFT-1996 JavaME JavaME Constants generation is broken / inconsistent with regular Java generation
54THRIFT-1995 Compiler '.' allowed at end of identifier generates non-compilable code
55THRIFT-1994 Compiler Deprecate slist
56THRIFT-1993 Delphi Factory to create instances from known (generated) interface types with Delphi
57THRIFT-1992 casts in TCompactProtocol.tcc causing "dereferencing type-punned pointer will break strict-
58THRIFT-1988 When trying to build a debian package it fails as the file NEWS doesn't exist
59THRIFT-1985 Build Process add a Vagrantfile to build and test Apache Thrift fully reproducable
60THRIFT-1984 Python namespace collision in python bindings
61THRIFT-1980 Go Modernize Go tooling, fix go client libary.
62THRIFT-1978 Ruby Ruby: Thrift should allow for the SSL verify mode to be set
63THRIFT-1977 C# C# compiler should generate constant files prefixed with thrift file name
64THRIFT-1975 TBinaryProtocol CheckLength can't be used for a client
65THRIFT-1973 C# TCompactProtocol in C# lib does not serialize and deserialize negative int32 and int64 numb
66THRIFT-1972 Java Add support for async processors
67THRIFT-1971 Tutorial [Graphviz] Adds tutorial/general description documentation
68THRIFT-1970 [Graphviz] Adds option to render exceptions relationships
69THRIFT-1969 C# C#: Tests not properly linked from the solution
70THRIFT-1966 Support different files for SSL certificates and keys
71THRIFT-1965 Adds Graphviz (graph description language) generator
72THRIFT-1962 Multiplex processor should send any TApplicationException back to client
73THRIFT-1961 C# C# tests should be in lib/csharp/test/...
74THRIFT-1960 main() declares 22 unused gen bools
75THRIFT-1959 C# C#: Add Union TMemoryBuffer support
76THRIFT-1958 C# C#: Use static Object.Equals instead of .Equals() calls in equals
77THRIFT-1957 Node.js NodeJS TFramedTransport and TBufferedTransport read bytes as unsigned
78THRIFT-1956 Java Switch to Apache Commons Lang 3
79THRIFT-1955 Union Type writer generated in C# does not WriteStructBegin
80THRIFT-1952 Build Process Travis CI
81THRIFT-1951 Java libthrift.jar has source files in it
82THRIFT-1949 WP7 build broken
83THRIFT-1943 docstrings for enum values are ignored
84THRIFT-1942 PHP Binary accelerated cpp extension does not use Thrift namespaces for Exceptions
85THRIFT-1934 Tutorial Tabs in Example section on main page are not working
86THRIFT-1933 Delphi generator crashes when a typedef references another typedef from an included file
87THRIFT-1930 C# C# generates unsigned byte for Thrift "byte" type
88THRIFT-1929 Website Update website to use Mirrors for downloads
89THRIFT-1928 Race may still exist in TFileTransport::flush()
90THRIFT-1924 Delphi Delphi: Inconsistency in serialization of optional fields
91THRIFT-1922 C# C#: Inconsistency in serialization of optional fields
92THRIFT-1919 libthrift depends on httpcore-4.1.3 (directly) and httpcore-4.1.4 (transitively)
93THRIFT-1913 skipping unknown fields in java unions
94THRIFT-1907 Compiling namespace and sub-namespace directives for unrecognized generators should only be
95THRIFT-1904 Incorrect code is generated for typedefs which use included types
96THRIFT-1903 PHP PHP namespaces cause binary protocols to not be used
97THRIFT-1902 C++ C++: Support for Multiplexing Services on any Transport, Protocol and Server
98THRIFT-1901 C# C#: Support for Multiplexing Services on any Transport, Protocol and Server
99THRIFT-1899 Celphi Delphi: Support for Multiplexing Services on any Transport, Protocol and Server
100THRIFT-1897 Support validation of required fields
101THRIFT-1896 Cocoa Add TBase protocol for Cocoa
102THRIFT-1895 Delphi Delphi: reserved variable name "result" not detected properly
103THRIFT-1890 C++ C++: Make named pipes server work asynchronously
104THRIFT-1888 Java Java Thrift client can't connect to Python Thrift server on same host
105THRIFT-1882 Use single include
106THRIFT-1881 TNonblockingServer does not release open connections or threads on shutdown
107THRIFT-1880 Make named pipes server work asynchronously (overlapped) to allow for clean server stops
108THRIFT-1878 Add the possibility to send custom headers
109THRIFT-1876 Use enum names instead of casted integers in assignments
110THRIFT-1874 timeout for the server-side end of a named pipe
111THRIFT-1873 Binary protocol factory ignores struct read/write flags
112THRIFT-1872 issues with TBufferedTransport buffer
113THRIFT-1869 Java TThreadPoolServer (java) dies when threadpool is consumed
114THRIFT-1864 implement event handler for non-blocking server
115THRIFT-1859 C++ Generated error c++ code with -out and include_prefix param
116THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp
117THRIFT-1846 Restore socket.h header to support builds with Android NDK
118THRIFT-1842 Memory leak with Pipes
119THRIFT-1838 Compiler Can't build compiler on OS X because of missing thrifty.h
120THRIFT-1831 Bug in list deserializer
121THRIFT-1824 many compile warning, becase Thread.h includes config.h
122THRIFT-1823 Missing parenthesis breaks "IS_..." macro in generated code
123THRIFT-1822 PHP unit test does not work
124THRIFT-1816 Need "require" included thrift files in "xxx_types.js"
125THRIFT-1815 Code generators line buffer output
126THRIFT-1806 Python generation always truncates __init__.py files
127THRIFT-1804 Build Proces Binary+compact protocol single byte error in Ruby library (ARM architecture): caused by dif
128THRIFT-1800 Documentation text not always escaped correctly when rendered to HTML
129THRIFT-1799 Option to generate HTML in "standalone mode"
130THRIFT-1794 C# C# asyncctp broken
131THRIFT-1793 C# C#: Use static read instead of instance read
132THRIFT-1791 Haskell thrift's namespace directive when generating haskell code
133THRIFT-1788 C# C#: Constants static constructor does not compile
134THRIFT-1786 C# C# Union Typing
135THRIFT-1785 C# C#: Add TMemoryBuffer serializer/deserializer
136THRIFT-1783 C# C# doesn't handle required fields correctly
137THRIFT-1782 Javascript async only defined in silverlight
138THRIFT-1780 Add option to generate nullable values
139THRIFT-1779 Missing process_XXXX method in generated TProcessor implementation for all 'oneway' service
140THRIFT-1778 Configure requires manual intervention due to tar failure
141THRIFT-1777 TPipeServer is UNSTOPPABLE
142THRIFT-1773 Python Python library should run on python 2.4
143THRIFT-1769 unions can't have required fields (C++)
144THRIFT-1768 unions can't have required fields (Compiler)
145THRIFT-1767 unions can't have required fields (Delphi)
146THRIFT-1765 Incorrect error message printed for null or negative keys
147THRIFT-1764 how to get the context of client when on a rpc call in server side?
148THRIFT-1756 Build Process 'make -j 8' fails with "unterminated #ifdef" error
149THRIFT-1753 C++ Multiple C++ Windows, OSX, and iOS portability issues
150THRIFT-1749 Python Python TSSLSocket error handling obscures actual error
151THRIFT-1748 Guard and RWGuard macros defined in global namespace
152THRIFT-1742 C# Optionally implement hashcode and equals in c#
153THRIFT-1740 C++ Make C++ library build on OS X and iOS
154THRIFT-1739 Node.js missing license header in node.js files
155THRIFT-1735 Tutorials integrate tutorial into regular build
156THRIFT-1734 Website Front webpage is still advertising v0.8 as current release
157THRIFT-1733 Build Process Fix RPM build issues on RHEL6/OL6 systems
158THRIFT-1729 GLibC C glib refactor left empty folders in svn
159THRIFT-1728 Upgradation of httpcomponents
160THRIFT-1720 Ruby JRuby times out on successful connection
161THRIFT-1716 max allowed connections should be PIPE_UNLIMITED_INSTANCES
162THRIFT-1715 Allow excluding python parts when building contrib/fb303
163THRIFT-1713 Named and Anonymous Pipe transport (Delphi)
164THRIFT-1699 Native Union#read has extra read_field_end call
165THRIFT-1695 allow warning-free compilation in VS 2012 and GNU 4.6
166THRIFT-1681 Lua Add Lua Support
167THRIFT-1666 CPP htonll usage in TBinaryProtocol.tcc generates warning with MSVC2010
168THRIFT-1660 Python Python Thrift library can be installed with pip but not easy_install
169THRIFT-1657 Javascript Chrome browser sending OPTIONS method before POST in xmlHttpRequest
170THRIFT-1648 Node.js NodeJS clients always receive 0 for 'double' values.
171THRIFT-1637 Node.js NPM registry does not include version 0.8
172THRIFT-1629 Ruby Ruby 1.9 Compatibility during Thrift configure, make, install
173THRIFT-1614 Thrift build from svn repo sources fails with automake-1.12
174THRIFT-1603 Thrift IDL allows for multiple exceptions, args or struct member names to be the same
175THRIFT-1600 Go - Compile Thrift Go Compiler and Library out of date with Go 1 Release.
176THRIFT-1595 Java test server should follow the documented behavior as of THRIFT-1590
177THRIFT-1594 Java test clients should have a return codes that reflect whether it succeeds or not.
178THRIFT-1574 Apache project branding requirements: DOAP file [PATCH]
179THRIFT-1440 debian packaging: minor-ish policy problems
180THRIFT-1402 Generated Y_types.js does not require() X_types.js when an include in the IDL file was used
181THRIFT-1353 Switch to performance branch, get rid of BinaryParser
182THRIFT-1347 GO Unify the exceptions returned in generated Go code
183THRIFT-1264 Cocoa TSocketClient is queried by run loop after deallocation in Cocoa
184THRIFT-1062 Python Problems with python tutorials
185THRIFT-991 Haskell Refactor Haskell code and generator
186THRIFT-990 C++ Sanify gettimeofday usage codebase-wide
187THRIFT-986 Smalltalk st: add version Info to the library
188THRIFT-985 PHP php: add version Info to the library
189THRIFT-984 OCaml ocaml: add version Info to the library
190THRIFT-930 Haskell Ruby and Haskell bindings don't properly support DESTDIR (makes packaging painful)
191THRIFT-864 default value fails if identifier is a struct
192THRIFT-820 The readLength attribute of TBinaryProtocol is used as an instance variable and is decremen
193THRIFT-801 Ruby Provide an interactive shell (irb) when generating ruby bindings
194THRIFT-791 C++ Let C++ TSimpleServer be driven by an external main loop
195THRIFT-591 Make the C++ runtime library be compatible with Windows and Visual Studio
196THRIFT-563 Support for Multiplexing Services on any Transport, Protocol and Server
197THRIFT-514 Compiler Add option to configure compiler output directory
198THRIFT-474 Ruby Generating Ruby on Rails friendly code
199THRIFT-274 Build Process Towards a working release/versioning process
200
201
202Version 0.9.0
203
204THRIFT-164 Website Build web tutorial on Incubator web site
205THRIFT-304 Python Building the Python library requires development headers
206THRIFT-317 Java Issues with Java struct validation
207THRIFT-330 Compiler (General) Additional method to called when connection is broken
208THRIFT-336 Csharp Compact Protocol in C#
209THRIFT-369 Ruby Sets and maps break equality
210THRIFT-481 Ruby Indentation of ruby classes is off by a few
211THRIFT-491 C++ Ripping raw pthreads out of TFileTransport and associated test issues
212THRIFT-541 Cocoa Cocoa code generator doesn't put keywords before all arguments.
213THRIFT-556 Ruby not correctly referred to top-level modules when a submodule masks the top-level name
214THRIFT-681 Compiler (General) The HTML generator does not handle JavaDoc style comments very well
215THRIFT-956 Python Python module's version meta-data should be updated
216THRIFT-973 Cocoa Cocoa library won't compile using clang
217THRIFT-982 JavaME add version Info to the library
218THRIFT-1023 Ruby Thrift encoding (UTF-8) issue with Ruby 1.9.2
219THRIFT-1061 Java, PHP Read an invalid frame size of 0. Are you using TFramedTransport on the client side?
220THRIFT-1072 Cocoa Missing - (id) initWithSharedProcessor in TSharedProcessorFactory.h
221THRIFT-1082 Perl Thrift::FramedTransport sometimes calls close() on an undefined value
222THRIFT-1090 Website Document the generation of a file called "Constants.java"
223THRIFT-111 Python TBase class for dynamic (de)serialization, and __slots__ option for memory savings
224THRIFT-1128 Build OS X thrift.h incompatibility with Thrift.h
225THRIFT-1159 CSharp THttpClient->Flush() issue (connection thru proxy)
226THRIFT-1204 Ruby Ruby autogenerated files should require 'thrift' gem
227THRIFT-1224 Ruby Cannot insert UTF-8 text
228THRIFT-1235 C++ How could I use THttpServerTransportFactory withTNonBlockingServer
229THRIFT-1267 JavaScript Node.js can't throw exceptions.
230THRIFT-1277 JavaScript Node.js serializes false booleans as null
231THRIFT-1326 C++ on some platforms, #include <stdint.h> is necessary to be included in Thrift.h
232THRIFT-1327 Ruby Fix Spec Suite under Ruby-1.8.7 (works for MRI Ruby-1.9.2)
233THRIFT-1338 Build Process Do not use an unpatched autoconf 2.65 to generate release tarball
234THRIFT-1340 Cocoa Add support of ARC to Objective-C
235THRIFT-1343 Erlang no_auto_import min/2 to avoid compile warning
236THRIFT-1344 Erlang Using the httpc module directly rather than the deprecated http layer
237THRIFT-1368 Java TNonblockingServer usage
238THRIFT-1394 C++ Treatment of optional fields is not consistent between C++ and Java
239THRIFT-1421 Build Process Debian Packages can not be built
240THRIFT-1427 PHP PHP library uses non-multibyte safe functions with mbstring function overloading
241THRIFT-1429 Java The nonblocking servers is supposed to use TransportFactory to read the data
242THRIFT-1433 C++ TServerSocket fix for MSVC
243THRIFT-1438 C++ lib/cpp/src/windows/config.h should read version from configure.ac rather than a #define
244THRIFT-1441 Delphi Generate constructor with parameters for exception class for message property auto update
245THRIFT-1443 C++ define a TProcessor helper class to implement process()
246THRIFT-1444 C++ FunctionRunner - add syntactic sugar to create shared_ptrs
247THRIFT-1446 Delphi Compile error with Delphi 2009 in constant initializer
248THRIFT-1447 Java NullpointerException in ProcessFunction.class :in "oneway" method
249THRIFT-1449 Ruby Ruby client does not work on solaris (?)
250THRIFT-1450 Build Process Problems building thrift 0.8.0 for Python and Ruby
251THRIFT-1451 C++ FramedTransport: Prevent infinite loop when writing
252THRIFT-1452 C++ generate a swap() method for all generated structs
253THRIFT-1453 C++ Don't change types of arguments when serializing with thrift php extension
254THRIFT-1456 C# System.Net.HttpWebRequest' does not contain a definition for 'Proxy'
255THRIFT-1460 Python why not add unicode strings support to python directly?
256THRIFT-1461 C++ Recent TNonblockingServer changes broke --enable-boostthreads=yes, Windows
257THRIFT-1463 Compiler Decouple Thrift IDL from generators
258THRIFT-1464 Java AbstractNonblockingServer.FrameBuffer TNonblockingTransport changed public to private
259THRIFT-1465 Java Visibility of methods in generated java code
260THRIFT-1466 C glib Proper Documentation for Thrift C Glib
261THRIFT-1467 Delphi Possible AV with empty strings when using JSON protocol
262THRIFT-1468 Java Memory leak in TSaslServerTransport
263THRIFT-1469 Java Java isset space optimization
264THRIFT-1473 Delphi JSON context stack left in an incorrect state when exception thrown during read/write
265THRIFT-1475 Erlang Incomplete records generation for Erlang
266THRIFT-1479 PHP Compiled PHP process functions missing writeMessageEnd()
267THRIFT-1480 Python remove tabs, adjust whitespace and address PEP8 warnings
268THRIFT-1483 Java java compiler does not generate type parameters for services in extended clauses
269THRIFT-1484 PHP Introduce phpunit test suite
270THRIFT-1485 Delphi Performance: pass large and/or refcounted arguments as "const"
271THRIFT-1486 Test Suite Javascript manual testserver not returning content types
272THRIFT-1488 Build Process invalid conversion 'pthread_t {aka _opaque_pthread_t*}' to {aka long long unsigned int}'
273THRIFT-1490 C++ Windows-specific header files - fixes & tweaks
274THRIFT-1491 C++ Uninitialize processorFactory_ member in TServer.h
275THRIFT-1492 C glib enabling c_glib render thrift unusable (even for C++ code)
276THRIFT-1495 Test Suite PHP TestClient fatals on missing class
277THRIFT-1496 PHP PHP compiler not namespacing enums
278THRIFT-1498 Java Allow TThreadedPoolServer.Args to pass a ExecutorService
279THRIFT-1500 D D programming language support
280THRIFT-1501 PHP PHP old namespaces not generated for enums
281THRIFT-1502 C++ TSimpleServer::serve(): Do not print out error message if server was stopped.
282THRIFT-1504 Cocoa Cocoa Generator should use local file imports for base Thrift headers
283THRIFT-1508 C++ TServerSocket does not allow for the user to specify the IP address to bind to
284THRIFT-1510 Ruby There should be an implementation of the JsonProtocol for ruby
285THRIFT-1511 Java Server with oneway support ( JAVA )
286THRIFT-1512 C++ Thrift socket support for Windows XP
287THRIFT-1515 Python NameError: global name 'TApplicationException' is not defined
288THRIFT-1518 C++ Generated C++ code sends the first optional field in the write() function for a struct.
289THRIFT-1519 Ruby Thirft Build Failure referencing rb_intern2 symbol
290THRIFT-1520 Erlang Embed version number in erlang .app file
291THRIFT-1521 PHP Two patches for more Performance
292THRIFT-1523 Java clientTimeout not worked as expected in TServerSocket created by TSSLTransportFactory
293THRIFT-1524 C++ TNonBlockingServer does not compile in Visual Studio 2010
294THRIFT-1526 Java Union TupleSchemeFactory returns StandardSchemes
295THRIFT-1527 Java Gen tupleReadStruct in unions return null when the setfield is unrecognized
296THRIFT-1529 Java TupleProtocol unintentionally includes extra byte in bit vectors with ptional fields is 8
297THRIFT-1532 Erlang The type specifications in the gen Erlang code should include "undefined" for default val
298THRIFT-1534 Delphi Required fields in the Delphi code generator.
299THRIFT-1535 Java Why thrift don't use wrapped class for optional fields ?
300THRIFT-1537 Delphi TFramedTransport issues
301THRIFT-1539 Python Build and distribute the fb303 python libraries along with thrift
302THRIFT-1553 Node.js thrift nodejs service side can't read map structure, key as enum, value as Object
303THRIFT-1554 Delphi Inherited service methods are not resolved in derived service implementations
304THRIFT-1555 Delphi Delphi version of the tutorial code
305THRIFT-1567 C++ Thrift/cpp: Allow alternate classes to be used for
306THRIFT-1571 Ruby Update Ruby HTTP transport for recent Ruby versions
307THRIFT-1575 C++ Typo in server/TThreadPoolServer.h
308THRIFT-1578 C glib C_GLib generated code does not compile
309THRIFT-1582 C glib Bad includes of nested thrift files in c_glib
310THRIFT-1583 C glib c_glib leaks memory
311THRIFT-1591 Ruby Enable TCP_NODELAY for ruby gem
312THRIFT-1593 Erlang Pass on errors like "connection closed" to the handler module
313THRIFT-1596 Delphi Test clients should have a return codes that reflect whether they succeeded or not
314THRIFT-1597 PHP TJSONProtocol.php is missing from Makefile.am
315THRIFT-1602 PHP PHP C Extension is not Compatible with PHP 5.4
316THRIFT-1604 Python Python exception handeling for changes from PEP 3110
317THRIFT-1606 C++ Race condition in BoostThreadFactory.cpp
318THRIFT-1607 Build Process Incorrect file modes for several source files
319THRIFT-1610 C# IWebProxy not available on WP7 platform
320THRIFT-1611 Delphi Improved code generation for typedefs
321THRIFT-1612 C# Base64 encoding is broken
322THRIFT-1613 Java Add code back into empty source file ToStringTest.java
323THRIFT-1615 PHP PHP Namespace
324THRIFT-1621 Delphi Memory leaks
325THRIFT-1622 C++ Incorrect size returned on read
326THRIFT-1624 Java Isset Generated differently on different platforms
327THRIFT-1627 Build Process compiler built using compilers.vcxproj cannot be used to build some test .thrift files
328THRIFT-1631 C++ Fix C++ server constructor typos
329THRIFT-1632 Ruby data corruption in thrift_native implementation of MemoryBufferTransport
330THRIFT-1644 Ruby Upgrade RSpec to 2.10.x and refactor specs as needed
331THRIFT-1645 Ruby Replace Object#tee with more conventional Object#tap in specs
332THRIFT-1650 Ruby Update clean items and svn:ignore entries for OS X artifacts
333THRIFT-1652 Java TSaslTransport does not log the error when kerberos auth fails
334THRIFT-1653 Java TThreadedSelectorServer leaks CLOSE_WAIT sockets
335THRIFT-1654 C glib c_glib thrift_socket_read() returns corrupted data
336THRIFT-1655 Build Process Configure still trying to use thrift_generators in output
337THRIFT-1656 C++ Set proper headers in THttpServer.cpp so "Cross-Origin Resource Sharing" to fix js client
338THRIFT-1658 Java Java thrift server is not throwing TApplicationException
339THRIFT-1661 Build Process Add --with-qt4 configure option
340THRIFT-1662 Cocoa "removeObject:" should be "removeObserver:" in [-TSocketServer dealloc]?
341THRIFT-1663 Java Java Thrift server is not throwing exceptions
342THRIFT-1664 Build Process Reference to non-existing variable in build script
343THRIFT-1665 Java TBinaryProtocol: exceeded message length raises generic TException
344THRIFT-1668 Build Process Compile error in contrib/fb303, thrift/TDispatchProcessor.h: No such file or directory
345THRIFT-1669 Python NameError: global name 'TApplicationException' is not defined
346THRIFT-1670 Delphi Incompatibilities between different versions of a Thrift interface
347THRIFT-1671 Cocoa Cocoa code generator does not put keywords into generated method calls
348THRIFT-1672 C# MonoTouch (and Mono for Android) compatibility
349THRIFT-1673 Ruby Ruby compile flags for extension for multi arch builds (os x)
350THRIFT-1674 D Update Thrift D library to be compatible with 2.060
351THRIFT-1675 Java Do we have any plan to support scala?
352THRIFT-1676 C++ Allow specifying IP/hostname in TServer::serve
353THRIFT-1685 Website Please add "aereo.com" to "Powered by Apache Thrift" list in about page
354THRIFT-1686 PHP php generator uses "and" instead of "&&", and causes compiler errors with Visual Studio
355THRIFT-1688 Website Update IDL page markup
356THRIFT-1689 C++ don't exit(-1) in TNonblockingServer
357THRIFT-1691 Delphi Serializer/deserializer support for Delphi
358THRIFT-1693 Java libthrift has dependency on two different versions of httpcore
359THRIFT-1694 C# Re-Enable serialization for WP7 Silverlight
360THRIFT-1702 Documentation a thrift manual
361THRIFT-1707 Ruby Adjust server_spec.rb for RSpec 2.11.x and Ruby 1.9.3
362THRIFT-1709 C# Warning "Bitwise-or operator used on a sign-extended operand;" cast error
363THRIFT-1710 Delphi Minor issues in test case code
364THRIFT-1714 Ruby Explicitly add CWD to Ruby test_suites.rb
365THRIFT-1718 C++ Incorrect check in TFileTransportTest
366THRIFT-1721 Build Dist broken due to 0.8.0 to 0.9.0 changes
367THRIFT-1722 Csharp C# WP7 Assembly addition beaks mono build
368THRIFT-1725 Website Tutorial web pages for Delphi and C#
369
370
371Version 0.8.0
372
373THRIFT-1330 PHP PHP Namespaces no longer generated
374THRIFT-1392 PHP Enabling both namespaces and autoloading in generated PHP code won't work.
375THRIFT-386 Python Make it possible to build the Python library without the extension
376THRIFT-1431 Node.js Rename 'sys' module to 'util'
377THRIFT-1435 Delphi make TException.Message property conformant to the usual expectations
378THRIFT-1432 JavaScript Javascript struct constants declared in the same file as their struct cause an error
379THRIFT-1391 Delphi Improved Delphi XE test cases
380THRIFT-1387 C++ Build MSVC libraries with Boost Threads instead of Pthreads
381THRIFT-1426 Build Process Dist package missing files for release 0.8
382THRIFT-1428 Tutorial shared.thrft does not include namespace for php, compiler generate incorrect name
383THRIFT-1411 Java java generator does not provide type parameter for TBaseProcessor
384THRIFT-1425 Node.js The Node package is incompatible with latest node (0.6) & npm (1.0.27)
385THRIFT-1401 Delphi JSON-protocol for Delphi XE Libraries
386THRIFT-1424 Ruby Ruby specs fail when run with rake
387THRIFT-1382 Ruby Bundle install doesnot work because thrift crashes
388THRIFT-1251 Java Generated java code should indicate which fields are required and which are optional
389THRIFT-1361 C++ Optional replacement of pthread by boost::thread
390THRIFT-1415 Delphi delphi: add version Info to the library
391THRIFT-1031 C++ Patch to compile Thrift for vc++ 9.0 and 10.0
392THRIFT-1420 Java Nonblocking and HsHa server should close all socket connections when the selector exits
393THRIFT-1419 Java AbstractNonBlockingServer does not catch errors when invoking the processor
394THRIFT-1416 Python Python Unit test is broken on ci
395THRIFT-1409 Delphi Name conflict check does not work properly for exception object(Delphi).
396THRIFT-1413 Delphi Generated code does not read MapEnd / ListEnd / SetEnd
397THRIFT-1408 Delphi Delphi Test Server: Exception test case fails due to naming conflict with e.message
398THRIFT-1407 Python Typo in Python socket server causes Thrift to fail when we enable a global socket timout
399THRIFT-1405 Delphi Delphi compiler does not generates container serializer properly.
400THRIFT-1399 Delphi One of the TServerImpl.Create CTORs lacks implementation
401THRIFT-1406 Delphi Build error after applying THRIFT-1395
402THRIFT-1404 Delphi Delphi compiler generates struct reader code with problem.
403THRIFT-1395 Delphi Patch to prevent warnings for integer types in some cases
404THRIFT-1400 Ruby Ruby native extension aborts with __stack_chk_fail in OSX
405THRIFT-1397 Test Suite CI server fails during build due to unused parameters in delphi generator
406THRIFT-1396 Delphi Dephi generator has dependacy on boost 1.42 later.
407THRIFT-1390 Build Process Debian packages build fix for Squeeze (build from the official 0.7.0 tarball)
408THRIFT-1393 PHP TTransportException's thrown from THttpClient has extra slashes in the Exception message
409THRIFT-1366 Delphi Delphi generator, lirbrary and unit test.
410THRIFT-1130 Compiler (General) Add the ability to specify symbolic default value for optional boolean
411THRIFT-1381 C++ Thrift C++ libs have incorrectly versioned names
412THRIFT-1384 Javame Java help menu missing newline near javame flag
413THRIFT-1373 C++ Fix user-defined exception generation in thrift (python)
414THRIFT-1379 C++ fix uninitialized enum values in thrift C++ objects
415THRIFT-1377 C++ abort PHP deserialization on unknown field type
416THRIFT-1376 C++ Make port specification option in thrift remote
417THRIFT-1375 C++ fixed a hex char conversion bug in TJSONProtocol
418THRIFT-1370 C glib Debian packaging should Build-Depend on libglib2.0-dev
419THRIFT-1121 Java Java server performance regression in 0.6
420THRIFT-1365 Java TupleProtocol#writeBitSet unintentionally writes a variable length byte array
421THRIFT-1359 C++ --gen-cob cpp:cob_style does not compile anymore
422THRIFT-1355 Ruby Running make in lib/rb doesn't build the native extensions
423THRIFT-1354 Ruby Add rake task to build just the gem file
424THRIFT-857 Test Suite tests run by "make install" fail if generators are disabled
425THRIFT-1339 Java Extend Tuple Protocol to TUnions
426THRIFT-1331 Ruby Ruby library deserializes an empty map to nil
427THRIFT-1350 Go Go library code does not build as of r60 (most recent release)
428THRIFT-1227 Erlang Erlang implementation of thrift JSON protocol
429THRIFT-1335 C++ Add accept timeout to TServerSocket
430THRIFT-1345 Build Process Allow building without tests
431THRIFT-1342 Python Compilation problem on Windows of fastbinary.c
432THRIFT-1341 C++ TProtocol.h endian detection wrong with boost
433THRIFT-1243 C++ TAsyncChannel callbacks
434THRIFT-1238 JavaScript Thrift JS client cannot read map of structures
435THRIFT-1333 C++ Make RWGuard not copyable
436THRIFT-1334 C++ Add more info to IllegalStateException
437THRIFT-1332 Java TSSLTransportParameters class uses hard coded value keyManagerType: SunX509
438THRIFT-1328 Java TBaseHelper.toString(...) appends ByteBuffer data outside of valid buffer range
439THRIFT-1322 OCaml OCaml lib fail to compile: Thrift.ml line 305, int vs int32 mismatch
440THRIFT-1279 PHP type set is handled incorrectly when writing object
441THRIFT-1320 C++ Consistency of configure generated config.h
442THRIFT-1319 Java Mismatch between how a union reads and writes a container
443THRIFT-1316 C++ thrift: update server classes to accept
444THRIFT-1314 C++ thrift: add TProcessorFactory
445THRIFT-1315 C++ thrift: generate server interface factory classes
446THRIFT-1317 C++ Remove copy constructibility from
447THRIFT-1305 C++ thrift: make TConnection a private inner class of
448THRIFT-1286 Ruby Modernize the Thrift Ruby Library Dev Environment
449THRIFT-1304 C++ TNonblockingServer: pass in the connection context to
450THRIFT-1302 C++ thrift: raise an exception if send() times out in
451THRIFT-1301 C++ thrift: consolidate common code in TNonblockingServer
452THRIFT-1298 Java Standard scheme doesn't read or write metadata along with field values
453THRIFT-1257 Java thrift's dependency scope on javax.servlet:servlet-api should be 'provided'
454THRIFT-1240 PHP TBinarySerializer invalid serialization due to TBufferTransport not flushing
455THRIFT-1295 C++ Duplicate include in TSocket.cpp
456THRIFT-1294 C++ thrift: fix log message typos in TSimpleServer
457THRIFT-1293 C++ thrift: improve handling of exceptions thrown by
458THRIFT-1292 C++ thrift: silence log spew from TThreadedServer
459THRIFT-1290 C++ thrift: TNonblockingServer: clean up state in the
460THRIFT-1289 C++ thrift: implement TNonblockingServer::stop()
461THRIFT-1288 C++ Allow typedefed exceptions in throws clauses
462THRIFT-1287 C++ thrift: start refactoring some of the C++ processor
463THRIFT-1280 C++ Thrift: Improve Monitor exception-free interfaces
464THRIFT-1281 Compiler (General) add @generated to the docblock
465THRIFT-1282 Java Upgrade httpclient to 4.1.2 (from 4.0.1)
466THRIFT-1284 C++ thrift: fix processor inheritance
467THRIFT-1283 C++ thrift: wrap t_cpp_generator::generate_process_function() to 80
468THRIFT-1278 Java javadoc warnings - compilation
469THRIFT-1254 JavaME Code compiled against a regular JRE: Object.clone() override has a different return type
470THRIFT-1271 C++ thrift: fix missing namespace in generated local
471THRIFT-1274 C++ thrift: fail compilation if an unexpected token is
472THRIFT-1275 C++ thrift: always prefix namespaces with " ::"
473THRIFT-1265 C++ C++ container deserialize
474THRIFT-1167 Java Java nonblocking server with more than one thread for select and handling IO
475THRIFT-380 Python Use setuptools for python build
476THRIFT-1270 C++ thrift: add --allow-neg-keys argument to allow
477THRIFT-1263 Ruby publish ruby client to rubygems
478THRIFT-1205 Java port server unduly fragile with arbitrary input
479THRIFT-769 Java Pluggable Serializers
480THRIFT-1239 Java TupleProtocol- An extremely compact, temporary protocol
481
482
483Version 0.7.0
484
485THRIFT-1252 Ruby Segfault in Ruby deserializer
486THRIFT-940 Build 'make check' fails if boost is not in the std include and link paths (Christian Lavoie)
487THRIFT-1038 Java Generated Java code for structures containing binary fields are not serializable correctly
488THRIFT-1098 PHP Undefined properties in TBinaryProtocolFactory
489THRIFT-1076 Erlang Erlang Thrift socket server causes java framed client to throw ""out of sequence"" exception"
490THRIFT-1171 Perl Perl write/readDouble assumes little-endian platform
491THRIFT-151 C TSSLServerSocket and TSSLSocket implementation
492THRIFT-1068 Python Python SSL Socket Support
493THRIFT-1011 AS3 Error generating package imports when using classes from other packages
494THRIFT-1069 Compiler (General) Add command line option to prevent thrift from inserting gen-* directories
495THRIFT-1055 C# csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do
496THRIFT-638 PHP BufferedTransport + C extensions block until recv timeout is reached on last fread call
497THRIFT-867 PHP PHP accelerator module's output transport is incompatible with TFramedTransport
498THRIFT-1054 explicit call to PKG_PROG_PKG_CONFIG is missing and first use of PKG_CHECK_MODULES may not happen
499THRIFT-125 OCaml OCaml libraries don't compile with 32-bit ocaml
500THRIFT-1200 JavaScript JS compiler generates code that clobbers existing namespaces
501THRIFT-1102 Build "typo in configure.ac: ""=="" operator in 'test' (instead of""'="")"
502THRIFT-994 Build Don't try to invoke phpize if we don't have it
503THRIFT-864 Compiler (General) default value fails if identifier is a struct
504THRIFT-1021 OCaml Framed transport support for OCaml
505THRIFT-1032 make dist fails due to c_glib problem
506THRIFT-1057 C++ casts in TBinaryProtocol.tcc causing dereferencing type-punned pointer will break strict-aliasing rules
507THRIFT-1053 Java Make remote client's IP address available for all socket related transports
508THRIFT-1036 C++ "Auto-generated C++ code fails to compile with ""-Werror -Wextra -Wall"" g++ compiler flags"
509THRIFT-1063 Tutorial Fix Erlang Tutorial Files
510THRIFT-625 Go Add support for 'Go'
511THRIFT-1093 Python several bugs in python TCompactProtocol
512THRIFT-1101 Java bytebuffer length calculation in TBinaryProtocol writeBinary
513THRIFT-1094 Python bug in TCompactProto python readMessageEnd method and updated test cases
514THRIFT-1100 Python python TSSLSocket improvements, including certificate validation
515THRIFT-1104 Build INSTALLDIRS should be included in configure script
516THRIFT-1103 Python TZlibTransport for python, a zlib compressed transport
517THRIFT-1105 OCaml OCaml generator does not prefix methods of included structs with their type
518THRIFT-1107 Python improvement for compiler-generated python for 'None' object comparisons
519THRIFT-1109 Java Deploy fb303 along side libthrift to maven repo
520THRIFT-1111 Compiler (General) The HTML generator does not distinguish between string and binary types
521THRIFT-1074 Java .keystore and .truststore are missing from the 0.6.0 distribution
522THRIFT-1119 C# TJSONProtocol fails to UTF8 decode strings
523THRIFT-1120 C# - Compiler proto.WriteListEnd being called in the wrong place
524THRIFT-1126 Erlang Extending struct_info for erlang bindings
525THRIFT-1132 C# Deserialization error in TApplicationException C#
526THRIFT-1131 C# C# JSON Protocol is unable to decode escaped characters in string
527THRIFT-1133 Tutorial Java and JavaScript tutorial is broken since we have Java maven deployment
528THRIFT-1140 GlibC Framed Transport Client using C (Glib) Library hangs when connecting to Ruby Server
529THRIFT-342 PHP PHP: can't have sets of complex types
530THRIFT-1149 Ruby Nonblocking server fails when client connection is reset
531THRIFT-363 Java Maven Deploy
532THRIFT-1155 Java Remove log4j dependency from java client
533THRIFT-1170 Java Thrift Generated Code and Java 5
534THRIFT-835 AS3 Bad AS3 syntax in constructors that set default values
535THRIFT-1174 Build Publish as3 client implementation via Maven for use by flex-mojos users
536THRIFT-1178 Java Java: TBase signature should be T extends TBase<?,?>
537THRIFT-1067 PHP Tons of bugs in php implementation
538THRIFT-1182 Ruby Native deserializer segfaults on incorrect list element type
539THRIFT-1190 Java readBufferBytesAllocated in TNonblockingServer.java should be AtomicLong to fix FD leakage
540THRIFT-1183 Ruby Pure-ruby CompactProtocol raises ArgumentError when deserializing under Ruby 1.9
541THRIFT-1192 Typo: TProtocol.h tests for HAVE_SYS_PARAM_H_
542THRIFT-1194 Java Java lib does not install artifacts to local dir correctly
543THRIFT-1208 Python python TCompactProtocol.py writeBool and readBool not follow the compact-proto-spec-2.txt spec
544THRIFT-1211 Java When using THttpClient, non 200 responses leave the connection open
545THRIFT-627 C++ should c++ have setters for optional fields?
546THRIFT-1218 GLibC c_glib uses wrong name in pkg-config
547THRIFT-1189 Ruby Ruby deserializer speed improvements
548THRIFT-1225 PHP TCompactProtocol for PHP
549THRIFT-1227 Erlang Erlang implementation of thrift JSON protocol
550THRIFT-1228 PHP The php accelerator module calls flush incorrectly
551THRIFT-1234 Python thrift --help is missing doc on py:utf8strings
552THRIFT-1237 Java Java fb303 missing some methods
553THRIFT-1248 C++ pointer subtraction in TMemoryBuffer relies on undefined behavior
554THRIFT-1253 Java Code generated for maps is not compiling
555THRIFT-1255 Java Mismatch of method name between JavaME's lib and generated code (compareTo/compareObjects)
556THRIFT-1238 JavaScript Thrift JS client cannot read map of structures
557THRIFT-1213 Membuffer should provide a way to get back the buffer
558THRIFT-1117 JavaScript JavaScript Unit Test does fail due to libthrift*.jar where moved by Maven Deployment
559THRIFT-1164 JavaScript Segmentation fault on NULL pointer in t_js_generator::generate_const
560THRIFT-788 PHP thrift_protocol.so: multiget/multiget_slice does not handle more than 17 keys correctly
561THRIFT-1222 C++ Unhandled exception for TEvhttpServer request
562THRIFT-1241 PHP php namespace generation
563THRIFT-1236 Erlang Erlang Reconnecting Thrift Client
564THRIFT-1151 Erlang Produce informative runtime error in case of schema and data mismatch on serialization
565THRIFT-1146 Java Android Incompatibility: Android < 2.3 java.io.IOException doesn't support for Throwable
566THRIFT-826 PHP PHP TSocket Write Timeout
567THRIFT-27 Erlang Generated erlang types don't contain default values for records
568THRIFT-1153 C++ HttpClient does not specify the connection close parameter
569THRIFT-1154 Cocoa HttpClient does not specify the connection close parameter
570THRIFT-1081 PHP PHP tests broken and somewhat incomplete
571THRIFT-1078 Test Suite ThriftTest.thrift generates invalid PHP library
572THRIFT-447 Java Make an abstract base Client class so we can generate less code
573THRIFT-1181 AS3 AS3 compiler generates incorrect code for setting default values in constructor
574THRIFT-997 Java Using valueOf for base types in getFieldValue
575THRIFT-999 PHP Add TForkingServer
576THRIFT-1041 Java TDeserializer holds onto a reference of the array it reads after it is done deserializing
577THRIFT-1065 JavaScript Unexpected exceptions not proper handled on JS
578THRIFT-993 C++ Some improvements in C++ stubs for oneway operations
579THRIFT-1083 Python Preforking python process pool server
580THRIFT-1092 Python generated validate() method has wrong indentation
581THRIFT-1050 Java "Declaring an argument named ""manager"" to a service method produces code that fails compile
582THRIFT-1106 C++ C++ code TAsyncProtocolProcessor.h & TAsyncBufferProcessor.h dont have virtual functions
583THRIFT-1080 Erlang erlang test's 'make' fails on Mac OSX
584THRIFT-731 Java configure doesn't check for ant >= 1.7
585THRIFT-1180 AS3 AS3 compiler generates uncompilable code for binary types.
586THRIFT-1187 Ruby nonblocking_server shutdown race under Ruby 1.9
587THRIFT-1193 Ruby Potential infinite loop in nonblocking_server
588THRIFT-891 Compiler (General) Comments are not properly handled in some cases
589THRIFT-1216 Java build Java Library behind a proxy
590THRIFT-1177 Go Update thrift to reflect changes in Go's networking libraries
591THRIFT-1220 C++ TProcessor::process never returns false
592THRIFT-1231 C++ Remove bogus include
593THRIFT-1217 C++ Use evutil_socketpair instead of pipe (Windows port)
594THRIFT-1215 JavaScript Undefined property Thirft in lib/js/thrift.js
595THRIFT-418 Ruby Don't do runtime sorting of struct fields
596THRIFT-1244 C++ 'using' to disambiguate between functions in different bases does not conform to C++ standard
597THRIFT-892 Erlang Refactor erlang build system with rebar
598THRIFT-690 Compiler (General) Update TApplicationException codes
599THRIFT-1199 Java Union structs should have generated methods to test whether a specific field is currently set
600THRIFT-113 Compiler (General) to-string methods should omit optional null fields from output
601THRIFT-1049 Python Allow for TServerSocket python library to bind to a specific host
602THRIFT-1152 PHP THRIFT-1144 Attributes from private to protected
603THRIFT-1207 Ruby "Support DESTDIR on ""make install"" of ruby libs"
604THRIFT-1123 C++ Patch to compile Thrift server and client for vc++ 9.0 and 10.0
605THRIFT-1031 C++ Patch to compile Thrift for vc++ 9.0 and 10.0
606THRIFT-1221 C++ Remove SimpleCallback.h
607THRIFT-1233 C++ Remove unused include in generated C++ code
608THRIFT-1246 Java Improve logging: Change TNonblockingServer internalRead to trace from warn
609THRIFT-1251 Java Generated java code should indicate which fields are required and which are optional
610
611
612Version 0.6.0
613
614THRIFT-940 Build 'make check' fails if boost is not in the std include and link paths (Christian Lavoie)
615THRIFT-1032 Build "make dist" fails due to c_glib problem (Michael Lum)
616THRIFT-1002 C glib CodeStyle: t_c_glib_generator.cc (Anatol Pomozov)
617THRIFT-975 C glib lib/c_glib/README is missing => breaks make dist (Michael Lum)
618THRIFT-1003 C glib Polishing c_glib code (Anatol Pomozov)
619THRIFT-582 C glib C implementation of Thrift (Anatol Pomozov)
620THRIFT-992 C# Naming convention in C# constructor is not consistent with other fields causes compile errors (Roger Meier)
621THRIFT-977 C++ Hex Conversion Bug in C++ TJSONProtocol (Aravind Narayanan)
622THRIFT-922 C++ Templatized [de]serialization code for C++ (David Reiss)
623THRIFT-923 C++ Event-driven client and server support for C++ (David Reiss)
624THRIFT-925 C++ Provide name<->value map for enums in C++ (David Reiss)
625THRIFT-926 C++ Miscellaneous C++ improvements (David Reiss)
626THRIFT-928 C++ Make more statistics available in C++ servers (David Reiss)
627THRIFT-929 C++ Improvements to the C++ test suite (David Reiss)
628THRIFT-868 Compiler (General) Referencing constant values doesn't work with with typedef types (David Reiss)
629THRIFT-1006 General Impossible to correctly qualify an enum constant in an external thrift file (Bryan Duxbury)
630THRIFT-932 Haskell Haskell tests need to be run through 'make check' (and probably 'cabal check') too (Christian Lavoie)
631THRIFT-933 Haskell Haskell's Thrift.cabal has warnings (Christian Lavoie)
632THRIFT-943 Haskell Silly readme typo fix. (Christian Lavoie)
633THRIFT-944 Haskell Support all version-4s of base (Christian Lavoie)
634THRIFT-950 Haskell Haskell bindings treat 'byte' as unsigned 8-bit int (Data.Word.Word8), java/cpp as signed (byte/int8_t). (Christian Lavoie)
635THRIFT-1009 Java TUnion does not correctly deep copy a ByteBuffer (Takashi Yonebayashi)
636THRIFT-1013 Java generated java code may have name clashes with thrift library (Peter Schuller)
637THRIFT-1015 Java TUnion does not handle ByteBuffer in toString (Takashi Yonebayashi)
638THRIFT-1038 Java Generated Java code for structures containing binary fields (or collections thereof) are not serializable (in the Java sense) even though they implement java.io.Serializable (Mathias Herberts)
639THRIFT-106 Java TSSLServerSocket (Nirmal Ranganathan)
640THRIFT-377 Java TFileTransport port in Java (Joydeep Sen Sarma)
641THRIFT-745 Java Make it easier to instantiate servers (Bryan Duxbury)
642THRIFT-862 Java Async client issues / improvements (Ning Liang)
643THRIFT-903 Java custom ThreadFactory in THsHaServer (Bryan Duxbury)
644THRIFT-939 Java optional binary fields throw NPE on default byte[] getters (Bryan Duxbury)
645THRIFT-947 Java Provide a helper method to determine the TProtocol used to serialize some data. (Mathias Herberts)
646THRIFT-951 Java Add a new isServing() method to TServer (Bryan Duxbury)
647THRIFT-957 Java THsHaServer: Change access modifier of the invoker field. (Benjamin Coverston)
648THRIFT-958 Java Change accessmodifer on trans_ field in the FrameBuffer class to public. (Benjamin Coverston)
649THRIFT-959 Java TSocket seems to do its own buffering inefficiently (Bryan Duxbury)
650THRIFT-970 Java Under heavy load, THttpClient may fail with "too many open files" (Mathias Herberts)
651THRIFT-971 Java java module can't be compiled without ivy and network connection (Roger Meier)
652THRIFT-807 JavaScript JavaScript: Initialization of Base Types with 0 instead of null (Roger Meier)
653THRIFT-913 JavaScript Test Case for Url encoded strings + simple enhancement to lib/js/test/RunTestServer.sh (Roger Meier)
654THRIFT-961 JavaScript JavaScript TestSuite using ant/ivy and Java's ServerTestBase Handler (Roger Meier)
655THRIFT-1005 Java Give unions byte[] signature methods to go along with their ByteBuffer counterparts (Bryan Duxbury)
656THRIFT-1008 Java byte[] accessors throw NPE on unset field (Bryan Duxbury)
657THRIFT-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)
658THRIFT-946 Java Augment FieldValueMetaData so it differentiates 'string' and 'binary' fields. (Mathias Herberts)
659THRIFT-949 Java Modify the TEnum interface so it defines a method similar to findByValue (Mathias Herberts)
660THRIFT-960 Java add TestServer, TestNonblockingServer and TestClient again (Roger Meier)
661THRIFT-969 Java Java Tutorial broken, move CalculatorHandler to a separate file (Roger Meier)
662THRIFT-71 Misc Debian packaging for thrift (Roger Meier)
663THRIFT-1020 OCaml OCaml compiler generates invalid OCaml (Richard Low)
664THRIFT-347 PHP PHP TSocket Timeout Issues (Tyler Hobbs)
665THRIFT-924 PHP Fix generated php structure constants (David Reiss)
666THRIFT-927 PHP Add option to modify the PHP include path (David Reiss)
667THRIFT-935 PHP PHP Extension aborts the build if php-config is not installed (David Reiss)
668THRIFT-941 PHP Make PHP C Extension use the defined Protocol writeMessageBegin function (Chris Goffinet)
669THRIFT-955 PHP Thrift compiler for Windows uses lowercase names and directories which is inconsistent with compiling on other platforms (Roger Meier)
670THRIFT-979 Ruby ruby bindings used to work on jruby (Jeff Hodges)
671THRIFT-581 Test Suite Add a testsuite for txThrift (Twisted) (Esteve Fernandez)
672THRIFT-1024 Tutorial Add Python Twisted example to the Tutorial (Roger Meier)
673THRIFT-893 Tutorial add JavaScript to the tutorial examples (Roger Meier)
674
675
676Version 0.5.0
677
678THRIFT-505 Build Make configure give a summary of the enabled components (David Reiss)
679THRIFT-506 Build Allow Thrift to be built without the C++ library (David Reiss)
680THRIFT-844 Build Build Requirements state autoconf 2.59+ is required, but 2.60+ is needed (Harlan Lieberman-Berg)
681THRIFT-850 Build Perl runtime requires Bit::Vector which may not be installed by default, but configure does not fail (Michael Lum)
682THRIFT-854 Build Provide configure option and make rules to build/install php extension (Anthony Molinaro)
683THRIFT-858 Build Have bootstrap.sh check for a suitable autoconf version before running (David Reiss)
684THRIFT-871 Build Thrift compiler for WIndows (binary distribution) (David Reiss)
685THRIFT-323 C# TJSONProtocol (Roger Meier)
686THRIFT-634 C# C# Compiler Generates Incorrect Code For Fields which begin with an uppercase letter (Jon S Akhtar)
687THRIFT-881 C# add csharp to the tutorial (Roger Meier)
688THRIFT-856 C++ Building cpp library fails on OS X with malloc and free not being declared in scope (James Clarke)
689THRIFT-865 C++ C++ compiler build depends on libfl even when flex/lex not detected (David Reiss)
690THRIFT-900 C++ Unix domain socket (Roger Meier)
691THRIFT-920 C++ C++ Test and Tutorial does not compile anymore due to the change within Enum handling (Roger Meier)
692THRIFT-567 C++ Can't immediately stop a TSimpleServer thread that is idle (Rush Manbert)
693THRIFT-756 C++ Exposing TSocket(int) constructor to public (Rajat Goel)
694THRIFT-798 C++ TNonblockingServer leaks resources when destroyed (David Reiss)
695THRIFT-812 C++, Python Demo of Thrift over ZeroMQ (David Reiss)
696THRIFT-629 Cocoa Unused Field In TSocketServer Appears To Break iPhone Build (Jon S Akhtar)
697THRIFT-838 Cocoa Generated Cocoa classes have useless @dynamic declarations (Kevin Ballard)
698THRIFT-805 Cocoa Don't generate process_XXXX methods for oneway methods (Brad Taylor)
699THRIFT-507 Compiler Remove the compiler's dependency on Boost (David Reiss)
700THRIFT-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)
701THRIFT-852 Compiler (General) Missing newline causes many compiler warnings (Anthony Molinaro)
702THRIFT-877 Compiler (General) smalltalk namespace doesn't work (Bruce Lowekamp)
703THRIFT-897 Compiler (General) Don't allow unqualified constant access to enum values (Bryan Duxbury)
704THRIFT-9 Compiler (General) Add a default namespace declaration for all languages (David Reiss)
705THRIFT-599 Erlang Don't use unnecessary processes in the Erlang transports and clients (David Reiss)
706THRIFT-646 Erlang Erlang library is missing install target (David Reiss)
707THRIFT-698 Erlang Generated module list should contain atoms, not strings (Anthony Molinaro)
708THRIFT-866 Erlang term() in spec definitions seems to not work in erlang R12 (Anthony Molinaro)
709THRIFT-886 Erlang Dialyzer warning (Anthony Molinaro)
710THRIFT-785 Erlang Framed transport server problems (Anthony Molinaro)
711THRIFT-884 HTML HTML Generator: add Key attribute to the Data Types Tables (Roger Meier)
712THRIFT-652 Haskell Generated field name for strut is not capitalized correctly (Christian Lavoie)
713THRIFT-743 Haskell compile error with GHC 6.12.1 (Christian Lavoie)
714THRIFT-901 Haskell Allow the bindings to compile without -fglasgow-exts and with -Wall -Werror (Christian Lavoie)
715THRIFT-905 Haskell Make haskell thrift bindings use automake to compile and install (Christian Lavoie)
716THRIFT-906 Haskell Improve type mappings (Christian Lavoie)
717THRIFT-914 Haskell Make haskell bindings 'easily' compilable (Christian Lavoie)
718THRIFT-918 Haskell Make haskell tests run again (Christian Lavoie)
719THRIFT-919 Haskell Update Haskell bindings README (Christian Lavoie)
720THRIFT-787 Haskell Enums are not read correctly (Christian Lavoie)
721THRIFT-250 Java ExecutorService as a constructor parameter for TServer (Ed Ceaser)
722THRIFT-693 Java Thrift compiler generated java code that throws compiler warnings about deprecated methods. (Bryan Duxbury)
723THRIFT-843 Java TNonblockingSocket connects without a timeout (Bryan Duxbury)
724THRIFT-845 Java async client does not respect timeout (Ning Liang)
725THRIFT-870 Java Java constants don't get Javadoc comments (Bryan Duxbury)
726THRIFT-873 Java Java tests fail due to Too many open files (Todd Lipcon)
727THRIFT-876 Java Add SASL support (Aaron T. Myers)
728THRIFT-879 Java Remove @Override from TUnion.clear (Dave Engberg)
729THRIFT-882 Java deep copy of binary fields does not copy ByteBuffer characteristics (arrayOffset, position) (Bryan Duxbury)
730THRIFT-888 Java async client should also have nonblocking connect (Eric Jensen)
731THRIFT-890 Java Java tutorial doesn't work (Todd Lipcon)
732THRIFT-894 Java Make default accessors for binary fields return byte[]; provide new accessors to get ByteBuffer version (Bryan Duxbury)
733THRIFT-896 Java TNonblockingSocket.isOpen() returns true even after close() (Eric Jensen)
734THRIFT-907 Java libfb303 doesn't compile in 0.4.0 (Todd Lipcon)
735THRIFT-912 Java Improvements and bug fixes to SASL implementation (Todd Lipcon)
736THRIFT-917 Java THsHaServer should not accept an ExecutorService without catching RejectedExecutionException (Ed Ceaser)
737THRIFT-931 Java Use log4j for Java tests (Todd Lipcon)
738THRIFT-880 JavaME JavaME code generator and runtime library (Dave Engberg)
739THRIFT-846 JavaScript JavaScript Test Framwork: extended Testcases (Roger Meier)
740THRIFT-885 JavaScript Url encoded strings never get decoded? How do we fix this? (T Jake Luciani)
741THRIFT-911 JavaScript (JavaScript compiler) Const structs, maps, sets, and lists generate a trailing comma (T Jake Luciani)
742THRIFT-860 OCaml copy method and reset method (Lev Walkin)
743THRIFT-682 PHP PHP extension doesn't compile on Mac OS X (Bryan Duxbury)
744THRIFT-851 PHP php extension fails to compile on centos 5.x (Todd Lipcon)
745THRIFT-840 Perl Perl protocol handler could be more robust against unrecognised types (Conrad Hughes)
746THRIFT-758 Perl incorrect deference in exception handling (Yann Kerherve)
747THRIFT-257 Python Support validation of required fields (Esteve Fernandez)
748THRIFT-335 Python Compact Protocol for Python (David Reiss)
749THRIFT-596 Python Make Python's TBufferedTransport use a configurable input buffer (David Reiss)
750THRIFT-597 Python Python THttpServer performance improvements (David Reiss)
751THRIFT-598 Python Allow Python's threading servers to use daemon threads (David Reiss)
752THRIFT-666 Python Allow the handler to override HTTP responses in THttpServer (David Reiss)
753THRIFT-673 Python Generated Python code has whitespace issues (Ian Eure)
754THRIFT-721 Python THttpClient ignores url parameters (Thomas Kho)
755THRIFT-824 Python TApplicationException.__str__() refers to class constants as globals (Peter Schuller)
756THRIFT-855 Python Include optimized compiled python objects in install (Anthony Molinaro)
757THRIFT-859 Python Allow py:twisted to be generated in different namespace than py (Bruce Lowekamp)
758THRIFT-869 Python TSocket.py on Mac (and FreeBSD) doesn't handle ECONNRESET from recv() (Steven Knight)
759THRIFT-875 Python Include python setup.cfg in dist (Anthony Molinaro)
760THRIFT-610 Ruby binary_protocol.rb segfaults [line 86] (Unassigned)
761THRIFT-899 Ruby Ruby read timeouts can sometimes be 2x what they should be (Ryan King)
762THRIFT-909 Ruby allow block argument to struct constructor (Michael Stockton)
763THRIFT-456 Test Suite Bad IP address string in test/cpp/src/main.cpp (Rush Manbert)
764
765
766Version 0.4.0
767
768THRIFT-650 Build Make Check fails on Centos/OSX with 0.2.0 tarball (Anthony Molinaro)
769THRIFT-770 Build Get 'make dist' to work without first compiling source code (Anthony Molinaro)
770THRIFT-160 C# Created THttpTransport for the C# library based on WebHttpRequest (Michael Greene)
771THRIFT-834 C# THttpClient resends contents of message after transport errors (Anatoly Fayngelerin)
772THRIFT-247 C++ THttpServer Transport (Unassigned)
773THRIFT-676 C++ Change C++ code generator so that generated classes can be wrapped with SWIG (Unassigned)
774THRIFT-570 Compiler Thrift compiler does not error when duplicate method names are present (Bruce Simpson)
775THRIFT-808 Compiler Segfault when constant declaration references a struct field that doesn't exist (Bryan Duxbury)
776THRIFT-646 Erlang Erlang library is missing install target (Anthony Molinaro)
777THRIFT-544 General multiple enums with the same key generate invalid code (Ben Taitelbaum)
778THRIFT-434 General ruby compiler should warn when a reserved word is used (Michael Stockton)
779THRIFT-799 General Files missing proper Apache license header (Bryan Duxbury)
780THRIFT-832 HTML HTML generator shows unspecified struct fields as 'required' (Bryan Duxbury)
781THRIFT-226 Java Collections with binary keys or values break equals() (Bryan Duxbury)
782THRIFT-484 Java Ability to use a slice of a buffer instead of a direct byte[] for binary fields (Bryan Duxbury)
783THRIFT-714 Java maxWorkerThreads parameter to THsHaServer has no effect (Bryan Duxbury)
784THRIFT-751 Java Add clear() method to TBase (Bryan Duxbury)
785THRIFT-765 Java Improved string encoding and decoding performance (Bryan Duxbury)
786THRIFT-768 Java Async client for Java (Bryan Duxbury)
787THRIFT-774 Java TDeserializer should provide a partialDeserialize method for primitive types (Piotr Kozikowski)
788THRIFT-783 Java .equals java method is broken on structs containing binary-type fields (Unassigned)
789THRIFT-804 Java CompareTo is broken for unions set to map, set, or list (Bryan Duxbury)
790THRIFT-814 Java Include a TServlet in the standard Thrift distribution (Mathias Herberts)
791THRIFT-818 Java Async client doesn't send method args (Bryan Duxbury)
792THRIFT-830 Java Switch binary field implementation from byte[] to ByteBuffer (Bryan Duxbury)
793THRIFT-831 Java FramedTransport implementation that reuses its buffers (Bryan Duxbury)
794THRIFT-833 Java build.xml in lib/java is missing a classpathref attribute for the javadoc task (Bryan Duxbury)
795THRIFT-836 Java Race condition causes CancelledKeyException in TAsyncClientManager (Bryan Duxbury)
796THRIFT-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)
797THRIFT-815 JavaScript Deserialization of lists is critically broken. (T Jake Luciani)
798THRIFT-827 OCaml OCaml generator to take default values into account (Lev Walkin)
799THRIFT-647 PHP PHP library is missing install target (Anthony Molinaro)
800THRIFT-682 PHP PHP extension doesn't compile on Mac OS X (Bryan Duxbury)
801THRIFT-718 PHP Thrift PHP library includes closing tags and extraneous whitespace (Nicholas Telford)
802THRIFT-778 PHP PHP socket listening server (Nick Jones)
803THRIFT-780 PHP PHP extension sometimes causes an abort with two exceptions at the same time (David Reiss)
804THRIFT-837 PHP PHP accelerator bug for writes > 8k (Thomas Kho)
805THRIFT-782 Perl Perl code for writing containers doesn't count length of write*Begin or write*End (Conrad Hughes)
806THRIFT-395 Python Python library + compiler does not support unicode strings (Unassigned)
807THRIFT-133 Ruby 'namespace ruby' should error out, or be an alias to 'namespace rb' (Bryan Duxbury)
808THRIFT-664 Ruby Ruby extension fails to build with Ruby 1.9.1 (Rajesh Malepati)
809THRIFT-699 Ruby Excise unused "native protocol method table" stuff from thrift_native (Bryan Duxbury)
810THRIFT-767 Ruby ruby compiler does not keep comments for enum values (Bryan Duxbury)
811THRIFT-811 Ruby http_client_transport.rb: allow custom http headers (Tony Kamenick)
812THRIFT-459 Ruby Ruby installation always tries to write to /Library/Ruby/site (Matthieu Imbert)
813
814
815Version 0.1.0 RC1 / Unreleased
816
817Compatibility Breaking Changes:
818 C++:
819 * It's quite possible that regenerating code and rebuilding will be
820 required. Make sure your headers match your libs!
821
822 Java:
823
824 Python:
825
826 Ruby:
827 * Generated files now have underscored names [THRIFT-421]
828 * The library has been rearranged to be more Ruby-like [THRIFT-276]
829
830 Erlang:
831 * Generated code will have to be regenerated, and the new code will
832 have to be deployed atomically with the new library code [THRIFT-136]
833
834
835New Features and Bug Fixes:
836 C++:
837 * Support for TCompactProtocol [THRIFT-333]
838
839 Java:
840 * Support for TCompactProtocol [THRIFT-110]
841
842 Python:
843 * Support for Twisted [THRIFT-148]
844
845 Ruby:
846 * Support for TCompactProtocol [THRIFT-332]
847