Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 13 Sep 12:10
v0.5.2
3bc030b

Sessionbus v0.5.2

sessionbus roster now shows online peers and lanes, plus any lane with an
active Run. Offline and retained/archived entries are hidden by default.

sessionbus roster              # online or running entries
sessionbus roster --all        # include offline and archived entries
sessionbus roster --json       # the same default filter in JSON
sessionbus roster --local --all

The filter applies to local and remote hosts in both table and JSON output.
Host errors and incomplete-federation warnings remain visible. CLI help,
README, and operator documentation describe the new default and --all.

This is a CLI change using the existing connected and running fields;
the operator protocol is unchanged. The new CLI can query a v0.5.1 daemon.
Complete remote inventory still requires the roster capability introduced in
v0.5.1 on the hub and federated hosts.

The installers continue to select the latest stable release automatically:

curl -fsSL https://raw.githubusercontent.com/antst/sessionbus/develop/deploy/install-host.sh | sh
curl -fsSL https://raw.githubusercontent.com/antst/sessionbus/develop/deploy/install-hub.sh | sh

Install the hub only where needed. Set SESSIONBUS_VERSION=v0.5.2 on sh to
pin this release. Installation preserves configuration, join keys, and durable
state, and restarts the selected role. Product integrations and SDK packages
remain separately released.