Release Notes
A running log of meaningful ships across ThePlaceLabs apps. Newest entries first,
grouped by month. This file is rendered at /releases on www.theplacelabs.com.
2026-05
- OIDC rebuild across child apps. Bank Beacon, Eagle Rank, Trove, Control, and
Forge now sign in through the parent
www.theplacelabs.comidentity provider using a unified OIDC flow with shared session cookies. Single sign-out, single account, single audit trail. - BACKLOG-DB migration. The Control DB is now the authoritative backlog source
for the orchestrator and pipeline subagents. Edits go through the admin UI at
control.theplacelabs.com/admin/backloginstead of editing per-repo BACKLOG.md files directly. - Orchestrator fast-wakeup. The orchestrator now wakes within seconds of a new backlog item via a systemd path-watch sentinel, replacing a polling loop that idled for minutes.
- Cookie-session unification. Portal session cookie semantics standardized
across child apps so a logged-in user on
wwwis immediately recognized by every child app's consent screen.
2026-04
- Sentry wired across all apps. Error tracking now reports from every
ThePlaceLabs app (
bank,golf,trove,control,forge,www) with per-environment DSNs and release tagging fromGIT_SHA.