Releases: crykn/kryonet
Releases · crykn/kryonet
KryoNet 2.22.9
KryoNet 2.22.8
- Updated to Kryo 5.4.0
- Improve the docs
KryoNet 2.22.7
- Updated to Kryo 5.0.0
- The client timeout is now used for the initial connect as well
- Some internal & documentation improvements
KryoNet 2.22.6
Downgraded the Java version to 1.8, as lots of people seem to still be stuck on Java 1.8 and there is no real advantage in using Java 9 for this lib
Kryonet 2.22.5
KryoNet 2.22.4
- Updated the lib to Java 9
- The Android 5.0 fix can be disabled via setting
UdpConnection#androidFixDisabled
. See here for more information about issues regarding later Android versions. - Reverts the changes to the custom serialization to fix a bug with sending proxy objects.
KryoNet 2.22.3
- Updated Kryo to version 5.0.0-RC1
- The default Client- and ServerDiscoveryHandler instances (i.e.
ServerDiscoveryHandler.DEFAULT
andClientDiscoveryHandler.DEFAULT
) were replaced by default methods in the respective interfaces. Server#getConnections()
now returns an unmodifiable collection.Connection
now has properhashCode()
andequals()
-methods.- Various improvements to the documentation
KryoNet 2.22.2
- Updated the dependencies (Kryo -> 4.0.2, jsonbeans -> 0.9)
- Improved the built-in serialization factories: now only custom ones use multiple serialization instances
- A few bug fixes and minor improvements (including the changes to the main repo)
KryoNet 2.22.1
- Multiple changes to custom serialization (see the README for more information)
- The LAN Server Discovery is now also available to Non-Kryo-Serializations (#127)
- Updated the dependencies to Kryo 4.0.1
- A lot of small fixes to the documentation