Skip to content

v0.63.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:17
· 1382 commits to main since this release

Added

  • Added opt-in identity/ACL runtime enforcement. synapse hub --acl-policy <file> --require-acl maps each mutating frame (chat, claim, release, task
    update, handoff, checkpoint, board, finding) to the structured ACL accesses it
    needs and refuses it with an error before routing when the authenticated
    sender's identity is not allowed by the deny-by-default policy — the same
    evaluation synapse acl shadow reports. The identity namespace is the resolved
    project/agent sender; authentication remains the per-message-authentication
    layer and this is the authorisation layer. Off by default; ungated verbs, read
    surfaces, a missing policy, and shared-token local hubs are unchanged.
    Identity-bound credentials, rotation/revocation, durable audit-event journaling,
    and read-surface ACLs remain design targets in docs/identity-and-acl.