Skip to content

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 24 Jul 04:36
9598fb4

Changed

  • Swift BrokerSocketBridge now requires a lifecycle
    RuntimeClientConfiguration and a distinct, nonempty handoffRole. The
    lifecycle session performs only receipt and readiness preflight; a separate
    persistent handoff session sends only daemon.broker-handoff.v1, pinned to
    the exact ready-runtime receipt.
  • deployment.RuntimeStopControlStore returns the exact *proc.FileStore
    consumed by holders, without an interface assertion.
  • Trust policies allow any exact, disjoint lifecycle role topology that fits
    the server's configured session capacity; the lifecycle-specific two-role
    ceiling is removed.

Removed

  • The single-role BrokerSocketBridge initializer and lifecycle-session
    handoff path are removed. There is no compatibility API.