Skip to content

1.0.14

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 12:55
· 1 commit to main since this release

1.0.14

14th August, 2026

Thank you for your patience. At last, it looks as though we can clear some of the Community Review warnings.

Synchronisation and storage

Fixed

  • CouchDB operations which run to completion now close their temporary remote database connections after use across both Commonlib and LiveSync, including Setup Wizard and settings probes, command-line milestone verification, database maintenance, Security Seed refreshes, status queries, and retry and error paths (Commonlib PR #112).
    • This covers every temporary connection currently identified as a possible contributor to the long-running resource growth tracked in #1034. Validation over extended sessions is continuing.
    • Thank you to @apple-ouyang for the contribution!