Skip to content

v0.7.0

Choose a tag to compare

@joshpanka joshpanka released this 08 Jul 19:06
0d3f78f

0.7.0 (2026-07-08)

✨ Features

  • backfill — re-run a watch action over the previous step's passes (#163) (5485192)
    • Reprocess an action over history: magpie backfill queues a re-run of one action over the items its previous step already passed (or, for a chain-head action, the watch's own feed items) within a time window — so a config change (e.g. a new extract field set) can be applied to past items without replaying the whole pipeline. Runs as a queued background job (the API returns immediately); --dry-run shows the size first.
    • Additive or full replace: additive by default (fills only items the action never processed, non-destructive); --replace regenerates that action's output AND every downstream action's, from the action down. A time window is required (occurred-time and/or the source run's completion), so a backfill is always explicitly scoped.
  • web: blog at /blog, shared cross-origin theme, bundled brand assets (#157) (e10a3c4)