Document bounded Fast Fetch completion

This commit is contained in:
vorotamoroz
2026-08-08 05:39:49 +00:00
parent d37af53858
commit 070b63c952
2 changed files with 105 additions and 40 deletions
+7
View File
@@ -12,6 +12,13 @@ Earlier releases remain available in the 0.25 release history and the legacy rel
## Unreleased
### Setup and compatibility
#### Fixed
- Fast Setup now sizes each finite CouchDB changes page from a one-row status probe, counts the returned result together with `pending`, and resumes from the page's opaque `last_seq` without comparing token representations. Heartbeat-enabled feeds no longer wait for future writes after the currently available rows have been persisted (#1065).
- Cancelling remote selection during a scheduled Fetch now removes the Fetch flag before restarting with file and database reflection paused, preventing the same selection dialogue from reopening on every start-up.
## 1.0.7
8th August, 2026