Releases: uber/tchannel-java
Releases · uber/tchannel-java
Bump to v0.1.4
v0.1.2
- Basic micro-benchmarking functionality
- Move to reflections to determine Request/Response type of Request Handlers
- Expose TransportHeaders, TTL and ResponseCodes to clients
- Move to ABC DefaultRequestHandler to manage some shared logic among RequestHandlers
First release of TChannel Java
We're now on par with other languages in terms of transport options e.g. JSON and Thrift Arg Schemes.
Now we need to do the hard work of ensuring Protocol Compatibility as well as cross language compatibility e.g. matching any flaws in the 'de facto' node.js implementation.