2.3.2
iii-hq/iii2.3.2May 3, 2026by louislam
AI Summary
This release fixes a database connection issue by reverting the SQLite configuration to use a single connection by default.
Key Highlights
- Reverted SQLite configuration from multiple connections to a single connection.
- Resolves potential connection-related issues with the database.
Full Release Notes
### 🐞 Bug Fixes - #7346 fix: Revert back from multiple connection to single connection for SQLite by default