Back to the changelog

v0.79.3

August 4, 2026

Foundations refreshed. A focused update of the database access layer, shipped on its own: cleaner transaction behaviour under load and ecosystem security patches. No change to everyday use.

  • Improvement

    More resilience under load

    The database access layer has been updated across every product component. The most important fix concerns peak moments: when the database is saturated and an operation cannot start within its time limit, it now fails cleanly — no half-started work, and subsequent operations inherit nothing from it. A new permanent automated test verifies exactly this scenario, and the product's full verification suite (over 7,000 cases) was re-run on the new baseline.