Skip to content

3.1 (Now with better backwards compatibility)

Latest
Compare
Choose a tag to compare
@blackspherefollower blackspherefollower released this 23 Aug 08:15
· 3 commits to master since this release

The main changes here are that the transport layer has been separated from the client, so that Java 8 websocket clients can be used instead of the Java 11 javax websocket client/server: just import the connector you need and Maven/Gradle should work the rest out.

Additionally, the Error object now supports carrying exceptions thrown internally for much better debugging.