-
v3-cleanup-20260413b
Stablereleased this
2026-04-12 18:47:40 +05:00 | -515 commits to main since this releaseThe SSE (non-async) chapter-names handler streamed results to the client
but never wrote them into the PocketBase job payload — only the initial
{pattern} stub was stored. The Review button then fetched the job and
found no results, showing 'No results found in this job's payload.'Fix: accumulate allResults across batches (same as the async handler) and
write the full {pattern, slug, results:[...]} payload when marking done.Downloads