You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
peer IDs are now derived from SHA-256 of the raw public
key (device-id), not the SHA-256 fingerprint of the self-signed X.509
certificate. Every agent ID, room membership, and pending delivery queue
tied to a pre-v2 identity is orphaned on upgrade, with no migration path.
A v2 bridge cannot interoperate with a v1 one at all.
Documentation
correct identity description to device-id, flag the v2 breaking change (8d52488)
Chores
stop pre-push from building and running a hardcoded compiled test (e5bcf41)