2.3.2

j178/prek2.3.2May 3, 2026by louislam

AI Summary

This release addresses database connectivity issues by reverting the SQLite connection strategy to a single connection model to ensure stability.

Key Highlights

  • Reverts SQLite connection strategy from multiple to single connection
  • Fixes potential database locking issues

Full Release Notes

### 🐞 Bug Fixes
- #7346 fix: Revert back from multiple connection to single connection for SQLite by default