Skip to content

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 19:10

0.9.0 (2026-07-06)

Added

  • listLocalOnlineUsers shell command that lists users connected to the current node (#15)

Changed

  • Authentication, status reports and mesh routing lookups now cost a single (#15)
    database roundtrip instead of 3-4 with full-row payloads (#15)
Commit summary (auto-generated)

Bug Fixes

  • gateway: apply review findings on the single-roundtrip paths (e0d9f7d)

Features

  • gateway: add listLocalOnlineUsers command (81d62d9)

Performance Improvements

  • db: make hot paths cost a single database roundtrip (980369b)