2.3.1

NVIDIA/personaplex2.3.1May 3, 2026by louislam

AI Summary

Added `busy_timeout` configuration to SQLite to prevent locking errors and updated Docker build configurations for multi-arch support.

Key Highlights

  • Add `busy_timeout` to SQLite
  • Update dependencies
  • Docker multi-arch push fix

Full Release Notes

### 🐞 Bug Fixes
- #7307 fix: Add `busy_timeout` to sqlite to avoid error `SQLITE_BUSY: database is locked` (Thanks @wagnerand)

### Others
- #7340 chore: Update dependencies 
- #7345 chore: update to 2.3.1
- #7344 fix(push): use multi-arch Node base in push image Dockerfile (Thanks @herwinz)