14 lines
1.5 KiB
TypeScript
14 lines
1.5 KiB
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_83 = VersionInfo.of({
|
|
version: '0.2.83:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
"Condense the 'Endpoints & credentials' panel and add a Service Discovery health indicator. Each row is now a single line: status dot + label + input + ? icon. The full description that previously sat below each input is hidden behind the ? icon — hover or focus pops a branded tooltip with the help text. Total vertical footprint of the panel drops ~70%. The per-endpoint manual override fields (Transcribe URL + model, Analyze URL + model) move into an 'Advanced: per-endpoint manual overrides' accordion that's collapsed by default — they're unnecessary when Spark Control discovery is wired up, but stay available for setups without discovery or for debugging. The accordion auto-opens when any override is currently saved so the operator can see what's active. Directly under the Service Discovery URL field, a new status line shows the result of the last discovery fetch — '✓ Last fetched Ns ago — ● parakeet (model) · ● vllm (model)' on success, or '✗ Last fetch failed Ns ago — <message>' on failure — so a silently-failing discovery (typo, unreachable host, self-signed cert the container doesn't trust) becomes immediately visible. Backed by a new getSparkDiscoveryStatus export in spark-control.js that snapshots the cache + last error without triggering a fetch.",
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|