Skip to content

v0.7.3-beta — Safer Queue Recovery

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 May 14:27
· 6 commits to main since this release

Image Prompt Library v0.7.3-beta — Safer Queue Recovery

Patch beta release focused on safer local generation queue recovery and a leaner normal-user release package.

Fixed

  • Failed generation jobs can only be retried once from the original failed job.
  • Already-retried failed jobs now point back to the retry job instead of creating duplicate queued work.
  • Stale running jobs can be manually marked failed after the watchdog threshold, then safely retried.
  • Fresh running jobs are protected from accidental manual failure before the stale threshold.

Improved

  • Generation queue and stage UI show clearer Retried / Mark failed actions for failed and stale-running jobs.
  • Retry metadata keeps the original failed job and retry job linked for audit/debug history:
    • original failed job: retried_by_generation_job_id
    • new queued job: retry_of_generation_job_id
    • retry reason: failed_retry
    • stale-running recovery reason: stale_running_marked_failed
  • Release artifacts now focus on normal-user runtime files and exclude developer/maintenance tooling such as dev scripts, release packagers, provider smoke scripts, and sample-manifest builder helpers.

Notes

  • Live generation remains local-install only; the GitHub Pages demo stays read-only.
  • No database schema change.
  • Update an installed app with:
image-prompt-library update --version v0.7.3-beta
  • Roll back if needed with:
image-prompt-library rollback