Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 10:47
· 9 commits to main since this release
2dd6321

Added

  • Python binding for class SystemAddress, representing a connected remote system
  • Python binding for method RakPeer::Ping
  • Tests for RakPeer.ping

Changed

  • Renamed module from raknet.raknet_python to raknet._raknet
  • RakPeer::send now accepts SystemAddress for the recipient instead of str and int
  • Packet.system_address now returns SystemAddress instead of tuple[str, int]

Full Changelog: v0.2.0...v0.3.0