Skip to content

macrodata@0.8.1

Choose a tag to compare

@github-actions github-actions released this 14 Aug 16:50
· 17 commits to main since this release
7dbc3cf

Patch Changes

  • #60 2e9f122 Thanks @jasikpark! - Roll the ambient-recall worker on plugin upgrade. The supervisor identified its
    workers by state root alone, so a new version adopted the previous version's
    running worker and logged it as healthy — an installed release could serve recall
    from code it does not contain, with no visible symptom. It now classifies each
    worker by the source path in its argv: this version's stays up, another plugin
    version's is reaped (SIGTERM escalating to SIGKILL, then verified) and respawned,
    and a hand-started dev worker keeps running but is announced instead of passed
    over in silence.