Vibe 3.0.0-Alpha8 released
flowersinthesand wrote this on
Focusing on API for server-side transport layer and authentication, Vibe Protocol 3.0.0-Alpha8, Vibe JavaScript Client 3.0.0-Alpha8 and Vibe Java Server 3.0.0-Alpha11 are released.
- API for server-side transport layer is added. Accordingly, how to bootstrap server is changed. vibe-protocol#45
httpAction
andwsAction
are removed fromServer
andServer
itself becomesAction<ServerTransport>
. vibe-java-server#68- As a replacement of
httpAction
andwsAction
,HttpTransportServer
andWebSocketTransportServer
are added. vibe-java-server#71
- The extension, one of building blocks of the protocol, is dropped. vibe-protocol#48
- It is decided that authentication should be done by documentation and examples without adding special API. vibe-protocol#25
As now only three main features, attribute support, event cache and binary event, are remaining in alpha phase, we think beta should be available in late Feb. In next iteration, attribute support will be covered, which allows you to set and get attribute to and from server regardless of clustering and accordingly can be used to provide user session. If you have any feedback, please let us know and we really appreciate them.