Skip to content

v1.2.1

Latest

Choose a tag to compare

@l00pss l00pss released this 05 Jan 17:18

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.