Skip to content

v5.1.2

Choose a tag to compare

@github-actions github-actions released this 21 Jul 20:34
· 218 commits to main since this release

Fixed

  • extension_logs no longer flags a healthy live session as stale. Newer
    engine canaries stamp log and event rows with ready.json's instanceId
    rather than its runId, so the staleness check compared ids from two
    different spaces and every live read carried stale: true with a
    do-not-trust warning. The comparator now accepts either identity field,
    pinned by a test against the real contract shapes. (Filed upstream as
    Extension.js bug 77 so the ready/logs contract agrees on one field.)