Skip to content

Release of 1.5.0

Compare
Choose a tag to compare
@marcluque marcluque released this 09 Apr 16:09
· 170 commits to master since this release

This release comes with a lot of changes. Firstly, the custom class serialization provides client and server examples now. Javadocs were created for every method the user can interact with. Take a look at them here. Furthermore more functionality was added to the client, server and session classes, together with an update of the project structure. As you might notice in the download section there now is a jar/module that combines the other 3 modules in one and makes the work with dependencies easier. Another big enhancement is the deployment of the artifacts to the maven central. Check it out in the maven central.
Another feature is the possibility to connect the client at a different moment than instantly after setup of the client. See the javadoc explanation for more information. The probably biggest and most convenient feature of this release is the introduction of a send method that allows the user to just pass an object and let Hydra handle the packet creation. It's actually not that much of an achievement, but it's quite convenient. Check out the client example for a detailed explanation.