From d9df2a859f715971e72d22613040139ae2c4dede Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 18 Aug 2026 09:46:44 +0000 Subject: [PATCH] docs: record pending CouchDB robustness improvement --- updates.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/updates.md b/updates.md index d2a491b8..cde0ba13 100644 --- a/updates.md +++ b/updates.md @@ -12,6 +12,13 @@ Earlier releases remain available in the 1.0 release history, the 1.0 preview hi ## Unreleased +### Synchronisation and storage + +#### Improved + +- One-shot CouchDB synchronisation now releases stalled web-compatible connection checks before replication starts, so a later synchronisation can make a fresh attempt (Commonlib 0.1.16). + - The 60-second safeguard applies only to pre-replication checks. It does not limit ordinary synchronisation, and the **Use Internal API** path is unchanged. + ## 1.0.15 15th August, 2026