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
Release Notes: Stability and Security Improvements
Security & Performance
DoS Protection: Fixed a memory allocation vulnerability in protocol parsing. Large payloads are now read via streaming instead of pre-allocation to prevent OOM attacks.
Bug Fixes
Shutdown Deadlock: Resolved a deadlock issue when closing active connections during server shutdown.
Race Condition: Fixed a race condition in the connection acceptance loop regarding connection limits.
Idle Timeout: Improved logic to ensure connections processing long-running commands are not incorrectly marked as idle.