feat(readme): document distributed cluster mode, erasure coding, and QUIC-based architecture

This commit is contained in:
2026-03-21 22:04:36 +00:00
parent a0a282c712
commit 08d545f5db
3 changed files with 201 additions and 47 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-21 - 6.3.0 - feat(readme)
document distributed cluster mode, erasure coding, and QUIC-based architecture
- Expand README overview and feature matrix to highlight clustering, multi-drive awareness, and distributed storage capabilities
- Add standalone and cluster mode usage examples plus cluster configuration options
- Document clustering internals including erasure coding, quorum behavior, QUIC transport, self-healing, and on-disk layout
## 2026-03-21 - 6.2.0 - feat(cluster)
add shard healing, drive health heartbeats, and clustered policy directory support