v0.5.0
-
[ADDED]
client_idparameter and User-Agent headers. This forms part of the work to support custom write checkpoints.- The
client_idparameter specifically affects write checkpoints (limits write checkpoints to a specific client, rather than just an user). - It also makes it easier to notice issues such as multiple concurrent connections for the same client.
- User-Agent headers allow us to identify which client is used.
- The
-
[IMPROVED] Logging for troubleshooting:
- Log on sync lock when reaching concurrency limit.
- Log the current count of connected WebSocket connections.
Full Changelog: v0.4.4...v0.5.0