Skip to content

v4.14.10

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Aug 18:20
· 1 commit to master since this release
ad01083

Fixed

  • A reliability nudge whose successor was also retired still pointed at it.
    4.14.9 moved the nudge's action from the archived stale id to the superseding
    one, which is an improvement only while the successor exists —
    superseded_pairs reads the archive off disk and never checks. Measured
    against the live store right after that change: of the first three actions
    the refreshed digest offered, only one resolved. The detector now drops a
    pair whose successor no longer resolves, so every nudge it emits is
    actionable by construction. The check sits inside the detector's existing
    guard, because the module contract is that it never sinks a proactive
    surface.