Skip to content

v0.2.0

Choose a tag to compare

@floydous floydous released this 08 Jul 17:00
· 135 commits to main since this release

[0.2.0] - 2025-07-09

Added

  • RPC Rate Limiting: Introduced a @rate_limit decorator for handler methods to prevent abuse and manage server load by controlling how frequently clients can call specific functions.

Changed

  • Enhanced Data Protocol: The internal packet system now supports sending raw bytes payloads. Binary data is automatically and safely transported by Base64-encoding it within the standard JSON packet structure, making the protocol more flexible.