Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Sep 20:13
· 8 commits to main since this release

2.0.0 (2026-09-11)

⚠ BREAKING CHANGES

  • 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)