Skip to content

25.2.2 Released

Choose a tag to compare

@CatKeee CatKeee released this 09 Jan 07:00
· 195 commits to master since this release

⚠️ All users are strongly advised to upgrade to this version to ensure the stability of the extension mechanism

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker: docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env, then run pnpm bd:update-git && pnpm restart,
    or execute git reset --hard HEAD && git pull && pnpm predeploy && pnpm restart

Content

Fixes

  • Fix incorrect migration execution during extension app update