Use Commonlib 0.1.23 for stale deletion protection

This commit is contained in:
vorotamoroz
2026-09-05 06:19:47 +00:00
parent 7110b9eebf
commit 14a133588d
4 changed files with 10 additions and 8 deletions
+4 -3
View File
@@ -26,9 +26,10 @@ a stale file event from deleting Metadata and applying a valid replicated
deletion are separate decisions.
Commonlib's [Storage events and database-to-storage reflection](https://github.com/vrtmrz/livesync-commonlib/blob/main/docs/storage-events-and-reflection.md)
documents the event boundary, the unreleased deletion revalidation, and its
limits. In particular, deletion protection does not promise full support for
external folder case changes or convergence of path spelling.
documents the event boundary, the deletion revalidation introduced in
Commonlib 0.1.23, and its limits. In particular, deletion protection does not
promise full support for external folder case changes or convergence of path
spelling.
## Current technical references