Skip to content

v2.7.1

Choose a tag to compare

@GeneBO98 GeneBO98 released this 10 Jun 00:21
· 143 commits to main since this release

Patch release fixing two regressions introduced in 2.7.0.

Fixes

CSV import failing after upgrade (#340)
2.7.0 started referencing new post-exit trade fields before every upgraded database had those columns, which broke TradeStation (and other) CSV imports on Docker upgrades. The backend now checks the schema on startup and creates any missing columns automatically, and repairs on demand if a query hits a missing column. No manual migration steps needed - pull the image and restart.

Account & Cashflow page not loading (#346)
The page returned a 500 error on self-hosted instances without Plaid configured. Plaid connection and review data is now treated as optional: the page loads normally with the Plaid panel empty when Plaid is not set up or its tables are unavailable.

Upgrade

docker compose pull && docker compose up -d

The schema repair runs automatically on first boot after upgrading.