9de315276a
Wire v0.2.162 into the version graph (the 890d671 relay-client dedup,
now built and installed on the box).
Rewrite Current state around the active relay outage: a Gemini analyze
call black-holed and jammed the relay's single in-memory hardware FIFO
slot, blocking all manual + subscription jobs. Root cause is relay-side;
the full diagnosis + 2-part fix is captured to the standards inbox for a
separate ../recap-relay /triage session. Records the recap-side open
question (background sub-check entitlement gate may also skip silently
post-core-decoupling).
Move the standing operator-actions list from Current state to ROADMAP.
14 lines
408 B
TypeScript
14 lines
408 B
TypeScript
import { VersionInfo } from '@start9labs/start-sdk'
|
|
|
|
export const v_0_2_162 = VersionInfo.of({
|
|
version: '0.2.162:0',
|
|
releaseNotes: {
|
|
en_US:
|
|
'Internal maintenance: relay-client code cleanup (deduplicated response handling and operator calls) plus new automated tests. No user-facing changes.',
|
|
},
|
|
migrations: {
|
|
up: async ({ effects }) => {},
|
|
down: async ({ effects }) => {},
|
|
},
|
|
})
|