This is version 0.5.13 of the RakNet library. This release has many breaking changes compared to the previous release.
The biggest change for this release is that many key components of the RakNet library have been stripped away. These features include little endian encoding, encodable/decodable interfaces, etc. These have all been moved into a separate library located here.
Breaking changes:
MIN_MTU
&MAX_MTU
now reside inside of theConnection
companion object.TimeComponent
is now namedComponentDuration
ComponentDuration
now uses Kotlin's experimentalDuration
classServer.getUptime()
is nowServer.uptime
UInt24LE
has been renamed toUMediumLE
Technical features:
- Datagrams can now clean themselves up after being sent
Any bugs or issues can and should be reported here.