14 lines
800 B
TypeScript
14 lines
800 B
TypeScript
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 }) => {},
|
|
},
|
|
})
|