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_119 = VersionInfo.of({
version: '0.2.119:0',
releaseNotes: {
en_US:
'Cloud operator-key path (core-decoupling). The relay can now accept requests that identify a Recaps user by account-id (X-Recap-User-Id) authenticated by a shared operator key, instead of a per-user Keysat license — so the operator\'s cloud Recaps server owns Pro/Max subscriptions keyed to the user. Set the shared key under Settings → Endpoints & credentials → "Cloud operator key". New /relay/user-tier endpoint lets the operator set a user\'s subscription tier. Additive — the existing license/install credit paths are unchanged.',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})