Files
recap-relay/startos/versions/v0.2.87.ts
T

14 lines
925 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_87 = VersionInfo.of({
version: '0.2.87:0',
releaseNotes: {
en_US:
"Diarize through Spark Control fully works as of v0.2.86 (21/21 chunks, 42 fingerprints collected end-to-end). v0.2.87 adds a per-chunk completion log so the parallelism is visible in the timeline: '[hardware] chunk N/M done in X.Ys · diarize ok'. The prior log only printed when each chunk STARTED, which made concurrent execution look sequential because pairs of chunks finish near-simultaneously and only THEN does the next pair's first start log appear. With the new completion lines you'll see chunks 1+2 start at T=0, both finish near T=~14s, chunks 3+4 start at T=~14s, both finish near T=~28s, etc. Pure visibility change — no behavior delta to the hot path.",
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})