Skip to content

v1.2.0

Compare
Choose a tag to compare
@novabyte novabyte released this 06 Nov 18:57
· 1504 commits to master since this release

Notable changes

Added

  • New experimental rUDP socket protocol option for client connections.
  • Accept JSON payloads over WebSocket connections.

Changed

  • Use string identifiers instead of byte arrays for compatibility across Lua, JSON, and client representations.
  • Improve runtime hook lookup behaviour.

Note: You will need to update client libraries with this server release:

  • For Unity use 0.10.0 or greater.
  • For Java/Android use 0.4.0 or greater.
  • For Swift use 0.3.0 or greater.
  • For JavaScript use 0.1.0 or greater.