Skip to content

v0.5.0

Choose a tag to compare

@rkistner rkistner released this 25 Jun 11:10
· 713 commits to main since this release
c193539
  • [ADDED] client_id parameter and User-Agent headers. This forms part of the work to support custom write checkpoints.

    • The client_id parameter 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.
  • [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