Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 20:54
· 39 commits to main since this release

v0.2.0 (2025-03-11)

Feature

  • feat(websocket): Enhance session management and connection handling

Implement robust session lifecycle management with:

  • Periodic session cleanup
  • Timeout handling for inactive sessions
  • Improved WebSocket connection state tracking
  • Better error handling and connection recovery
  • Queuing messages during connection establishment (5083ca3)