2.3.2

rohitg00/agentmemory2.3.2May 3, 2026by louislam

AI Summary

A maintenance release that addresses SQLite connection management by reverting to a single connection strategy.

Key Highlights

  • Reverts from multiple connections to a single connection for SQLite by default to resolve potential issues.
  • Improves stability and performance of the database layer.

Full Release Notes

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