@@ -22,7 +22,7 @@ Use it when you need:
2222- Fast embedded storage with ** AES-256-GCM encryption** and ACID guarantees
2323- A secure network database via ** gRPC (HTTP/2 + HTTP/3)**
2424- Built-in ** vector search** , ** advanced analytics** , and ** GraphRAG/graph algorithms**
25- - A production-focused stack validated by ** 1,490 + tests** and ** backward compatibility**
25+ - A production-focused stack validated by ** 2,000 + tests** and ** backward compatibility**
2626
2727> Full documentation: ** ` docs/INDEX.md ` **
2828
@@ -98,7 +98,7 @@ dotnet add package SharpCoreDB.Client --version 1.7.0
9898- Event Sourcing / Projections / CQRS guidance strengthened for production workflows
9999- SQL lexer/parser and compiled-query parameter fixes
100100- Durability and reopen-path improvements (metadata flush/reliability)
101- - ** 1,490 + tests passing** , ** zero breaking changes intended** , ** 100% backward compatible**
101+ - ** 2,000 + tests passing** , ** zero breaking changes intended** , ** 100% backward compatible**
102102
103103---
104104
@@ -198,7 +198,7 @@ Full benchmark details: `docs/BENCHMARK_RESULTS.md`
198198
199199### Quality and compatibility
200200
201- - ** 1,490 + tests passing**
201+ - ** 2,000 + tests passing**
202202- ** 100% backward compatible** across the v1.7.0 release line
203203- Zero breaking changes intended from v1.5.0 to v1.7.0
204204
0 commit comments