Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 789 Bytes

CHANGELOG.md

File metadata and controls

21 lines (18 loc) · 789 Bytes

v0.1.2

  • Artifacts now published to Maven Central (#35)
  • Update Netty.IO to v4.1.82.Final
  • Update jMonkeyEngine to v3.5.2

v0.1.1

  • Fixed concurrency issues with Collections (#31)
  • Updated Netty.IO to version 4.1.58 (#29)
  • Updated Gradle to version 6.8.1 (#30)

v0.1.0

  • SSL Support for TCP channel (#5, #6)
  • Optimize network message transport (#4, #11)
  • Better logging and enhanced test examples (#9)
  • Better error reporting on non-serializable objects in a message (#14, #16)
  • Separation of examples and library, and corresponding dependencies (#22)
  • Fixed issue where messages would be transferred before connection listeners were notified (#20, #21)
  • Fixed issue where dropped sockets would not be detected (#10, #23)

V0.0.0

Initial Release