Files
Keysat 25ec40f345 Bump version to 0.2.5
Tighter license-poll cadence + opportunistic online refresh.
2026-05-09 19:36:47 -05:00

13 lines
573 B
TypeScript

import { VersionInfo } from '@start9labs/start-sdk'
export const v_0_2_5 = VersionInfo.of({
version: '0.2.5:0',
releaseNotes: {
en_US: 'Tighter license-poll cadence: file-poll 30s → 5s (action-set keys register near-instant), online validation 6h → 30min (revocations land in 30 min worst-case), and an opportunistic online refresh on /api/license-status when the cached state is older than 10 min (revocations land within seconds of any browser activity).',
},
migrations: {
up: async ({ effects }) => {},
down: async ({ effects }) => {},
},
})