Skip to content

Banksia 0.1.4

Choose a tag to compare

@ringlochid ringlochid released this 05 Aug 13:41
· 56 commits to main since this release

Highlights

  • Added safe database backups and a supported forward upgrade path for existing
    Banksia controller data.
  • Made watchdog recovery resumable: a user Resume refreshes the replacement
    budget while preserving historical Dispatch records.
  • Made Task workspaces version-control neutral. Banksia no longer rejects,
    modifies, or assumes a Git policy for .banksia/ content.
  • Stabilized Workflow and Run Studio interactions and added always-available
    YAML export for the visible Workflow draft.
  • Upgraded the Console to React Router 8.3.0, closing the three prior Dependabot
    alerts.

Upgrade

pipx upgrade banksia
banksia db upgrade
banksia service restart

banksia db upgrade verifies the exact predecessor and creates a backup before
changing an existing controller database. Fresh installations can continue with
banksia init.

Building the Console from source now requires Node.js 22.22 or newer. Ordinary
PyPI installations receive the prebuilt Console.