Raft V1.1.01 Beta 💯 Direct
: Enhanced logic for compacting logs into snapshots to save disk space and speed up new node synchronization. 4. Safety Guarantees
: Progress in creative mode no longer counts toward achievement progress, ensuring the integrity of survival-based challenges. Bug & Exploit Patches : Raft v1.1.01 Beta
Why this matters
: Adds a built-in communication system, making coordination with crewmates easier without external apps. : Enhanced logic for compacting logs into snapshots
| v1.0 | v1.1.01 Beta | |------|---------------| | RequestVote | RequestVote + PreRequestVote | | AppendEntries | AppendEntries + AppendEntriesPipeline (streaming) | | InstallSnapshot (blocking) | InstallSnapshotStream (async chunks) | | TransferLeadership | TransferLeadershipWithPriority | | Read via ReadIndex | ReadIndex + LeaseRead (optimistic) | Raft v1.1.01 Beta