Package v0.2.12→v0.2.124: manifest, actions, version graph

This commit is contained in:
Keysat
2026-06-13 13:36:30 -05:00
parent 318c6c4b81
commit 1243f4414c
126 changed files with 2052 additions and 441 deletions
+13
View File
@@ -0,0 +1,13 @@
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 }) => {},
},
})