Persism v2.3 Release Notes

Release Date: 2026-02-20 // 4 months ago
    • ➕ Added support for limit
    • ➕ Added null checks for multi-column joins
    • 🛠 Fixed case of a cleared list on a join if there was user added data
    • Baseline mysql 8.0.28
    • Baseline mariadb 3.1.2
    • Baseline H2 2.1.214
    • ✅ Baseline hsqldb 2.5.1 (tested with 2.7.1 as well)
    • Baseline posgresql 42.2.27
    • Baseline sqlite 3.42.0.0

Previous changes from v2.2.0

  • 2.2.0

    • ➕ Added support for multiple schema names
    • ➕ Added delete with query methods to Session
    • ➕ Added "es" to table name guesser for tables like "Tax" or "Mailbox"
    • ➕ Added readOnly to Column annotation to allow for columns to not include in insert or update statements
    • ➕ Added Support for sequence types with MSSQL
    • 📇 Performance: Additional MetaData caching to reduce GC stress
    • 🛠 Fixed SQLite misreported LONG as INT which was fixed and confirmed by version 3.39.3.0