From 67c8424231c80a5938864bacf82e2f1294166fe1 Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 11 Aug 2026 03:37:13 +0000 Subject: [PATCH] Polish 1.0.12 release notes --- updates.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/updates.md b/updates.md index 77738ab9..da4ad4fa 100644 --- a/updates.md +++ b/updates.md @@ -20,8 +20,9 @@ Earlier releases remain available in the 0.25 release history and the legacy rel #### Fixed -- Start-up and recovery scans now keep failed database-to-Vault writes retryable instead of recording them as successful and later mistaking the still-missing file for a local deletion ([Commonlib PR #106](https://github.com/vrtmrz/livesync-commonlib/pull/106)). - - Files over the size limit or in conflict remain deliberate skips, while actual write failures are reported to Fast Setup, CLI mirror, and daemon callers. +- One-shot CouchDB replication now closes its temporary remote database after each run and before retrying, preventing inactive PouchDB instances from accumulating during long-running periodic synchronisation (Commonlib PR #75). Thank you to @apple-ouyang for the contribution! +- Start-up and recovery scans now keep failed database-to-Vault writes retryable instead of recording them as successful and later mistaking the still-missing file for a local deletion (Commonlib PR #106). + - Files over the size limit or in conflict remain deliberately skipped, while actual write failures are reported to Fast Setup, CLI mirror, and daemon callers. ## 1.0.11