- Fix an issue where loading a document whilst it is concurrently being synced
by another peer would cause the document to resolve as empty (
e8c4ba79
)
- Updated to
[email protected]
- Fix an issue with the FsStorage implementation which could cause
data loss during compaction. (
b3df2f43
)
- Add
Repo::peer_state
which returns information about how in-sync we are with another peer. (469a3556
)
- Fix an issue where the Repo could fail to respond to sync messages for a
document which is authorized. (
a5b19f79
)