Files

14 lines
1.1 KiB
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_80 = VersionInfo.of({
version: '0.2.80:0',
releaseNotes: {
en_US:
"Add pipeline-phase logs to the summarize-url route so the operator dashboard's per-job log view shows what's actually happening between the points where chunks start landing. Previously you'd see job-start, then ~30 seconds of silence, then the per-chunk transcribe lines — no visibility into download, no marker for transcribe-finished, no per-window analyze-done timing. v0.2.80 adds: (1) `downloading media from <url>` at the start of the download phase, (2) `download done in N.Ns — M min audio` when yt-dlp / direct-download finishes, (3) `transcribe done in N.Ns — starting analyze` at the transcribe→analyze transition, (4) `analyze window X/Y done in N.Ns (M sections, model=…)` for each analyze window as it completes. Every line is prefixed with the 8-char job-id so you can grep one job's lifecycle out of an interleaved log stream.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})