All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial LTS release
- Full documentation
- WebSocket application layer
- Real-time connection management
- Connection UUID system
- Group messaging support
- Broadcast messaging support
- Route-based WebSocket handling
- Replaced dynamic properties with static UUID mapping for better PHP 8.2+ compatibility
- Removed deprecated
#[\AllowDynamicProperties]from Request class - Improved connection management
- Enhanced message handling
- Fixed connection UUID handling to avoid dynamic properties
- Improved connection cleanup on disconnect
- Enhanced WebSocket handshake validation
- Improved connection security
- WebSocket compression support
- Connection authentication improvements
- Performance optimizations