Skip to content

Releases: crykn/kryonet

KryoNet 2.22.9

11 Aug 08:04
4f8b21f
Compare
Choose a tag to compare
  • Updated to Kryo 5.5.0
  • Fix problem with transitive dependencies

KryoNet 2.22.8

29 Jan 19:44
89cdac8
Compare
Choose a tag to compare
  • Updated to Kryo 5.4.0
  • Improve the docs

KryoNet 2.22.7

22 Oct 22:30
Compare
Choose a tag to compare
  • 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

21 Aug 00:16
Compare
Choose a tag to compare

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

15 Aug 00:53
Compare
Choose a tag to compare
  • Reworked the server discovery (takes care of #133)
  • Updated Kryo to version 5.0.0-RC4
  • Updated reflectasm to version 1.11.9

KryoNet 2.22.4

20 Oct 18:30
Compare
Choose a tag to compare
  • 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

23 Sep 15:39
Compare
Choose a tag to compare
  • Updated Kryo to version 5.0.0-RC1
  • The default Client- and ServerDiscoveryHandler instances (i.e. ServerDiscoveryHandler.DEFAULT and ClientDiscoveryHandler.DEFAULT) were replaced by default methods in the respective interfaces.
  • Server#getConnections() now returns an unmodifiable collection.
  • Connection now has proper hashCode() and equals()-methods.
  • Various improvements to the documentation

KryoNet 2.22.2

29 Mar 20:49
Compare
Choose a tag to compare
  • 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

22 Sep 13:50
Compare
Choose a tag to compare
  • 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

KryoNet 2.22

16 Jul 20:09
Compare
Choose a tag to compare

Adds a type listener and the most demanded features on kryonet's issue tracker:

  • Added a TypeListener for easier message handling (see the example in the README; also fixes #130)
  • Listener is now an interface (#39)
  • Uses kryo 4.0.0 (#77)
  • Fixes for the Android 5 and iOS crashes (#106)