Algo Trading Bots 6.0.8
27 August 2026
Algo Trading Bots v6.0.8
Release Date: August 27, 2026 Tags: ADMIN, AUDIT, CORRECTION
Overview
A single-fix release for administrators. The admin audit trail for trading bots had never loaded since the day the screen was added; it loads now.
Nothing about running a bot changes. The repair is on the reading side only — how the records are counted and shown, not how they are written. Requires Core v6.7.2.
Update Instructions
pnpm updatorRestart the backend. There is no database change and no configuration.
Fixed
The bot audit trail would not load
Admin → Trading Bots → Audit Logs showed an error where its rows belong, and all four counters above the table sat at zero. The failure was total: the first open, every filter and every page failed alike, so there was no combination that returned anything. The fault was present in the very first version of the endpoint behind the screen, which is why the page has been in this state for as long as it has existed.
Nothing was lost while it was down. The bot audit records were written normally the whole time, and the full backlog is readable as soon as this upgrade is in place. Operator actions on bots — stops, emergency stops, strategy approvals and rejections, review decisions and settings changes — were also still being recorded on the platform-wide operator trail under Admin → System → Audit, which was never affected.
- Fixed the audit trail so the table returns its rows and the four counters above it report real totals.