Vibe 3.0.0-Alpha3 released
flowersinthesand wrote this on
I'm happy to to release Vibe Protocol 3.0.0-Alpha3, Vibe JavaScript Client 3.0.0-Alpha3, Vibe Java Server 3.0.0-Alpha3 and Vibe Java Platform 3.0.0-Alpha2. The main focus of this release is error handling, a consistent way to deal with error.
- Error handling. vibe-java-platform#10, vibe-protocol#36, vibe-java-server#54, vibe-javascript-client#29
- If sending event fails, now it tries again automatically as long as the socket is opened. vibe-protocol#37, vibe-javascript-client#31
closeAction
is fixed to use once and memory vibe-java-server#56- The life cycle of
ServerHttpExchange
is clarified. vibe-java-platform#15
In next phase, we will complete the life cycle of ServerHttpExchange
through explicit read method, reading request by chunk and handling binary. Then, we will be able to create bridge for other platforms like Netty. If you have any feedback, please let us know and we really appreciate them.