import { VersionInfo } from '@start9labs/start-sdk' export const v_0_2_26 = VersionInfo.of({ version: '0.2.26:0', releaseNotes: { en_US: 'Security hardening (from a full audit): no more fixed default admin password — first boot generates a strong random one, retrievable once via the new "Show Initial Admin Password" action and cleared after you change it. Login now rate-limits repeated failures and returns a single generic message (no username enumeration). The server process runs unprivileged (non-root). Spreadsheet imports are size-capped and batch import errors no longer leak internal details.', }, migrations: { up: async ({ effects }) => {}, down: async ({ effects }) => {}, }, })