System · Chronicle

The Cartarch Chronicle.

A journal of releases — what we shipped, what we refined, what we resolved, and a short note from the Archivist on each.

Folio III · Issue XXXVI · Entry IV
v3.36.4 · 3 June 2026 · published

Chronicle of Changes.

Refined1 entry

  • Groundwork for the coming database upgrade. One command that builds the dashboard's per-deck colour summaries was written in a dialect only the current database engine understands; we swapped it for a portable equivalent that works on both the current engine and the one we're migrating to. Nothing changes on screen — the dashboard renders exactly as before — but one more thing that would have broken during the move is now safe ahead of time.
Notes from the Archivist

A database migration is made of many small, invisible repairs like this one — each a spot where the old code spoke a private dialect. Found and swapped before the move it costs nothing; found during the move it would be an outage. This is the first of the catalogued few being cleared in advance, and the dashboard never noticed.