Skip to content

Releases: Hawk-API/hawkapi-websockets

v0.2.1 — heartbeat hotfix

16 May 14:59

Choose a tag to compare

Fix: is_alive() now correctly returns False for connections that were never touch()ed. The previous default (last_seen=0) plus small time.monotonic() on a fresh process produced false positives.

v0.2.0 — security hardening

16 May 14:11

Choose a tag to compare

Full OWASP review fixes. See CHANGELOG.md for details.

v0.1.0

16 May 10:39

Choose a tag to compare

Initial release.

ConnectionManager with rooms + broadcasting, optional Redis pub/sub backplane for multi-process fan-out, heartbeat monitor, Depends(get_manager).

Extras: [redis].