v0.14.2
What's Changed
- Improve subscription logging by replacing a
metadata
map with asource
string, enabling richer logging details. Metadata now includessession_id
andconnection_id
where applicable. - Introduced a
WebSocketStats
structure to track active and closed WebSocket connections, along with their unique IDs. Added methods to update and retrieve these statistics.
Full Changelog: v0.14.1...v0.14.2