v0.2.0
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)