You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.