v2.4.2

January 22, 2026

Ensure reliable table creation with async database drivers

A fix restores reliable table creation across AsyncSQLiteDb, AsyncPostgresDb, AsyncMySQLDb, and FirestoreDb. This removes a blocker that could prevent schema setup during initialization, improving startup reliability and reducing manual intervention across environments.

Details

  • Unblocks table creation during provisioning and cold starts
  • Applies consistently across multiple async backends in one upgrade
  • No application changes required

Who this is for: Teams using async database backends for storage who need predictable deployment and operations.