Skip to content

Releases: tlf30/monkey-netty

v0.1.1

11 Feb 18:16
00f8a3b
Compare
Choose a tag to compare

v0.1.1 of Monkey-Netty!

See monkey-netty on the jMonkeyEngine Store: https://store.jmonkeyengine.org/929c156b-3b0e-42c7-8474-f6c58ed8a1d5

Changelog:
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

22 Jan 03:07
1cbbba0
Compare
Choose a tag to compare

v0.1.0 of Monkey-Netty!

See monkey-netty on the jMonkeyEngine Store: https://store.jmonkeyengine.org/929c156b-3b0e-42c7-8474-f6c58ed8a1d5

Changelog:
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)

Big shoutout to @oxplay2 for the extensive testing!

v0.0.0

18 Nov 20:13
65398c5
Compare
Choose a tag to compare

Initial Release