Nodes can now declare, establish, and dissolve pairings with one another, and serve restarts and shutdowns are more reliable.
Released on July 5, 2026
Node pairing
- Nodes can now declare, establish, and dissolve pairings (peer links) with one another at runtime.
- Each paired node exposes a
LINK_IDand apairingsview in its generated module so node code can identify and work with its active links. peppy stack listnow shows an "Instance pairings" section listing the active pairings between running instances.- Malformed pairing targets are now rejected, and pairing delivery is protected against a link being dissolved concurrently.
Serve reliability
peppy serveno longer drops shutdown signals or races when restarting, so restarts and shutdowns now behave reliably.