Use Commonlib 0.1.8 for reliable Fast Fetch pagination

This commit is contained in:
vorotamoroz
2026-08-08 11:22:34 +00:00
parent 1dfdb72fbd
commit fd9a9175dd
4 changed files with 43 additions and 17 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Earlier releases remain available in the 0.25 release history and the legacy rel
#### 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).
- 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. Each page uses a one-second idle timeout instead of a heartbeat, allowing CouchDB 3.2 to return its terminator after the currently available rows have been persisted.
- 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