fix: adopt Commonlib history and chunk fetch fixes

This commit is contained in:
vorotamoroz
2026-08-03 10:12:25 +00:00
parent 36b2ea7096
commit d15df7367f
3 changed files with 12 additions and 5 deletions
+7
View File
@@ -12,6 +12,13 @@ Earlier releases remain available in the 0.25 release history and the legacy rel
## Unreleased
### Synchronisation and storage
#### Fixed
- File consistency checks no longer read older revisions after the current Vault content matches known synchronised history, avoiding unnecessary 'Missing document content' warnings from obsolete unreadable revisions.
- Remote chunk fetching now retains chunks which were returned successfully when another chunk in the same request is unavailable, so the available content can still be processed (#771).
### P2P and experimental browser applications
#### Improved