Release v1.0.0
- 7 TLA+ specs formally verified (~69M states, 0 errors) - 283+ Nim tests, all passing - Raft: leader election + log replication + step-down on partition - 2PC: coordinator crash/recovery + participant timeout - MVCC: snapshot isolation + write skew detection - Gossip: SWIM-like membership with strength-based gossip - Replication: async/sync/semi-sync LSN tracking - Sharding: consistent hashing with virtual nodes - Deadlock detection: cycle detection in wait-for graph - TLA+ faithfulness tests bridging specs to Nim code - CI: GitHub Actions with automated TLC verification
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
# Package
|
||||
version = "0.1.0"
|
||||
version = "1.0.0"
|
||||
author = "BaraDB Team"
|
||||
description = "BaraDB — Multimodal database written in Nim"
|
||||
license = "Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user